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 5d26665 commit 134a7d9Copy full SHA for 134a7d9
version_stamp/version_stamp.cs
@@ -51,8 +51,8 @@ public static class gen
51
);
52
53
// keep one of the following 2:
54
- public static string NUSPEC_VERSION = NUSPEC_VERSION_PRE_TIMESTAMP;
55
- //public static string NUSPEC_VERSION = NUSPEC_VERSION_RELEASE;
+ //public static string NUSPEC_VERSION = NUSPEC_VERSION_PRE_TIMESTAMP;
+ public static string NUSPEC_VERSION = NUSPEC_VERSION_RELEASE;
56
57
// or maaaaybe this one, but probably not:
58
//public static string NUSPEC_VERSION = NUSPEC_VERSION_PRE;
0 commit comments