Skip to content

Commit 7d75cae

Browse files
committed
2.0.7
1 parent c418e0e commit 7d75cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version_stamp/version_stamp.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public static class gen
5151
);
5252

5353
// chg this to be the version string we want, one of the above
54-
public static string NUSPEC_VERSION = NUSPEC_VERSION_PRE_TIMESTAMP;
54+
public static string NUSPEC_VERSION = NUSPEC_VERSION_RELEASE;
5555

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

0 commit comments

Comments
 (0)