Skip to content

Commit a5e520e

Browse files
committed
prep 2.0.5
1 parent 9c7290d commit a5e520e

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)