Skip to content

Commit c399f57

Browse files
committed
[nuget] New 1.0.10 release
1 parent c7e77db commit c399f57

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

nuget/sqlite-net-pcl.nuspec

+4-4
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.0.9-alpha</version>
4+
<version>1.0.10</version>
55
<authors>Frank A. Krueger</authors>
66
<owners>Frank A. Krueger</owners>
77
<projectUrl>https://github.com/praeclarum/sqlite-net</projectUrl>
@@ -10,15 +10,15 @@
1010
<summary>The official portable class library version of sqlite-net: the easy way to access sqlite.</summary>
1111
<licenseUrl>https://github.com/praeclarum/sqlite-net/blob/master/license.md</licenseUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13-
<description>SQLite-net is an open source, easy and light weight library for .NET, Mono, and Xamarin applications to store data in SQLite databases. This version uses SQLitePCL.raw to provide platform independent versions of SQLite.</description>
13+
<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>
1414
<tags>sqlite pcl database orm </tags>
1515
<releaseNotes>
1616
<![CDATA[
17-
v1.0.9: Update with commits through 13-JUN-2014.
17+
v1.0.10: Update with commits through 22-JAN-2015. Adds async support. Out of prerelease. .raw bumped to 0.7.1.
1818
]]>
1919
</releaseNotes>
2020
<dependencies>
21-
<dependency id="SQLitePCL.raw_basic" version="0.3.0-alpha" />
21+
<dependency id="SQLitePCL.raw_basic" version="0.7.1" />
2222
</dependencies>
2323
</metadata>
2424
<files>

0 commit comments

Comments
 (0)