Skip to content

Commit 0de70e2

Browse files
committed
version: Bump to 3.1.1
1 parent 5d04f7c commit 0de70e2

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

nuget/SQLite.Net.Async.nuspec

Lines changed: 2 additions & 2 deletions
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.1.0</version>
5+
<version>3.1.1</version>
66
<title>SQLite.Net.Async PCL</title>
77
<authors>Øystein Krog,Frank Krueger,Tim Heuer</authors>
88
<owners>Øystein Krog</owners>
@@ -17,7 +17,7 @@
1717
<releaseNotes>https://github.com/oysteinkrog/SQLite.Net-PCL/commits</releaseNotes>
1818
<tags>sqlite pcl sql database ios android windows metro winrt xamarin monotouch monodroid win32 windowsphone wp wp8 wp8.1</tags>
1919
<dependencies>
20-
<dependency id="SQLite.Net.Core-PCL" version="3.0.5"/>
20+
<dependency id="SQLite.Net.Core-PCL" version="3.1.1"/>
2121
</dependencies>
2222
</metadata>
2323
<files>

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.1.0</version>
5+
<version>3.1.1</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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>SQLite.Net-PCL</id>
5-
<version>3.1.0</version>
5+
<version>3.1.1</version>
66
<title>SQLite.Net PCL</title>
77
<authors>Øystein Krog,Frank Krueger,Tim Heuer</authors>
88
<owners>Øystein Krog</owners>
@@ -20,7 +20,7 @@
2020
<dependency id="sqlite-net-wp8" version="3.8.5"/>
2121
</group>
2222
<group>
23-
<dependency id="SQLite.Net.Core-PCL" version="3.0.5"/>
23+
<dependency id="SQLite.Net.Core-PCL" version="3.1.1"/>
2424
</group>
2525
</dependencies>
2626
</metadata>

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.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
1+
..\.nuget\nuget push output\SQLite.Net.Core-PCL.3.1.1.nupkg
2+
..\.nuget\nuget push output\SQLite.Net-PCL.3.1.1.nupkg
3+
..\.nuget\nuget push output\SQLite.Net.Async-PCL.3.1.1.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.1.0.0")]
15-
[assembly: AssemblyFileVersion("3.1.0.0")]
14+
[assembly: AssemblyVersion("3.1.1.0")]
15+
[assembly: AssemblyFileVersion("3.1.1.0")]

0 commit comments

Comments
 (0)