Skip to content

Commit 66fedfc

Browse files
committed
Release 1.3.0 with .NET Standard
1 parent 1474932 commit 66fedfc

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

sqlite-net-pcl.nuspec

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
4-
<version>1.2.1</version>
4+
<version>1.3.0</version>
55
<authors>Frank A. Krueger</authors>
66
<owners>Frank A. Krueger</owners>
77
<licenseUrl>https://raw.githubusercontent.com/praeclarum/sqlite-net/master/LICENSE.md</licenseUrl>
@@ -12,19 +12,24 @@
1212
<summary>The official portable version of sqlite-net: the easy way to access sqlite from .NET apps.</summary>
1313
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1414
<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>
1616
<releaseNotes>
1717
<![CDATA[
18-
v1.2.1: Update .raw to bundle_green 1.1.0
18+
v1.3.0: Switch to .NET Standard
1919
]]>
2020
</releaseNotes>
2121
<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>
2328
</dependencies>
2429
</metadata>
2530
<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" />
2934
</files>
3035
</package>

0 commit comments

Comments
 (0)