We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e118e3 commit 17e53dfCopy full SHA for 17e53df
AutoClicker/Properties/AssemblyInfo.cs
@@ -12,7 +12,7 @@
12
[assembly: AssemblyConfiguration("")]
13
[assembly: AssemblyCompany("")]
14
[assembly: AssemblyProduct("AutoClicker")]
15
-[assembly: AssemblyCopyright("Copyright © 2020")]
+[assembly: AssemblyCopyright("Copyright © 2021")]
16
[assembly: AssemblyTrademark("")]
17
[assembly: AssemblyCulture("")]
18
@@ -51,5 +51,6 @@
51
// You can specify all the values or you can default the Build and Revision Numbers
52
// by using the '*' as shown below:
53
// [assembly: AssemblyVersion("1.0.*")]
54
-[assembly: AssemblyVersion("3.0.0.0")]
+[assembly: AssemblyVersion("3.1.0.0")]
55
[assembly: AssemblyFileVersion("1.0.0.0")]
56
+[assembly: NeutralResourcesLanguage("en")]
0 commit comments