Skip to content

Commit

Permalink
PPPwn updates and minor fix
Browse files Browse the repository at this point in the history
- Further PPPwn updates and minor PKG Browser fix
- Removed & cleaned unused NuGet packages
- Update WebView2 NuGet package
  • Loading branch information
SvenGDK committed May 12, 2024
1 parent ef56559 commit e3433f3
Show file tree
Hide file tree
Showing 369 changed files with 2,189 additions and 258,703 deletions.
4 changes: 2 additions & 2 deletions PS Multi Tools/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Web.WebView2.Wpf" publicKeyToken="2a8ab48044d2601e" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.0.2420.47" newVersion="1.0.2420.47" />
<bindingRedirect oldVersion="0.0.0.0-1.0.2478.35" newVersion="1.0.2478.35" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Web.WebView2.Core" publicKeyToken="2a8ab48044d2601e" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.0.2420.47" newVersion="1.0.2420.47" />
<bindingRedirect oldVersion="0.0.0.0-1.0.2478.35" newVersion="1.0.2478.35" />
</dependentAssembly>
</assemblyBinding>
</runtime>
Expand Down
4 changes: 2 additions & 2 deletions PS Multi Tools/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ Imports System.Windows
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("14.1.0.0")>
<Assembly: AssemblyFileVersion("14.1.0.0")>
<Assembly: AssemblyVersion("14.1.2.0")>
<Assembly: AssemblyFileVersion("14.1.2.0")>
18 changes: 15 additions & 3 deletions PS Multi Tools/PKGBrowser.xaml.vb
Original file line number Diff line number Diff line change
Expand Up @@ -228,15 +228,27 @@ Public Class PKGBrowser
End Sub

Private Sub NameSearchTextBox_TextChanged(sender As Object, e As TextChangedEventArgs) Handles NameSearchTextBox.TextChanged
TextSearch(NameSearchTextBox)
If CurrentListView IsNot Nothing Then
TextSearch(NameSearchTextBox)
Else
MsgBox("Please load the database first by clicking on the middle of the list or the left/right arrow.", MsgBoxStyle.Information, "Search unavailable")
End If
End Sub

Private Sub TitleIDSearchTextBox_TextChanged(sender As Object, e As TextChangedEventArgs) Handles TitleIDSearchTextBox.TextChanged
TextSearch(TitleIDSearchTextBox)
If CurrentListView IsNot Nothing Then
TextSearch(TitleIDSearchTextBox)
Else
MsgBox("Please load the database first by clicking on the middle of the list or the left/right arrow.", MsgBoxStyle.Information, "Search unavailable")
End If
End Sub

Private Sub ContentIDSearchTextBox_TextChanged(sender As Object, e As TextChangedEventArgs) Handles ContentIDSearchTextBox.TextChanged
TextSearch(ContentIDSearchTextBox)
If CurrentListView IsNot Nothing Then
TextSearch(ContentIDSearchTextBox)
Else
MsgBox("Please load the database first by clicking on the middle of the list or the left/right arrow.", MsgBoxStyle.Information, "Search unavailable")
End If
End Sub

