Skip to content

Commit

Permalink
2.0.3 # 340
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsink committed May 1, 2020
1 parent 34b3233 commit 15e82d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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-2020 SourceGear, LLC</Copyright>
<Company>SourceGear</Company>
<Authors>Eric Sink</Authors>
<Version>2.0.3-pre20200408101627</Version>
<AssemblyVersion>2.0.3.828</AssemblyVersion>
<FileVersion>2.0.3.828</FileVersion>
<Version>2.0.3</Version>
<AssemblyVersion>2.0.3.851</AssemblyVersion>
<FileVersion>2.0.3.851</FileVersion>
<Description>SQLitePCLRaw is a Portable Class Library (PCL) for low-level (raw) access to SQLite</Description>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
Expand Down
2 changes: 1 addition & 1 deletion version_stamp/version_stamp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 15e82d3

Please sign in to comment.