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 c418e0e commit 7d75caeCopy full SHA for 7d75cae
version_stamp/version_stamp.cs
@@ -51,7 +51,7 @@ public static class gen
51
);
52
53
// chg this to be the version string we want, one of the above
54
- public static string NUSPEC_VERSION = NUSPEC_VERSION_PRE_TIMESTAMP;
+ public static string NUSPEC_VERSION = NUSPEC_VERSION_RELEASE;
55
56
public static string ASSEMBLY_VERSION = string.Format("{0}.{1}.{2}.{3}",
57
MAJOR_VERSION,
0 commit comments