From ac465d2b97987ab2d957a35a9d2572c3529b4d7f Mon Sep 17 00:00:00 2001 From: Dmitry Romanenko Date: Thu, 14 Nov 2024 03:18:56 +0000 Subject: [PATCH] Upgrade libs, bump version, clean imports (#331) * Bump version, clean libs, upgrade deps * Clean imports --- WFInfo/Properties/AssemblyInfo.cs | 4 ++-- WFInfo/Settings/ThemeAdjuster.xaml.cs | 2 -- WFInfo/WFInfo.csproj | 18 ++++++++---------- WFInfo/verifyCount.xaml.cs | 2 -- 4 files changed, 10 insertions(+), 16 deletions(-) diff --git a/WFInfo/Properties/AssemblyInfo.cs b/WFInfo/Properties/AssemblyInfo.cs index 26eec059..1df9ba51 100644 --- a/WFInfo/Properties/AssemblyInfo.cs +++ b/WFInfo/Properties/AssemblyInfo.cs @@ -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")] diff --git a/WFInfo/Settings/ThemeAdjuster.xaml.cs b/WFInfo/Settings/ThemeAdjuster.xaml.cs index a0ed854d..39c95988 100644 --- a/WFInfo/Settings/ThemeAdjuster.xaml.cs +++ b/WFInfo/Settings/ThemeAdjuster.xaml.cs @@ -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; diff --git a/WFInfo/WFInfo.csproj b/WFInfo/WFInfo.csproj index aff0b5cc..ba070a0e 100644 --- a/WFInfo/WFInfo.csproj +++ b/WFInfo/WFInfo.csproj @@ -84,25 +84,23 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + - - - - - - - + + + + true + - + diff --git a/WFInfo/verifyCount.xaml.cs b/WFInfo/verifyCount.xaml.cs index 93711db2..079a0068 100644 --- a/WFInfo/verifyCount.xaml.cs +++ b/WFInfo/verifyCount.xaml.cs @@ -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;