From 70187d510cf41050ca5457082898033833bdb382 Mon Sep 17 00:00:00 2001 From: Ivan Rusanov Date: Mon, 20 Nov 2023 12:15:04 +0200 Subject: [PATCH] Change versioning scheme --- Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 453a611..5921a0d 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -33,5 +33,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("1.3.4.0")] -[assembly: AssemblyFileVersion("1.3.4.0")] +[assembly: AssemblyVersion("1.35.0")] +[assembly: AssemblyFileVersion("1.35.0")]