forked from praeclarum/sqlite-net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sqlite-net-pcl.nuspec
28 lines (28 loc) · 1.45 KB
/
sqlite-net-pcl.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<version>1.1.0</version>
<authors>Frank A. Krueger</authors>
<owners>Frank A. Krueger</owners>
<projectUrl>https://github.com/praeclarum/sqlite-net</projectUrl>
<id>sqlite-net-pcl</id>
<title>SQLite-net PCL</title>
<summary>The official portable class library version of sqlite-net: the easy way to access sqlite.</summary>
<licenseUrl>https://github.com/praeclarum/sqlite-net/blob/master/license.md</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<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>
<tags>sqlite pcl database orm </tags>
<releaseNotes>
<![CDATA[
v1.1.0: Update .raw to 0.8. Update with commits through 11-JAN-2016.
]]>
</releaseNotes>
<dependencies>
<dependency id="SQLitePCL.raw" version="0.8.0" />
</dependencies>
</metadata>
<files>
<file src="nuget/SQLite-net/bin/Release/SQLite-net.dll" target="lib\portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10" />
<file src="nuget/SQLite-net/bin/Release/SQLite-net.dll.mdb" target="lib\portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10" />
</files>
</package>