Skip to content

Commit 9c3c289

Browse files
committed
chg to 3.0.1
1 parent d28576c commit 9c3c289

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Copyright>Copyright 2014-2025 SourceGear, LLC</Copyright>
55
<Company>SourceGear</Company>
66
<Authors>Eric Sink</Authors>
7-
<Version>3.0.1-pre20250805123245</Version>
7+
<Version>3.0.1</Version>
88
<AssemblyVersion>3.0.1.2773</AssemblyVersion>
99
<FileVersion>3.0.1.2773</FileVersion>
1010
<Description>SQLitePCLRaw is a Portable Class Library (PCL) for low-level (raw) access to SQLite</Description>

version_stamp/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ public static class gen
5151
);
5252

5353
// keep one of the following 2:
54-
public static string NUSPEC_VERSION = NUSPEC_VERSION_PRE_TIMESTAMP;
55-
//public static string NUSPEC_VERSION = NUSPEC_VERSION_RELEASE;
54+
//public static string NUSPEC_VERSION = NUSPEC_VERSION_PRE_TIMESTAMP;
55+
public static string NUSPEC_VERSION = NUSPEC_VERSION_RELEASE;
5656

5757
// or maaaaybe this one, but probably not:
5858
//public static string NUSPEC_VERSION = NUSPEC_VERSION_PRE;

0 commit comments

Comments
 (0)