Skip to content

Commit 16c870c

Browse files
committed
version: Bump to 3.1
1 parent ebe81c8 commit 16c870c

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

nuget/SQLite.Net.Async.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>SQLite.Net.Async-PCL</id>
5-
<version>3.0.5</version>
5+
<version>3.1.0</version>
66
<title>SQLite.Net.Async PCL</title>
77
<authors>Øystein Krog,Frank Krueger,Tim Heuer</authors>
88
<owners>Øystein Krog</owners>

nuget/SQLite.Net.Core.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>SQLite.Net.Core-PCL</id>
5-
<version>3.0.5</version>
5+
<version>3.1.0</version>
66
<title>SQLite.Net PCL</title>
77
<authors>Øystein Krog,Frank Krueger,Tim Heuer</authors>
88
<owners>Øystein Krog</owners>

nuget/SQLite.Net.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>SQLite.Net-PCL</id>
5-
<version>3.0.5</version>
5+
<version>3.1.0</version>
66
<title>SQLite.Net PCL</title>
77
<authors>Øystein Krog,Frank Krueger,Tim Heuer</authors>
88
<owners>Øystein Krog</owners>

nuget/upload.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
..\.nuget\nuget push output\SQLite.Net.Core-PCL.3.0.5.nupkg
2-
..\.nuget\nuget push output\SQLite.Net-PCL.3.0.5.nupkg
3-
..\.nuget\nuget push output\SQLite.Net.Async-PCL.3.0.5.nupkg
1+
..\.nuget\nuget push output\SQLite.Net.Core-PCL.3.1.0.nupkg
2+
..\.nuget\nuget push output\SQLite.Net-PCL.3.1.0.nupkg
3+
..\.nuget\nuget push output\SQLite.Net.Async-PCL.3.1.0.nupkg

src/GlobalAssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
// by using the '*' as shown below:
1212
// [assembly: AssemblyVersion("1.0.*")]
1313

14-
[assembly: AssemblyVersion("3.0.5.0")]
15-
[assembly: AssemblyFileVersion("3.0.5.0")]
14+
[assembly: AssemblyVersion("3.1.0.0")]
15+
[assembly: AssemblyFileVersion("3.1.0.0")]

0 commit comments

Comments
 (0)