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 5da3018 commit db0612aCopy full SHA for db0612a
version_stamp/version_stamp.cs
@@ -51,9 +51,9 @@ public static class gen
51
);
52
53
// keep one of the following 3
54
- public static string NUSPEC_VERSION = NUSPEC_VERSION_PRE_TIMESTAMP;
+ //public static string NUSPEC_VERSION = NUSPEC_VERSION_PRE_TIMESTAMP;
55
//public static string NUSPEC_VERSION = NUSPEC_VERSION_PRE;
56
- //public static string NUSPEC_VERSION = NUSPEC_VERSION_RELEASE;
+ public static string NUSPEC_VERSION = NUSPEC_VERSION_RELEASE;
57
58
public static string ASSEMBLY_VERSION = string.Format("{0}.{1}.{2}.{3}",
59
MAJOR_VERSION,
0 commit comments