From a8240ec966926576a17b10552768ef472d022bb9 Mon Sep 17 00:00:00 2001 From: oriash93 Date: Sun, 25 Aug 2024 10:56:16 +0300 Subject: [PATCH] Release 3.3.0 --- AutoClicker/Properties/AssemblyInfo.cs | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/AutoClicker/Properties/AssemblyInfo.cs b/AutoClicker/Properties/AssemblyInfo.cs index 6f9011c..ccff9eb 100644 --- a/AutoClicker/Properties/AssemblyInfo.cs +++ b/AutoClicker/Properties/AssemblyInfo.cs @@ -39,17 +39,6 @@ // app, or any theme specific resource dictionaries) )] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// 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("3.2.0.0")] +[assembly: AssemblyVersion("3.3.0.0")] [assembly: AssemblyFileVersion("1.0.0.0")] [assembly: NeutralResourcesLanguage("en")]