Skip to content

Commit

Permalink
2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsink committed Oct 27, 2021
1 parent c418e0e commit 7d75cae
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 7d75cae

Please sign in to comment.