Skip to content

Commit

Permalink
Prepare for 1.3.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
praeclarum committed May 26, 2017
1 parent 9776f4f commit c91cab9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sqlite-net-pcl.nuspec
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<version>1.3.2</version>
<version>1.3.3</version>
<authors>Frank A. Krueger</authors>
<owners>Frank A. Krueger</owners>
<licenseUrl>https://raw.githubusercontent.com/praeclarum/sqlite-net/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/praeclarum/sqlite-net</projectUrl>
<iconUrl>https://raw.githubusercontent.com/praeclarum/sqlite-net/master/nuget/Logo-low.png</iconUrl>
<id>sqlite-net-pcl</id>
<title>SQLite-net Official Portable Library</title>
<summary>The easy way to access sqlite from .NET apps.</summary>
<summary>SQLite-net Official Portable Library is the easy way to access sqlite from .NET apps.</summary>
<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 SQLitePCLRaw to provide platform independent versions of SQLite.</description>
<tags>sqlite pcl database orm mobile</tags>
<releaseNotes>
<![CDATA[
v1.3.2: Bug fixes and bump to SQLitePCLRaw 1.1.5
v1.3.3: Improvements to reflection code to use IReflectableType
]]>
</releaseNotes>
<dependencies>
Expand Down

0 comments on commit c91cab9

Please sign in to comment.