|
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> |
3 | 3 | <metadata> |
4 | | - <version>1.3.0</version> |
| 4 | + <version>1.3.1</version> |
5 | 5 | <authors>Frank A. Krueger</authors> |
6 | 6 | <owners>Frank A. Krueger</owners> |
7 | 7 | <licenseUrl>https://raw.githubusercontent.com/praeclarum/sqlite-net/master/LICENSE.md</licenseUrl> |
|
11 | 11 | <title>SQLite-net PCL</title> |
12 | 12 | <summary>The official portable version of sqlite-net: the easy way to access sqlite from .NET apps.</summary> |
13 | 13 | <requireLicenseAcceptance>false</requireLicenseAcceptance> |
14 | | - <description>SQLite-net is an open source and light weight library providing easy SQLite database storage for .NET, Mono, and Xamarin applications. This version uses SQLitePCL.raw_basic to provide platform independent versions of SQLite.</description> |
| 14 | + <description>SQLite-net is an open source and light weight library providing easy SQLite database storage for .NET, Mono, and Xamarin applications. This version uses SQLitePCLRaw to provide platform independent versions of SQLite.</description> |
15 | 15 | <tags>sqlite pcl database orm mobile</tags> |
16 | 16 | <releaseNotes> |
17 | 17 | <![CDATA[ |
18 | | - v1.3.0: Switch to .NET Standard |
| 18 | + v1.3.1: Switch to .NET Standard |
19 | 19 | ]]> |
20 | 20 | </releaseNotes> |
21 | 21 | <dependencies> |
22 | 22 | <group> |
23 | | - <dependency id="SQLitePCLRaw.bundle_green" version="1.1.0" /> |
| 23 | + <dependency id="SQLitePCLRaw.bundle_green" version="1.1.2" /> |
24 | 24 | </group> |
25 | 25 | <group targetFramework=".NETStandard1.1"> |
| 26 | + <dependency id="SQLitePCLRaw.bundle_green" version="1.1.2" /> |
26 | 27 | <dependency id="NETStandard.Library" version="1.6.0" /> |
27 | 28 | </group> |
28 | 29 | </dependencies> |
29 | 30 | </metadata> |
30 | 31 | <files> |
| 32 | + <file src="nuget/SQLite-net/bin/Release/SQLite-net.dll" target="lib/portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10" /> |
| 33 | + <file src="nuget/SQLite-net/bin/Release/SQLite-net.dll.mdb" target="lib/portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10" /> |
| 34 | + <file src="nuget/SQLite-net/bin/Release/SQLite-net.xml" target="lib/portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10" /> |
31 | 35 | <file src="nuget/SQLite-net/bin/Release/SQLite-net.dll" target="lib/netstandard1.1" /> |
32 | 36 | <file src="nuget/SQLite-net/bin/Release/SQLite-net.dll.mdb" target="lib/netstandard1.1" /> |
33 | 37 | <file src="nuget/SQLite-net/bin/Release/SQLite-net.xml" target="lib/netstandard1.1" /> |
|
0 commit comments