Skip to content

Commit

Permalink
Upgrade libs, bump version, clean imports (#331)
Browse files Browse the repository at this point in the history
* Bump version, clean libs, upgrade deps

* Clean imports
  • Loading branch information
dimon222 authored Nov 14, 2024
1 parent d4c5c7b commit ac465d2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 16 deletions.
4 changes: 2 additions & 2 deletions WFInfo/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("9.6.4.0")]
[assembly: AssemblyFileVersion("9.6.4.0")]
[assembly: AssemblyVersion("9.6.5.0")]
[assembly: AssemblyFileVersion("9.6.5.0")]
2 changes: 0 additions & 2 deletions WFInfo/Settings/ThemeAdjuster.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Ionic.Zip;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Windows;
Expand Down
18 changes: 8 additions & 10 deletions WFInfo/WFInfo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -84,25 +84,23 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Hardcodet.NotifyIcon.Wpf" Version="2.0.1" />
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0">
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0" />
<PackageReference Include="Microsoft.Windows.SDK.Contracts" Version="10.0.26100.1742" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.135" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="SharpDX.Direct3D11" Version="4.2.0" />
<PackageReference Include="SharpDX.Mathematics" Version="4.2.0" />
<PackageReference Include="SuperSocket.ClientEngine.Core" Version="0.10.0" />
<PackageReference Include="System.Management" Version="8.0.0" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Net.Security" Version="4.3.2" />
<PackageReference Include="System.Resources.Extensions" Version="8.0.0" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
<PackageReference Include="Tesseract" Version="5.2.0" />
<PackageReference Include="System.Management" Version="9.0.0" />
<PackageReference Include="System.Resources.Extensions" Version="9.0.0" />
<PackageReference Include="Tesseract" Version="5.2.0">
<TreatAsUsed>true</TreatAsUsed>
</PackageReference>
<PackageReference Include="WebSocketSharp-netstandard" Version="1.0.1" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection" Version="8.0.10" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection" Version="9.0.0" />
</ItemGroup>
<ItemGroup>
<None Update="$(HOME)\.nuget\packages\tesseract\5.2.0\build\\..\x64\leptonica-1.82.0.dll">
Expand Down
2 changes: 0 additions & 2 deletions WFInfo/verifyCount.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Ionic.Zip;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Windows;
Expand Down

0 comments on commit ac465d2

Please sign in to comment.