Skip to content

Commit b85f6c1

Browse files
committed
Fix nuspec license
1 parent 1a73136 commit b85f6c1

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

sqlite-net-pcl.nuspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
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 PCL</title>
12-
<summary>The official portable class library version of sqlite-net: the easy way to access sqlite.</summary>
13-
<licenseUrl>https://github.com/praeclarum/sqlite-net/blob/master/license.md</licenseUrl>
12+
<summary>The official portable version of sqlite-net: the easy way to access sqlite from .NET apps.</summary>
1413
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1514
<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>
1615
<tags>sqlite pcl database orm </tags>

sqlite-net.nuspec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
11
<?xml version="1.0"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
4-
<version>1.2.0</version>
4+
<version>1.2.1</version>
55
<authors>Frank Krueger</authors>
66
<owners>Frank Krueger,Tim Heuer</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</id>
1111
<title>sqlite-net</title>
12-
<licenseUrl>https://github.com/praeclarum/sqlite-net/blob/master/license.md</licenseUrl>
1312
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1413
<description>sqlite-net is an open source, minimal library to allow .NET and Mono applications to store data in SQLite databases. It is written in C# 3.0 and is meant to be simply compiled in with your projects. It was first designed to work with MonoTouch on the iPhone, but should work in any other CLI environment.</description>
1514
<tags>sqlite sql monotouch database metro winrt</tags>
1615
<summary>A .NET client library to access SQLite embedded database files in a LINQ manner.</summary>
1716
<releaseNotes>
1817
<![CDATA[
19-
v1.2.0: Fix bug storing textual dates in non-US cultures.
18+
v1.2.1: Compare column names without case.
2019
]]>
2120
</releaseNotes>
2221
</metadata>

0 commit comments

Comments
 (0)