Private Sub DownloadMenuItem_Click(sender As Object, e As RoutedEventArgs) Handles DownloadMenuItem.Click
Expand Down
16 changes: 8 additions & 8 deletions PS Multi Tools/PS Multi Tools.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,14 @@
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Web.WebView2.Core, Version=1.0.2420.47, Culture=neutral, PublicKeyToken=2a8ab48044d2601e, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Web.WebView2.1.0.2420.47\lib\net45\Microsoft.Web.WebView2.Core.dll</HintPath>
<Reference Include="Microsoft.Web.WebView2.Core, Version=1.0.2478.35, Culture=neutral, PublicKeyToken=2a8ab48044d2601e, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Web.WebView2.1.0.2478.35\lib\net45\Microsoft.Web.WebView2.Core.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Web.WebView2.WinForms, Version=1.0.2420.47, Culture=neutral, PublicKeyToken=2a8ab48044d2601e, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Web.WebView2.1.0.2420.47\lib\net45\Microsoft.Web.WebView2.WinForms.dll</HintPath>
<Reference Include="Microsoft.Web.WebView2.WinForms, Version=1.0.2478.35, Culture=neutral, PublicKeyToken=2a8ab48044d2601e, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Web.WebView2.1.0.2478.35\lib\net45\Microsoft.Web.WebView2.WinForms.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Web.WebView2.Wpf, Version=1.0.2420.47, Culture=neutral, PublicKeyToken=2a8ab48044d2601e, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Web.WebView2.1.0.2420.47\lib\net45\Microsoft.Web.WebView2.Wpf.dll</HintPath>
<Reference Include="Microsoft.Web.WebView2.Wpf, Version=1.0.2478.35, Culture=neutral, PublicKeyToken=2a8ab48044d2601e, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Web.WebView2.1.0.2478.35\lib\net45\Microsoft.Web.WebView2.Wpf.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
Expand Down Expand Up @@ -541,11 +541,11 @@
<Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
<Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
<Error Condition="!Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.118.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.118.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets'))" />
<Error Condition="!Exists('..\packages\Microsoft.Web.WebView2.1.0.2420.47\build\Microsoft.Web.WebView2.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Web.WebView2.1.0.2420.47\build\Microsoft.Web.WebView2.targets'))" />
<Error Condition="!Exists('..\packages\WinSCP.6.3.3\build\WinSCP.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\WinSCP.6.3.3\build\WinSCP.targets'))" />
<Error Condition="!Exists('..\packages\Microsoft.Web.WebView2.1.0.2478.35\build\Microsoft.Web.WebView2.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Web.WebView2.1.0.2478.35\build\Microsoft.Web.WebView2.targets'))" />
</Target>
<Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
<Import Project="..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.118.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets" Condition="Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.118.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" />
<Import Project="..\packages\Microsoft.Web.WebView2.1.0.2420.47\build\Microsoft.Web.WebView2.targets" Condition="Exists('..\packages\Microsoft.Web.WebView2.1.0.2420.47\build\Microsoft.Web.WebView2.targets')" />
<Import Project="..\packages\WinSCP.6.3.3\build\WinSCP.targets" Condition="Exists('..\packages\WinSCP.6.3.3\build\WinSCP.targets')" />
<Import Project="..\packages\Microsoft.Web.WebView2.1.0.2478.35\build\Microsoft.Web.WebView2.targets" Condition="Exists('..\packages\Microsoft.Web.WebView2.1.0.2478.35\build\Microsoft.Web.WebView2.targets')" />
</Project>
2 changes: 1 addition & 1 deletion PS Multi Tools/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<package id="FluentFTP" version="50.0.1" targetFramework="net48" />
<package id="Microsoft.Bcl.AsyncInterfaces" version="8.0.0" targetFramework="net481" />
<package id="Microsoft.VisualBasic" version="10.3.0" targetFramework="net48" />
<package id="Microsoft.Web.WebView2" version="1.0.2420.47" targetFramework="net48" />
<package id="Microsoft.Web.WebView2" version="1.0.2478.35" targetFramework="net48" />
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net481" />
<package id="SharpZipLib" version="1.4.2" targetFramework="net48" />
<package id="Stub.System.Data.SQLite.Core.NetFramework" version="1.0.118.0" targetFramework="net481" />
Expand Down
Binary file removed packages/FluentFTP.47.1.0/.signature.p7s
Binary file not shown.
Binary file removed packages/FluentFTP.47.1.0/FluentFTP.47.1.0.nupkg
Binary file not shown.
7 changes: 0 additions & 7 deletions packages/FluentFTP.47.1.0/LICENSE.TXT

This file was deleted.

Binary file removed packages/FluentFTP.47.1.0/lib/net462/FluentFTP.dll
Binary file not shown.
Loading

0 comments on commit e3433f3

Please sign in to comment.