Artifact
86125deef6096c098bd5415b942e8c4c39251b96:
- File
SQLite.x86.nuspec
— part of check-in
[57c0d444d7]
at
2013-10-28 08:15:03
on branch regexp
— Bump all version numbers to 1.0.90.0. Update version history docs.
(user:
mistachkin
size: 1653)
[more...]
<?xml version="1.0" encoding="utf-8"?>
<!--
*
* SQLite.x86.nuspec -
*
* Written by Joe Mistachkin.
* Released to the public domain, use at your own risk!
*
-->
<package>
<metadata>
<id>System.Data.SQLite.x86</id>
<version>1.0.90.0</version>
<authors>SQLite Development Team</authors>
<description>The official SQLite database engine combined with a complete ADO.NET provider all rolled into a single mixed-mode assembly for x86.</description>
<language>en-US</language>
<projectUrl>http://system.data.sqlite.org/</projectUrl>
<iconUrl>http://system.data.sqlite.org/images/sqlite32.png</iconUrl>
<licenseUrl>http://www.sqlite.org/copyright.html</licenseUrl>
<tags>sqlite database ado.net provider interop</tags>
<copyright>Public Domain</copyright>
</metadata>
<files>
<file src="bin\2008\Win32\ReleaseStatic\System.Data.SQLite.dll" target="lib\net20" />
<file src="bin\2008\Release\bin\System.Data.SQLite.xml" target="lib\net20" />
<file src="bin\2010\Win32\ReleaseStatic\System.Data.SQLite.dll" target="lib\net40" />
<file src="bin\2010\Release\bin\System.Data.SQLite.xml" target="lib\net40" />
<file src="bin\2012\Win32\ReleaseStatic\System.Data.SQLite.dll" target="lib\net45" />
<file src="bin\2012\Release\bin\System.Data.SQLite.xml" target="lib\net45" />
<file src="bin\2008\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net20" />
<file src="bin\2010\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net40" />
<file src="bin\2012\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net45" />
</files>
</package>