Skip to content

Commit

Permalink
chg version to 2.0.7-pre
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsink committed Sep 27, 2021
1 parent 15571af commit 67b7458
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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-2021 SourceGear, LLC</Copyright>
<Company>SourceGear</Company>
<Authors>Eric Sink</Authors>
<Version>2.0.5-pre20210825122115</Version>
<AssemblyVersion>2.0.5.1332</AssemblyVersion>
<FileVersion>2.0.5.1332</FileVersion>
<Version>2.0.7-pre20210927133435</Version>
<AssemblyVersion>2.0.7.1365</AssemblyVersion>
<FileVersion>2.0.7.1365</FileVersion>
<Description>SQLitePCLRaw is a Portable Class Library (PCL) for low-level (raw) access to SQLite</Description>
<ProviderLangVersion>7.3</ProviderLangVersion>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
Expand Down
4 changes: 2 additions & 2 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 = 0;
public const int PATCH_VERSION = 6;
public const int PATCH_VERSION = 7;

// 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,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_RELEASE;
public static string NUSPEC_VERSION = NUSPEC_VERSION_PRE_TIMESTAMP;

public static string ASSEMBLY_VERSION = string.Format("{0}.{1}.{2}.{3}",
MAJOR_VERSION,
Expand Down

0 comments on commit 67b7458

Please sign in to comment.