|
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.2.1</version> |
| 4 | + <version>1.3.0</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>
|
|
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 | 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>
|
15 |
| - <tags>sqlite pcl database orm </tags> |
| 15 | + <tags>sqlite pcl database orm mobile</tags> |
16 | 16 | <releaseNotes>
|
17 | 17 | <![CDATA[
|
18 |
| - v1.2.1: Update .raw to bundle_green 1.1.0 |
| 18 | + v1.3.0: Switch to .NET Standard |
19 | 19 | ]]>
|
20 | 20 | </releaseNotes>
|
21 | 21 | <dependencies>
|
22 |
| - <dependency id="SQLitePCLRaw.bundle_green" version="1.1.0" /> |
| 22 | + <group> |
| 23 | + <dependency id="SQLitePCLRaw.bundle_green" version="1.1.0" /> |
| 24 | + </group> |
| 25 | + <group targetFramework=".NETStandard1.1"> |
| 26 | + <dependency id="NETStandard.Library" version="1.6.0" /> |
| 27 | + </group> |
23 | 28 | </dependencies>
|
24 | 29 | </metadata>
|
25 | 30 | <files>
|
26 |
| - <file src="nuget/SQLite-net/bin/Release/SQLite-net.dll" target="lib/portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10" /> |
27 |
| - <file src="nuget/SQLite-net/bin/Release/SQLite-net.dll.mdb" target="lib/portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10" /> |
28 |
| - <file src="nuget/SQLite-net/bin/Release/SQLite-net.xml" target="lib/portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10" /> |
| 31 | + <file src="nuget/SQLite-net/bin/Release/SQLite-net.dll" target="lib/netstandard1.1" /> |
| 32 | + <file src="nuget/SQLite-net/bin/Release/SQLite-net.dll.mdb" target="lib/netstandard1.1" /> |
| 33 | + <file src="nuget/SQLite-net/bin/Release/SQLite-net.xml" target="lib/netstandard1.1" /> |
29 | 34 | </files>
|
30 | 35 | </package>
|
0 commit comments