This repository has been archived by the owner on Oct 13, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
SQLite.MSIL.nuspec
37 lines (37 loc) · 1.76 KB
/
SQLite.MSIL.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="utf-8"?>
<!--
*
* SQLite.MSIL.nuspec -
*
* Written by Joe Mistachkin.
* Released to the public domain, use at your own risk!
*
-->
<package>
<metadata>
<id>System.Data.SQLite.MSIL</id>
<version>1.0.90.0</version>
<authors>SQLite Development Team</authors>
<description>An ADO.NET provider for SQLite (managed-only).</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\Release\bin\System.Data.SQLite.dll" target="lib\net20" />
<file src="bin\2008\Release\bin\System.Data.SQLite.xml" target="lib\net20" />
<file src="bin\2010\Release\bin\System.Data.SQLite.dll" target="lib\net40" />
<file src="bin\2010\Release\bin\System.Data.SQLite.xml" target="lib\net40" />
<file src="bin\2012\Release\bin\System.Data.SQLite.dll" target="lib\net45" />
<file src="bin\2012\Release\bin\System.Data.SQLite.xml" target="lib\net45" />
<file src="bin\2013\Release\bin\System.Data.SQLite.dll" target="lib\net451" />
<file src="bin\2013\Release\bin\System.Data.SQLite.xml" target="lib\net451" />
<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" />
<file src="bin\2013\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net451" />
</files>
</package>