Skip to content

Commit c91cab9

Browse files
committed
Prepare for 1.3.3 release
1 parent 9776f4f commit c91cab9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sqlite-net-pcl.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
<?xml version="1.0"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
4-
<version>1.3.2</version>
4+
<version>1.3.3</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>
88
<projectUrl>https://github.com/praeclarum/sqlite-net</projectUrl>
99
<iconUrl>https://raw.githubusercontent.com/praeclarum/sqlite-net/master/nuget/Logo-low.png</iconUrl>
1010
<id>sqlite-net-pcl</id>
1111
<title>SQLite-net Official Portable Library</title>
12-
<summary>The easy way to access sqlite from .NET apps.</summary>
12+
<summary>SQLite-net Official Portable Library is 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 SQLitePCLRaw to provide platform independent versions of SQLite.</description>
1515
<tags>sqlite pcl database orm mobile</tags>
1616
<releaseNotes>
1717
<![CDATA[
18-
v1.3.2: Bug fixes and bump to SQLitePCLRaw 1.1.5
18+
v1.3.3: Improvements to reflection code to use IReflectableType
1919
]]>
2020
</releaseNotes>
2121
<dependencies>

0 commit comments

Comments
 (0)