Skip to content

Commit 51ff365

Browse files
committed
Modified NuGet package to get latest fixes, adding relnotes to NuGet package
1 parent 19657a2 commit 51ff365

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

nuget/sqlite-net.nuspec

Lines changed: 6 additions & 1 deletion
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.4</version>
4+
<version>1.0.5</version>
55
<authors>Frank Krueger</authors>
66
<owners>Frank Krueger,Tim Heuer</owners>
77
<projectUrl>https://github.com/praeclarum/sqlite-net</projectUrl>
@@ -12,6 +12,11 @@
1212
<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>
1313
<tags>sqlite sql monotouch database metro winrt</tags>
1414
<summary>A .NET client library to access SQLite embedded database files in a LINQ manner.</summary>
15+
<releaseNotes>
16+
<![CDATA[
17+
v1.0.5: Update with commits through 10-Aug-2012. Adds ExecuteScalar, DeleteAll, Delete<T>. Fixes some column name remapping. Issues fixed: 57,70,79,86
18+
]]>
19+
</releaseNotes>
1520
</metadata>
1621
<files>
1722
<file src="..\src\SQLite.cs" target="content\SQLite.cs" />

0 commit comments

Comments
 (0)