Skip to content

Commit

Permalink
2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsink committed Sep 2, 2022
1 parent 474666a commit 6358513
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version_stamp/version_stamp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ public static class gen
);

// keep one of the following 3
public static string NUSPEC_VERSION = NUSPEC_VERSION_PRE_TIMESTAMP;
//public static string NUSPEC_VERSION = NUSPEC_VERSION_PRE_TIMESTAMP;
//public static string NUSPEC_VERSION = NUSPEC_VERSION_PRE;
//public static string NUSPEC_VERSION = NUSPEC_VERSION_RELEASE;
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 6358513

Please sign in to comment.