Skip to content

Commit

Permalink
prep 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsink committed Aug 26, 2021
1 parent 9c7290d commit a5e520e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version_stamp/version_stamp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public static class gen
);

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

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

0 comments on commit a5e520e

Please sign in to comment.