From ca904494549cbfac9f8d75a73aa5e995cf677ab0 Mon Sep 17 00:00:00 2001 From: Dmitry Romanenko Date: Wed, 25 Sep 2024 02:18:02 +0000 Subject: [PATCH] Cutoff for 9.6.4.0 release (#323) --- WFInfo/Properties/AssemblyInfo.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WFInfo/Properties/AssemblyInfo.cs b/WFInfo/Properties/AssemblyInfo.cs index 53874278..26eec059 100644 --- a/WFInfo/Properties/AssemblyInfo.cs +++ b/WFInfo/Properties/AssemblyInfo.cs @@ -12,7 +12,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("WFInfo")] -[assembly: AssemblyCopyright("Copyright © 2023")] +[assembly: AssemblyCopyright("Copyright © 2024")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -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.3.0")] -[assembly: AssemblyFileVersion("9.6.3.0")] +[assembly: AssemblyVersion("9.6.4.0")] +[assembly: AssemblyFileVersion("9.6.4.0")]