Skip to content

Commit

Permalink
chg version to 2.1.1-pre
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsink committed Jul 26, 2022
1 parent 0dea068 commit ce7f094
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<Copyright>Copyright 2014-2022 SourceGear, LLC</Copyright>
<Company>SourceGear</Company>
<Authors>Eric Sink</Authors>
<Version>2.1.0-pre20220428150518</Version>
<AssemblyVersion>2.1.0.1578</AssemblyVersion>
<FileVersion>2.1.0.1578</FileVersion>
<Version>2.1.1-pre20220726160216</Version>
<AssemblyVersion>2.1.1.1667</AssemblyVersion>
<FileVersion>2.1.1.1667</FileVersion>
<Description>SQLitePCLRaw is a Portable Class Library (PCL) for low-level (raw) access to SQLite</Description>
<ProviderLangVersion>10.0</ProviderLangVersion>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
Expand Down
6 changes: 3 additions & 3 deletions version_stamp/version_stamp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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}",
Expand All @@ -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 ce7f094

Please sign in to comment.