We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40309d8 commit 94e7f62Copy full SHA for 94e7f62
SharedAssemblyInfo.cs
@@ -6,7 +6,7 @@
6
7
[assembly: AssemblyCompany("Lombiq Technologies Ltd.")]
8
[assembly: AssemblyProduct("Hastlayer (hastlayer.com)")]
9
-[assembly: AssemblyCopyright("Copyright © 2015-2021")]
+[assembly: AssemblyCopyright("Copyright © 2015-2023")]
10
[assembly: AssemblyTrademark("")]
11
#if DEBUG
12
[assembly: AssemblyConfiguration("Debug")]
@@ -23,5 +23,5 @@
23
//
24
// You can specify all the values or you can default the Build and Revision Numbers by using the '*' as shown below:
25
// [assembly: AssemblyVersion("1.0.*")]
26
-[assembly: AssemblyVersion("1.2.1.0")]
27
-[assembly: AssemblyFileVersion("1.2.1.0")]
+[assembly: AssemblyVersion("2.0.0")]
+[assembly: AssemblyFileVersion("2.0.0")]
0 commit comments