From ce7f09456add8404e52136b4c7b78cd997e42372 Mon Sep 17 00:00:00 2001 From: Eric Sink Date: Tue, 26 Jul 2022 16:10:25 -0500 Subject: [PATCH] chg version to 2.1.1-pre --- Directory.Build.props | 6 +++--- version_stamp/version_stamp.cs | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 5b00167c..f2413a29 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,9 +4,9 @@ Copyright 2014-2022 SourceGear, LLC SourceGear Eric Sink - 2.1.0-pre20220428150518 - 2.1.0.1578 - 2.1.0.1578 + 2.1.1-pre20220726160216 + 2.1.1.1667 + 2.1.1.1667 SQLitePCLRaw is a Portable Class Library (PCL) for low-level (raw) access to SQLite 10.0 false diff --git a/version_stamp/version_stamp.cs b/version_stamp/version_stamp.cs index 07ec800c..352ba0e2 100644 --- a/version_stamp/version_stamp.cs +++ b/version_stamp/version_stamp.cs @@ -26,7 +26,7 @@ public static class gen public const int MAJOR_VERSION = 2; public const int MINOR_VERSION = 1; - public const int PATCH_VERSION = 0; + public const int PATCH_VERSION = 1; // a version string with a -pre-timestamp in it public static string NUSPEC_VERSION_PRE_TIMESTAMP = string.Format("{0}.{1}.{2}-pre{3}", @@ -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,