Artifact
bd8e2be624dde0a537c6ff49f27f46be12b76812:
- File
SQLite.nuspec
— part of check-in
[374035c537]
at
2011-10-04 09:03:37
on branch trunk
— The unit test infrastructure should make sure the native SQLite library is actually available. Also, update all version and release information for 1.0.76.0.
(user:
mistachkin
size: 1131)
[more...]
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>System.Data.SQLite</id>
<title>System.Data.SQLite (x86)</title>
<version>1.0.76.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\2010\Win32\ReleaseStatic\System.Data.SQLite.dll" target="lib\net40" />
<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" />
</files>
</package>