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 7e077d7 commit ff84014Copy full SHA for ff84014
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