Skip to content

Commit 15e82d3

Browse files
committed
2.0.3 # 340
1 parent 34b3233 commit 15e82d3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Directory.Build.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<Copyright>Copyright 2014-2020 SourceGear, LLC</Copyright>
55
<Company>SourceGear</Company>
66
<Authors>Eric Sink</Authors>
7-
<Version>2.0.3-pre20200408101627</Version>
8-
<AssemblyVersion>2.0.3.828</AssemblyVersion>
9-
<FileVersion>2.0.3.828</FileVersion>
7+
<Version>2.0.3</Version>
8+
<AssemblyVersion>2.0.3.851</AssemblyVersion>
9+
<FileVersion>2.0.3.851</FileVersion>
1010
<Description>SQLitePCLRaw is a Portable Class Library (PCL) for low-level (raw) access to SQLite</Description>
1111
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
1212
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>

version_stamp/version_stamp.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public static class gen
5151
);
5252

5353
// chg this to be the version string we want, one of the above
54-
public static string NUSPEC_VERSION = NUSPEC_VERSION_PRE_TIMESTAMP;
54+
public static string NUSPEC_VERSION = NUSPEC_VERSION_RELEASE;
5555

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

0 commit comments

Comments
 (0)