Skip to content

Commit ff84014

Browse files
committed
v2.1.3
1 parent 7e077d7 commit ff84014

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version_stamp/version_stamp.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ public static class gen
5151
);
5252

5353
// 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;
54+
//public static string NUSPEC_VERSION = NUSPEC_VERSION_PRE_TIMESTAMP;
55+
public static string NUSPEC_VERSION = NUSPEC_VERSION_RELEASE;
5656

5757
// or maaaaybe this one, but probably not:
5858
//public static string NUSPEC_VERSION = NUSPEC_VERSION_PRE;

0 commit comments

Comments
 (0)