Skip to content

Commit db0612a

Browse files
committed
update version number to 2.1.0
1 parent 5da3018 commit db0612a

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,9 +51,9 @@ public static class gen
5151
);
5252

5353
// keep one of the following 3
54-
public static string NUSPEC_VERSION = NUSPEC_VERSION_PRE_TIMESTAMP;
54+
//public static string NUSPEC_VERSION = NUSPEC_VERSION_PRE_TIMESTAMP;
5555
//public static string NUSPEC_VERSION = NUSPEC_VERSION_PRE;
56-
//public static string NUSPEC_VERSION = NUSPEC_VERSION_RELEASE;
56+
public static string NUSPEC_VERSION = NUSPEC_VERSION_RELEASE;
5757

5858
public static string ASSEMBLY_VERSION = string.Format("{0}.{1}.{2}.{3}",
5959
MAJOR_VERSION,

0 commit comments

Comments
 (0)