diff --git a/Directory.Build.props b/Directory.Build.props index a51911d5..6ffa685f 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,7 +4,7 @@ Copyright 2014-2022 SourceGear, LLC SourceGear Eric Sink - 2.1.2-pre20220918134829 + 2.1.2 2.1.2.1721 2.1.2.1721 SQLitePCLRaw is a Portable Class Library (PCL) for low-level (raw) access to SQLite diff --git a/version_stamp/version_stamp.cs b/version_stamp/version_stamp.cs index 118779a2..ceb74cca 100644 --- a/version_stamp/version_stamp.cs +++ b/version_stamp/version_stamp.cs @@ -51,8 +51,8 @@ public static class gen ); // keep one of the following 2: - public static string NUSPEC_VERSION = NUSPEC_VERSION_PRE_TIMESTAMP; - //public static string NUSPEC_VERSION = NUSPEC_VERSION_RELEASE; + //public static string NUSPEC_VERSION = NUSPEC_VERSION_PRE_TIMESTAMP; + public static string NUSPEC_VERSION = NUSPEC_VERSION_RELEASE; // or maaaaybe this one, but probably not: //public static string NUSPEC_VERSION = NUSPEC_VERSION_PRE;