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 c85bee4 commit 969be9cCopy full SHA for 969be9c
Devenv/Properties/AssemblyInfo.cs
@@ -36,9 +36,9 @@
36
// Current format: {Major}.{Minor}.0.{Build} ->
37
// Where 0 it's the reserved number for patches from external assemblies
38
// For changes use the .version file only as {Major}.{Minor}
39
-[assembly: AssemblyVersion(Version.numberString)]
40
-[assembly: AssemblyFileVersion(Version.numberString)]
41
-[assembly: AssemblyInformationalVersion(Version.informational)]
+[assembly: AssemblyVersion(Version.S_NUM)]
+[assembly: AssemblyFileVersion(Version.S_NUM)]
+[assembly: AssemblyInformationalVersion(Version.S_INFO)]
42
43
//
44
// In order to sign your assembly you must specify a key to use. Refer to the
0 commit comments