From 7d75cae0e2eb8207d1d900a7ca4db7d16f0ae734 Mon Sep 17 00:00:00 2001 From: Eric Sink Date: Wed, 27 Oct 2021 07:22:16 -0500 Subject: [PATCH] 2.0.7 --- version_stamp/version_stamp.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version_stamp/version_stamp.cs b/version_stamp/version_stamp.cs index 3df6a13f..6cb12734 100644 --- a/version_stamp/version_stamp.cs +++ b/version_stamp/version_stamp.cs @@ -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,