Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add an managed-only varient of the 'Core' NuGet package. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
159e40e4a745fe87162535adea91c137 |
User & Date: | mistachkin 2014-03-26 20:56:10.280 |
Context
2014-03-26
| ||
20:59 | Fix text for the new NuGet package on the download page. check-in: 99cf773e08 user: mistachkin tags: trunk | |
20:56 | Add an managed-only varient of the 'Core' NuGet package. check-in: 159e40e4a7 user: mistachkin tags: trunk | |
20:23 | Revise download page text for the MSIL NuGet package. check-in: 4ebd9a66c5 user: mistachkin tags: trunk | |
Changes
Added NuGet/SQLite.Core.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 | <?xml version="1.0" encoding="utf-8"?> <!-- * * SQLite.Core.MSIL.nuspec - * * Written by Joe Mistachkin. * Released to the public domain, use at your own risk! * --> <package> <metadata> <id>System.Data.SQLite.Core.MSIL</id> <version>1.0.93.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" /> </files> </package> |
Changes to SQLite.NET.2005.MSBuild.sln.
︙ | ︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | NuGet\net40\EF6\config.transform = NuGet\net40\EF6\config.transform NuGet\net20\Core\install.ps1 = NuGet\net20\Core\install.ps1 NuGet\net40\Core\install.ps1 = NuGet\net40\Core\install.ps1 NuGet\net40\EF6\install.ps1 = NuGet\net40\EF6\install.ps1 NuGet\net40\EF6\provider.ps1 = NuGet\net40\EF6\provider.ps1 NuGet\SQLite.Beta.nuspec = NuGet\SQLite.Beta.nuspec NuGet\SQLite.Core.nuspec = NuGet\SQLite.Core.nuspec NuGet\SQLite.EF6.nuspec = NuGet\SQLite.EF6.nuspec NuGet\SQLite.Linq.nuspec = NuGet\SQLite.Linq.nuspec NuGet\SQLite.MSIL.nuspec = NuGet\SQLite.MSIL.nuspec NuGet\SQLite.nuspec = NuGet\SQLite.nuspec NuGet\SQLite.Test.nuspec = NuGet\SQLite.Test.nuspec NuGet\SQLite.x64.nuspec = NuGet\SQLite.x64.nuspec NuGet\SQLite.x86.nuspec = NuGet\SQLite.x86.nuspec | > | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | NuGet\net40\EF6\config.transform = NuGet\net40\EF6\config.transform NuGet\net20\Core\install.ps1 = NuGet\net20\Core\install.ps1 NuGet\net40\Core\install.ps1 = NuGet\net40\Core\install.ps1 NuGet\net40\EF6\install.ps1 = NuGet\net40\EF6\install.ps1 NuGet\net40\EF6\provider.ps1 = NuGet\net40\EF6\provider.ps1 NuGet\SQLite.Beta.nuspec = NuGet\SQLite.Beta.nuspec NuGet\SQLite.Core.nuspec = NuGet\SQLite.Core.nuspec NuGet\SQLite.Core.MSIL.nuspec = NuGet\SQLite.Core.MSIL.nuspec NuGet\SQLite.EF6.nuspec = NuGet\SQLite.EF6.nuspec NuGet\SQLite.Linq.nuspec = NuGet\SQLite.Linq.nuspec NuGet\SQLite.MSIL.nuspec = NuGet\SQLite.MSIL.nuspec NuGet\SQLite.nuspec = NuGet\SQLite.nuspec NuGet\SQLite.Test.nuspec = NuGet\SQLite.Test.nuspec NuGet\SQLite.x64.nuspec = NuGet\SQLite.x64.nuspec NuGet\SQLite.x86.nuspec = NuGet\SQLite.x86.nuspec |
︙ | ︙ |
Changes to SQLite.NET.2005.sln.
︙ | ︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | NuGet\net40\EF6\config.transform = NuGet\net40\EF6\config.transform NuGet\net20\Core\install.ps1 = NuGet\net20\Core\install.ps1 NuGet\net40\Core\install.ps1 = NuGet\net40\Core\install.ps1 NuGet\net40\EF6\install.ps1 = NuGet\net40\EF6\install.ps1 NuGet\net40\EF6\provider.ps1 = NuGet\net40\EF6\provider.ps1 NuGet\SQLite.Beta.nuspec = NuGet\SQLite.Beta.nuspec NuGet\SQLite.Core.nuspec = NuGet\SQLite.Core.nuspec NuGet\SQLite.EF6.nuspec = NuGet\SQLite.EF6.nuspec NuGet\SQLite.Linq.nuspec = NuGet\SQLite.Linq.nuspec NuGet\SQLite.MSIL.nuspec = NuGet\SQLite.MSIL.nuspec NuGet\SQLite.nuspec = NuGet\SQLite.nuspec NuGet\SQLite.Test.nuspec = NuGet\SQLite.Test.nuspec NuGet\SQLite.x64.nuspec = NuGet\SQLite.x64.nuspec NuGet\SQLite.x86.nuspec = NuGet\SQLite.x86.nuspec | > | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | NuGet\net40\EF6\config.transform = NuGet\net40\EF6\config.transform NuGet\net20\Core\install.ps1 = NuGet\net20\Core\install.ps1 NuGet\net40\Core\install.ps1 = NuGet\net40\Core\install.ps1 NuGet\net40\EF6\install.ps1 = NuGet\net40\EF6\install.ps1 NuGet\net40\EF6\provider.ps1 = NuGet\net40\EF6\provider.ps1 NuGet\SQLite.Beta.nuspec = NuGet\SQLite.Beta.nuspec NuGet\SQLite.Core.nuspec = NuGet\SQLite.Core.nuspec NuGet\SQLite.Core.MSIL.nuspec = NuGet\SQLite.Core.MSIL.nuspec NuGet\SQLite.EF6.nuspec = NuGet\SQLite.EF6.nuspec NuGet\SQLite.Linq.nuspec = NuGet\SQLite.Linq.nuspec NuGet\SQLite.MSIL.nuspec = NuGet\SQLite.MSIL.nuspec NuGet\SQLite.nuspec = NuGet\SQLite.nuspec NuGet\SQLite.Test.nuspec = NuGet\SQLite.Test.nuspec NuGet\SQLite.x64.nuspec = NuGet\SQLite.x64.nuspec NuGet\SQLite.x86.nuspec = NuGet\SQLite.x86.nuspec |
︙ | ︙ |
Changes to SQLite.NET.2008.MSBuild.sln.
︙ | ︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | NuGet\net40\EF6\config.transform = NuGet\net40\EF6\config.transform NuGet\net20\Core\install.ps1 = NuGet\net20\Core\install.ps1 NuGet\net40\Core\install.ps1 = NuGet\net40\Core\install.ps1 NuGet\net40\EF6\install.ps1 = NuGet\net40\EF6\install.ps1 NuGet\net40\EF6\provider.ps1 = NuGet\net40\EF6\provider.ps1 NuGet\SQLite.Beta.nuspec = NuGet\SQLite.Beta.nuspec NuGet\SQLite.Core.nuspec = NuGet\SQLite.Core.nuspec NuGet\SQLite.EF6.nuspec = NuGet\SQLite.EF6.nuspec NuGet\SQLite.Linq.nuspec = NuGet\SQLite.Linq.nuspec NuGet\SQLite.MSIL.nuspec = NuGet\SQLite.MSIL.nuspec NuGet\SQLite.nuspec = NuGet\SQLite.nuspec NuGet\SQLite.Test.nuspec = NuGet\SQLite.Test.nuspec NuGet\SQLite.x64.nuspec = NuGet\SQLite.x64.nuspec NuGet\SQLite.x86.nuspec = NuGet\SQLite.x86.nuspec | > | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | NuGet\net40\EF6\config.transform = NuGet\net40\EF6\config.transform NuGet\net20\Core\install.ps1 = NuGet\net20\Core\install.ps1 NuGet\net40\Core\install.ps1 = NuGet\net40\Core\install.ps1 NuGet\net40\EF6\install.ps1 = NuGet\net40\EF6\install.ps1 NuGet\net40\EF6\provider.ps1 = NuGet\net40\EF6\provider.ps1 NuGet\SQLite.Beta.nuspec = NuGet\SQLite.Beta.nuspec NuGet\SQLite.Core.nuspec = NuGet\SQLite.Core.nuspec NuGet\SQLite.Core.MSIL.nuspec = NuGet\SQLite.Core.MSIL.nuspec NuGet\SQLite.EF6.nuspec = NuGet\SQLite.EF6.nuspec NuGet\SQLite.Linq.nuspec = NuGet\SQLite.Linq.nuspec NuGet\SQLite.MSIL.nuspec = NuGet\SQLite.MSIL.nuspec NuGet\SQLite.nuspec = NuGet\SQLite.nuspec NuGet\SQLite.Test.nuspec = NuGet\SQLite.Test.nuspec NuGet\SQLite.x64.nuspec = NuGet\SQLite.x64.nuspec NuGet\SQLite.x86.nuspec = NuGet\SQLite.x86.nuspec |
︙ | ︙ |
Changes to SQLite.NET.2008.sln.
︙ | ︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | NuGet\net40\EF6\config.transform = NuGet\net40\EF6\config.transform NuGet\net20\Core\install.ps1 = NuGet\net20\Core\install.ps1 NuGet\net40\Core\install.ps1 = NuGet\net40\Core\install.ps1 NuGet\net40\EF6\install.ps1 = NuGet\net40\EF6\install.ps1 NuGet\net40\EF6\provider.ps1 = NuGet\net40\EF6\provider.ps1 NuGet\SQLite.Beta.nuspec = NuGet\SQLite.Beta.nuspec NuGet\SQLite.Core.nuspec = NuGet\SQLite.Core.nuspec NuGet\SQLite.EF6.nuspec = NuGet\SQLite.EF6.nuspec NuGet\SQLite.Linq.nuspec = NuGet\SQLite.Linq.nuspec NuGet\SQLite.MSIL.nuspec = NuGet\SQLite.MSIL.nuspec NuGet\SQLite.nuspec = NuGet\SQLite.nuspec NuGet\SQLite.Test.nuspec = NuGet\SQLite.Test.nuspec NuGet\SQLite.x64.nuspec = NuGet\SQLite.x64.nuspec NuGet\SQLite.x86.nuspec = NuGet\SQLite.x86.nuspec | > | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | NuGet\net40\EF6\config.transform = NuGet\net40\EF6\config.transform NuGet\net20\Core\install.ps1 = NuGet\net20\Core\install.ps1 NuGet\net40\Core\install.ps1 = NuGet\net40\Core\install.ps1 NuGet\net40\EF6\install.ps1 = NuGet\net40\EF6\install.ps1 NuGet\net40\EF6\provider.ps1 = NuGet\net40\EF6\provider.ps1 NuGet\SQLite.Beta.nuspec = NuGet\SQLite.Beta.nuspec NuGet\SQLite.Core.nuspec = NuGet\SQLite.Core.nuspec NuGet\SQLite.Core.MSIL.nuspec = NuGet\SQLite.Core.MSIL.nuspec NuGet\SQLite.EF6.nuspec = NuGet\SQLite.EF6.nuspec NuGet\SQLite.Linq.nuspec = NuGet\SQLite.Linq.nuspec NuGet\SQLite.MSIL.nuspec = NuGet\SQLite.MSIL.nuspec NuGet\SQLite.nuspec = NuGet\SQLite.nuspec NuGet\SQLite.Test.nuspec = NuGet\SQLite.Test.nuspec NuGet\SQLite.x64.nuspec = NuGet\SQLite.x64.nuspec NuGet\SQLite.x86.nuspec = NuGet\SQLite.x86.nuspec |
︙ | ︙ |
Changes to SQLite.NET.2010.MSBuild.sln.
︙ | ︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | NuGet\net40\EF6\config.transform = NuGet\net40\EF6\config.transform NuGet\net20\Core\install.ps1 = NuGet\net20\Core\install.ps1 NuGet\net40\Core\install.ps1 = NuGet\net40\Core\install.ps1 NuGet\net40\EF6\install.ps1 = NuGet\net40\EF6\install.ps1 NuGet\net40\EF6\provider.ps1 = NuGet\net40\EF6\provider.ps1 NuGet\SQLite.Beta.nuspec = NuGet\SQLite.Beta.nuspec NuGet\SQLite.Core.nuspec = NuGet\SQLite.Core.nuspec NuGet\SQLite.EF6.nuspec = NuGet\SQLite.EF6.nuspec NuGet\SQLite.Linq.nuspec = NuGet\SQLite.Linq.nuspec NuGet\SQLite.MSIL.nuspec = NuGet\SQLite.MSIL.nuspec NuGet\SQLite.nuspec = NuGet\SQLite.nuspec NuGet\SQLite.Test.nuspec = NuGet\SQLite.Test.nuspec NuGet\SQLite.x64.nuspec = NuGet\SQLite.x64.nuspec NuGet\SQLite.x86.nuspec = NuGet\SQLite.x86.nuspec | > | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | NuGet\net40\EF6\config.transform = NuGet\net40\EF6\config.transform NuGet\net20\Core\install.ps1 = NuGet\net20\Core\install.ps1 NuGet\net40\Core\install.ps1 = NuGet\net40\Core\install.ps1 NuGet\net40\EF6\install.ps1 = NuGet\net40\EF6\install.ps1 NuGet\net40\EF6\provider.ps1 = NuGet\net40\EF6\provider.ps1 NuGet\SQLite.Beta.nuspec = NuGet\SQLite.Beta.nuspec NuGet\SQLite.Core.nuspec = NuGet\SQLite.Core.nuspec NuGet\SQLite.Core.MSIL.nuspec = NuGet\SQLite.Core.MSIL.nuspec NuGet\SQLite.EF6.nuspec = NuGet\SQLite.EF6.nuspec NuGet\SQLite.Linq.nuspec = NuGet\SQLite.Linq.nuspec NuGet\SQLite.MSIL.nuspec = NuGet\SQLite.MSIL.nuspec NuGet\SQLite.nuspec = NuGet\SQLite.nuspec NuGet\SQLite.Test.nuspec = NuGet\SQLite.Test.nuspec NuGet\SQLite.x64.nuspec = NuGet\SQLite.x64.nuspec NuGet\SQLite.x86.nuspec = NuGet\SQLite.x86.nuspec |
︙ | ︙ |
Changes to SQLite.NET.2010.sln.
︙ | ︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | NuGet\net40\EF6\config.transform = NuGet\net40\EF6\config.transform NuGet\net20\Core\install.ps1 = NuGet\net20\Core\install.ps1 NuGet\net40\Core\install.ps1 = NuGet\net40\Core\install.ps1 NuGet\net40\EF6\install.ps1 = NuGet\net40\EF6\install.ps1 NuGet\net40\EF6\provider.ps1 = NuGet\net40\EF6\provider.ps1 NuGet\SQLite.Beta.nuspec = NuGet\SQLite.Beta.nuspec NuGet\SQLite.Core.nuspec = NuGet\SQLite.Core.nuspec NuGet\SQLite.EF6.nuspec = NuGet\SQLite.EF6.nuspec NuGet\SQLite.Linq.nuspec = NuGet\SQLite.Linq.nuspec NuGet\SQLite.MSIL.nuspec = NuGet\SQLite.MSIL.nuspec NuGet\SQLite.nuspec = NuGet\SQLite.nuspec NuGet\SQLite.Test.nuspec = NuGet\SQLite.Test.nuspec NuGet\SQLite.x64.nuspec = NuGet\SQLite.x64.nuspec NuGet\SQLite.x86.nuspec = NuGet\SQLite.x86.nuspec | > | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | NuGet\net40\EF6\config.transform = NuGet\net40\EF6\config.transform NuGet\net20\Core\install.ps1 = NuGet\net20\Core\install.ps1 NuGet\net40\Core\install.ps1 = NuGet\net40\Core\install.ps1 NuGet\net40\EF6\install.ps1 = NuGet\net40\EF6\install.ps1 NuGet\net40\EF6\provider.ps1 = NuGet\net40\EF6\provider.ps1 NuGet\SQLite.Beta.nuspec = NuGet\SQLite.Beta.nuspec NuGet\SQLite.Core.nuspec = NuGet\SQLite.Core.nuspec NuGet\SQLite.Core.MSIL.nuspec = NuGet\SQLite.Core.MSIL.nuspec NuGet\SQLite.EF6.nuspec = NuGet\SQLite.EF6.nuspec NuGet\SQLite.Linq.nuspec = NuGet\SQLite.Linq.nuspec NuGet\SQLite.MSIL.nuspec = NuGet\SQLite.MSIL.nuspec NuGet\SQLite.nuspec = NuGet\SQLite.nuspec NuGet\SQLite.Test.nuspec = NuGet\SQLite.Test.nuspec NuGet\SQLite.x64.nuspec = NuGet\SQLite.x64.nuspec NuGet\SQLite.x86.nuspec = NuGet\SQLite.x86.nuspec |
︙ | ︙ |
Changes to SQLite.NET.2012.MSBuild.sln.
︙ | ︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | NuGet\net40\EF6\config.transform = NuGet\net40\EF6\config.transform NuGet\net20\Core\install.ps1 = NuGet\net20\Core\install.ps1 NuGet\net40\Core\install.ps1 = NuGet\net40\Core\install.ps1 NuGet\net40\EF6\install.ps1 = NuGet\net40\EF6\install.ps1 NuGet\net40\EF6\provider.ps1 = NuGet\net40\EF6\provider.ps1 NuGet\SQLite.Beta.nuspec = NuGet\SQLite.Beta.nuspec NuGet\SQLite.Core.nuspec = NuGet\SQLite.Core.nuspec NuGet\SQLite.EF6.nuspec = NuGet\SQLite.EF6.nuspec NuGet\SQLite.Linq.nuspec = NuGet\SQLite.Linq.nuspec NuGet\SQLite.MSIL.nuspec = NuGet\SQLite.MSIL.nuspec NuGet\SQLite.nuspec = NuGet\SQLite.nuspec NuGet\SQLite.Test.nuspec = NuGet\SQLite.Test.nuspec NuGet\SQLite.x64.nuspec = NuGet\SQLite.x64.nuspec NuGet\SQLite.x86.nuspec = NuGet\SQLite.x86.nuspec | > | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | NuGet\net40\EF6\config.transform = NuGet\net40\EF6\config.transform NuGet\net20\Core\install.ps1 = NuGet\net20\Core\install.ps1 NuGet\net40\Core\install.ps1 = NuGet\net40\Core\install.ps1 NuGet\net40\EF6\install.ps1 = NuGet\net40\EF6\install.ps1 NuGet\net40\EF6\provider.ps1 = NuGet\net40\EF6\provider.ps1 NuGet\SQLite.Beta.nuspec = NuGet\SQLite.Beta.nuspec NuGet\SQLite.Core.nuspec = NuGet\SQLite.Core.nuspec NuGet\SQLite.Core.MSIL.nuspec = NuGet\SQLite.Core.MSIL.nuspec NuGet\SQLite.EF6.nuspec = NuGet\SQLite.EF6.nuspec NuGet\SQLite.Linq.nuspec = NuGet\SQLite.Linq.nuspec NuGet\SQLite.MSIL.nuspec = NuGet\SQLite.MSIL.nuspec NuGet\SQLite.nuspec = NuGet\SQLite.nuspec NuGet\SQLite.Test.nuspec = NuGet\SQLite.Test.nuspec NuGet\SQLite.x64.nuspec = NuGet\SQLite.x64.nuspec NuGet\SQLite.x86.nuspec = NuGet\SQLite.x86.nuspec |
︙ | ︙ |
Changes to SQLite.NET.2012.sln.
︙ | ︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | NuGet\net40\EF6\config.transform = NuGet\net40\EF6\config.transform NuGet\net20\Core\install.ps1 = NuGet\net20\Core\install.ps1 NuGet\net40\Core\install.ps1 = NuGet\net40\Core\install.ps1 NuGet\net40\EF6\install.ps1 = NuGet\net40\EF6\install.ps1 NuGet\net40\EF6\provider.ps1 = NuGet\net40\EF6\provider.ps1 NuGet\SQLite.Beta.nuspec = NuGet\SQLite.Beta.nuspec NuGet\SQLite.Core.nuspec = NuGet\SQLite.Core.nuspec NuGet\SQLite.EF6.nuspec = NuGet\SQLite.EF6.nuspec NuGet\SQLite.Linq.nuspec = NuGet\SQLite.Linq.nuspec NuGet\SQLite.MSIL.nuspec = NuGet\SQLite.MSIL.nuspec NuGet\SQLite.nuspec = NuGet\SQLite.nuspec NuGet\SQLite.Test.nuspec = NuGet\SQLite.Test.nuspec NuGet\SQLite.x64.nuspec = NuGet\SQLite.x64.nuspec NuGet\SQLite.x86.nuspec = NuGet\SQLite.x86.nuspec | > | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | NuGet\net40\EF6\config.transform = NuGet\net40\EF6\config.transform NuGet\net20\Core\install.ps1 = NuGet\net20\Core\install.ps1 NuGet\net40\Core\install.ps1 = NuGet\net40\Core\install.ps1 NuGet\net40\EF6\install.ps1 = NuGet\net40\EF6\install.ps1 NuGet\net40\EF6\provider.ps1 = NuGet\net40\EF6\provider.ps1 NuGet\SQLite.Beta.nuspec = NuGet\SQLite.Beta.nuspec NuGet\SQLite.Core.nuspec = NuGet\SQLite.Core.nuspec NuGet\SQLite.Core.MSIL.nuspec = NuGet\SQLite.Core.MSIL.nuspec NuGet\SQLite.EF6.nuspec = NuGet\SQLite.EF6.nuspec NuGet\SQLite.Linq.nuspec = NuGet\SQLite.Linq.nuspec NuGet\SQLite.MSIL.nuspec = NuGet\SQLite.MSIL.nuspec NuGet\SQLite.nuspec = NuGet\SQLite.nuspec NuGet\SQLite.Test.nuspec = NuGet\SQLite.Test.nuspec NuGet\SQLite.x64.nuspec = NuGet\SQLite.x64.nuspec NuGet\SQLite.x86.nuspec = NuGet\SQLite.x86.nuspec |
︙ | ︙ |
Changes to SQLite.NET.2013.MSBuild.sln.
︙ | ︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | NuGet\net40\EF6\config.transform = NuGet\net40\EF6\config.transform NuGet\net20\Core\install.ps1 = NuGet\net20\Core\install.ps1 NuGet\net40\Core\install.ps1 = NuGet\net40\Core\install.ps1 NuGet\net40\EF6\install.ps1 = NuGet\net40\EF6\install.ps1 NuGet\net40\EF6\provider.ps1 = NuGet\net40\EF6\provider.ps1 NuGet\SQLite.Beta.nuspec = NuGet\SQLite.Beta.nuspec NuGet\SQLite.Core.nuspec = NuGet\SQLite.Core.nuspec NuGet\SQLite.EF6.nuspec = NuGet\SQLite.EF6.nuspec NuGet\SQLite.Linq.nuspec = NuGet\SQLite.Linq.nuspec NuGet\SQLite.MSIL.nuspec = NuGet\SQLite.MSIL.nuspec NuGet\SQLite.nuspec = NuGet\SQLite.nuspec NuGet\SQLite.Test.nuspec = NuGet\SQLite.Test.nuspec NuGet\SQLite.x64.nuspec = NuGet\SQLite.x64.nuspec NuGet\SQLite.x86.nuspec = NuGet\SQLite.x86.nuspec | > | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | NuGet\net40\EF6\config.transform = NuGet\net40\EF6\config.transform NuGet\net20\Core\install.ps1 = NuGet\net20\Core\install.ps1 NuGet\net40\Core\install.ps1 = NuGet\net40\Core\install.ps1 NuGet\net40\EF6\install.ps1 = NuGet\net40\EF6\install.ps1 NuGet\net40\EF6\provider.ps1 = NuGet\net40\EF6\provider.ps1 NuGet\SQLite.Beta.nuspec = NuGet\SQLite.Beta.nuspec NuGet\SQLite.Core.nuspec = NuGet\SQLite.Core.nuspec NuGet\SQLite.Core.MSIL.nuspec = NuGet\SQLite.Core.MSIL.nuspec NuGet\SQLite.EF6.nuspec = NuGet\SQLite.EF6.nuspec NuGet\SQLite.Linq.nuspec = NuGet\SQLite.Linq.nuspec NuGet\SQLite.MSIL.nuspec = NuGet\SQLite.MSIL.nuspec NuGet\SQLite.nuspec = NuGet\SQLite.nuspec NuGet\SQLite.Test.nuspec = NuGet\SQLite.Test.nuspec NuGet\SQLite.x64.nuspec = NuGet\SQLite.x64.nuspec NuGet\SQLite.x86.nuspec = NuGet\SQLite.x86.nuspec |
︙ | ︙ |
Changes to SQLite.NET.2013.sln.
︙ | ︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | NuGet\net40\EF6\config.transform = NuGet\net40\EF6\config.transform NuGet\net20\Core\install.ps1 = NuGet\net20\Core\install.ps1 NuGet\net40\Core\install.ps1 = NuGet\net40\Core\install.ps1 NuGet\net40\EF6\install.ps1 = NuGet\net40\EF6\install.ps1 NuGet\net40\EF6\provider.ps1 = NuGet\net40\EF6\provider.ps1 NuGet\SQLite.Beta.nuspec = NuGet\SQLite.Beta.nuspec NuGet\SQLite.Core.nuspec = NuGet\SQLite.Core.nuspec NuGet\SQLite.EF6.nuspec = NuGet\SQLite.EF6.nuspec NuGet\SQLite.Linq.nuspec = NuGet\SQLite.Linq.nuspec NuGet\SQLite.MSIL.nuspec = NuGet\SQLite.MSIL.nuspec NuGet\SQLite.nuspec = NuGet\SQLite.nuspec NuGet\SQLite.Test.nuspec = NuGet\SQLite.Test.nuspec NuGet\SQLite.x64.nuspec = NuGet\SQLite.x64.nuspec NuGet\SQLite.x86.nuspec = NuGet\SQLite.x86.nuspec | > | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | NuGet\net40\EF6\config.transform = NuGet\net40\EF6\config.transform NuGet\net20\Core\install.ps1 = NuGet\net20\Core\install.ps1 NuGet\net40\Core\install.ps1 = NuGet\net40\Core\install.ps1 NuGet\net40\EF6\install.ps1 = NuGet\net40\EF6\install.ps1 NuGet\net40\EF6\provider.ps1 = NuGet\net40\EF6\provider.ps1 NuGet\SQLite.Beta.nuspec = NuGet\SQLite.Beta.nuspec NuGet\SQLite.Core.nuspec = NuGet\SQLite.Core.nuspec NuGet\SQLite.Core.MSIL.nuspec = NuGet\SQLite.Core.MSIL.nuspec NuGet\SQLite.EF6.nuspec = NuGet\SQLite.EF6.nuspec NuGet\SQLite.Linq.nuspec = NuGet\SQLite.Linq.nuspec NuGet\SQLite.MSIL.nuspec = NuGet\SQLite.MSIL.nuspec NuGet\SQLite.nuspec = NuGet\SQLite.nuspec NuGet\SQLite.Test.nuspec = NuGet\SQLite.Test.nuspec NuGet\SQLite.x64.nuspec = NuGet\SQLite.x64.nuspec NuGet\SQLite.x86.nuspec = NuGet\SQLite.x86.nuspec |
︙ | ︙ |
Changes to Setup/verify.lst.
︙ | ︙ | |||
165 166 167 168 169 170 171 172 173 174 175 176 177 178 | NuGet/net40/Core/install.ps1 NuGet/net40/EF6/ NuGet/net40/EF6/config.transform NuGet/net40/EF6/install.ps1 NuGet/net40/EF6/provider.ps1 NuGet/SQLite.Beta.nuspec NuGet/SQLite.Core.nuspec NuGet/SQLite.EF6.nuspec NuGet/SQLite.Linq.nuspec NuGet/SQLite.MSIL.nuspec NuGet/SQLite.nuspec NuGet/SQLite.Test.nuspec NuGet/SQLite.x64.nuspec NuGet/SQLite.x86.nuspec | > | 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 | NuGet/net40/Core/install.ps1 NuGet/net40/EF6/ NuGet/net40/EF6/config.transform NuGet/net40/EF6/install.ps1 NuGet/net40/EF6/provider.ps1 NuGet/SQLite.Beta.nuspec NuGet/SQLite.Core.nuspec NuGet/SQLite.Core.MSIL.nuspec NuGet/SQLite.EF6.nuspec NuGet/SQLite.Linq.nuspec NuGet/SQLite.MSIL.nuspec NuGet/SQLite.nuspec NuGet/SQLite.Test.nuspec NuGet/SQLite.x64.nuspec NuGet/SQLite.x86.nuspec |
︙ | ︙ |
Changes to System.Data.SQLite.Linq/System.Data.SQLite.EF6.2010.csproj.
whitespace changes only
Changes to Tests/version.eagle.
︙ | ︙ | |||
344 345 346 347 348 349 350 351 352 353 354 355 356 357 | "\" "] \ [appendArgs " targetFramework=\"net451\".*? " \ "id=\"System\\.Data\\.SQLite\\.EF6\" version=\"" $version(nuget) \ "\" "] \ [appendArgs <version> [string map [list . \\.] $version(nuget)] \ </version>] \ [appendArgs <version> [string map [list . \\.] $version(nuget)] \ </version>] \ [appendArgs " targetFramework=\"net40\".*?\" version=\"" $version(nuget) \ "\" "] \ [appendArgs " targetFramework=\"net45\".*?\" version=\"" $version(nuget) \ "\" "] \ [appendArgs " targetFramework=\"net451\".*?\" version=\"" $version(nuget) \ "\" "] \ | > > | 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 | "\" "] \ [appendArgs " targetFramework=\"net451\".*? " \ "id=\"System\\.Data\\.SQLite\\.EF6\" version=\"" $version(nuget) \ "\" "] \ [appendArgs <version> [string map [list . \\.] $version(nuget)] \ </version>] \ [appendArgs <version> [string map [list . \\.] $version(nuget)] \ </version>] \ [appendArgs <version> [string map [list . \\.] $version(nuget)] \ </version>] \ [appendArgs " targetFramework=\"net40\".*?\" version=\"" $version(nuget) \ "\" "] \ [appendArgs " targetFramework=\"net45\".*?\" version=\"" $version(nuget) \ "\" "] \ [appendArgs " targetFramework=\"net451\".*?\" version=\"" $version(nuget) \ "\" "] \ |
︙ | ︙ | |||
542 543 544 545 546 547 548 549 550 551 552 553 554 555 | [file join NuGet SQLite.Beta.nuspec] \ [file join NuGet SQLite.Beta.nuspec] \ [file join NuGet SQLite.Beta.nuspec] \ [file join NuGet SQLite.Beta.nuspec] \ [file join NuGet SQLite.Beta.nuspec] \ [file join NuGet SQLite.Beta.nuspec] \ [file join NuGet SQLite.Core.nuspec] \ [file join NuGet SQLite.EF6.nuspec] \ [file join NuGet SQLite.EF6.nuspec] \ [file join NuGet SQLite.EF6.nuspec] \ [file join NuGet SQLite.EF6.nuspec] \ [file join NuGet SQLite.Linq.nuspec] \ [file join NuGet SQLite.Linq.nuspec] \ [file join NuGet SQLite.Linq.nuspec] \ | > | 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 | [file join NuGet SQLite.Beta.nuspec] \ [file join NuGet SQLite.Beta.nuspec] \ [file join NuGet SQLite.Beta.nuspec] \ [file join NuGet SQLite.Beta.nuspec] \ [file join NuGet SQLite.Beta.nuspec] \ [file join NuGet SQLite.Beta.nuspec] \ [file join NuGet SQLite.Core.nuspec] \ [file join NuGet SQLite.Core.MSIL.nuspec] \ [file join NuGet SQLite.EF6.nuspec] \ [file join NuGet SQLite.EF6.nuspec] \ [file join NuGet SQLite.EF6.nuspec] \ [file join NuGet SQLite.EF6.nuspec] \ [file join NuGet SQLite.Linq.nuspec] \ [file join NuGet SQLite.Linq.nuspec] \ [file join NuGet SQLite.Linq.nuspec] \ |
︙ | ︙ |
Changes to www/build.wiki.
︙ | ︙ | |||
127 128 129 130 131 132 133 134 135 136 137 138 139 140 | <ul> <li><root>\readme.htm</li> <li><root>\Doc\Extra\Provider\dbfactorysupport.html</li> <li><root>\Doc\Extra\Provider\welcome.html</li> <li><root>\NuGet\SQLite.nuspec</li> <li><root>\NuGet\SQLite.Beta.nuspec</li> <li><root>\NuGet\SQLite.Core.nuspec</li> <li><root>\NuGet\SQLite.EF6.nuspec</li> <li><root>\NuGet\SQLite.Linq.nuspec</li> <li><root>\NuGet\SQLite.MSIL.nuspec</li> <li><root>\NuGet\SQLite.Test.nuspec</li> <li><root>\NuGet\SQLite.x86.nuspec</li> <li><root>\NuGet\SQLite.x64.nuspec</li> <li><root>\SQLite.Designer\AssemblyInfo.cs</li> | > | 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 | <ul> <li><root>\readme.htm</li> <li><root>\Doc\Extra\Provider\dbfactorysupport.html</li> <li><root>\Doc\Extra\Provider\welcome.html</li> <li><root>\NuGet\SQLite.nuspec</li> <li><root>\NuGet\SQLite.Beta.nuspec</li> <li><root>\NuGet\SQLite.Core.nuspec</li> <li><root>\NuGet\SQLite.Core.MSIL.nuspec</li> <li><root>\NuGet\SQLite.EF6.nuspec</li> <li><root>\NuGet\SQLite.Linq.nuspec</li> <li><root>\NuGet\SQLite.MSIL.nuspec</li> <li><root>\NuGet\SQLite.Test.nuspec</li> <li><root>\NuGet\SQLite.x86.nuspec</li> <li><root>\NuGet\SQLite.x64.nuspec</li> <li><root>\SQLite.Designer\AssemblyInfo.cs</li> |
︙ | ︙ |
Changes to www/downloads.wiki.
︙ | ︙ | |||
1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 | <br /> <big><b>This package does not depend on any other package.</b></big> <br /> (sha1: e908a09d179996692143404487c1688631a37bc8) </td> </tr> <tr> <td width="10"> </td> <td width="30%" valign="top" align="right"> <a href="http://nuget.org/api/v2/package/System.Data.SQLite.EF6/1.0.92.0">System.Data.SQLite.EF6.1.0.92.0.nupkg</a> <br /> (0.13 MiB) </td> | > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 | <br /> <big><b>This package does not depend on any other package.</b></big> <br /> (sha1: e908a09d179996692143404487c1688631a37bc8) </td> </tr> <tr> <td width="10"> </td> <td width="30%" valign="top" align="right"> <a href="http://nuget.org/api/v2/package/System.Data.SQLite.Core.MSIL/1.0.92.0">System.Data.SQLite.Core.MSIL.1.0.92.0.nupkg</a> <br /> (0.67 MiB) </td> <td width="5"></td> <td valign="top"> This NuGet package contains the managed binaries for System.Data.SQLite 1.0.92.0. The .NET Framework 3.5 SP1, 4.0, 4.5, or 4.5.1 is required. <br /> <big><b>This is a legacy package; if possible, please use either the "System.Data.SQLite" or "System.Data.SQLite.Core" package instead.</b></big> <br /> <br /> <big><b><i>This NuGet package does not include any code from the native SQLite core library and will not work properly without the native assembly "SQLite.Interop.dll" compiled for the processor architecture of the host process being present in a directory in the native library search path.</i></b></big> <br /> <br /> (sha1: a605b40dfb711ad4448ec9df81e866f1cff781f5) </td> </tr> <tr> <td width="10"> </td> <td width="30%" valign="top" align="right"> <a href="http://nuget.org/api/v2/package/System.Data.SQLite.EF6/1.0.92.0">System.Data.SQLite.EF6.1.0.92.0.nupkg</a> <br /> (0.13 MiB) </td> |
︙ | ︙ |
Changes to www/faq.wiki.
︙ | ︙ | |||
243 244 245 246 247 248 249 250 251 252 253 254 255 256 | <li> <a href="http://www.nuget.org/packages/System.Data.SQLite.Core"> System.Data.SQLite.Core</a>: The SQLite database engine for both x86 and x64 along with the ADO.NET provider. </li> <li> <a href="http://www.nuget.org/packages/System.Data.SQLite.EF6"> System.Data.SQLite.EF6</a>: Just support for Entity Framework 6 using System.Data.SQLite. </li> <li> | > > > > > > | 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 | <li> <a href="http://www.nuget.org/packages/System.Data.SQLite.Core"> System.Data.SQLite.Core</a>: The SQLite database engine for both x86 and x64 along with the ADO.NET provider. </li> <li> <a href="http://www.nuget.org/packages/System.Data.SQLite.Core.MSIL"> System.Data.SQLite.Core.MSIL</a>: Just the managed ADO.NET provider for SQLite. </li> <li> <a href="http://www.nuget.org/packages/System.Data.SQLite.EF6"> System.Data.SQLite.EF6</a>: Just support for Entity Framework 6 using System.Data.SQLite. </li> <li> |
︙ | ︙ |
Changes to www/release.wiki.
︙ | ︙ | |||
349 350 351 352 353 354 355 356 357 358 359 360 361 362 | <li> Enter the following command to build the "core" NuGet package: <br /> <br /> <b>nuget.exe pack NuGet\SQLite.Core.nuspec</b> <br /> <br /> <i>This assumes that the NuGet binary is available somewhere along the [http://en.wikipedia.org/wiki/PATH_%28variable%29 | PATH].<br />Please refer to [http://docs.nuget.org/ | NuGet Documentation] for further details.</i> </li> <li> | > > > > > > > > > > > > > | 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 | <li> Enter the following command to build the "core" NuGet package: <br /> <br /> <b>nuget.exe pack NuGet\SQLite.Core.nuspec</b> <br /> <br /> <i>This assumes that the NuGet binary is available somewhere along the [http://en.wikipedia.org/wiki/PATH_%28variable%29 | PATH].<br />Please refer to [http://docs.nuget.org/ | NuGet Documentation] for further details.</i> </li> <li> Enter the following command to build the "core managed-only" NuGet package: <br /> <br /> <b>nuget.exe pack NuGet\SQLite.Core.MSIL.nuspec</b> <br /> <br /> <i>This assumes that the NuGet binary is available somewhere along the [http://en.wikipedia.org/wiki/PATH_%28variable%29 | PATH].<br />Please refer to [http://docs.nuget.org/ | NuGet Documentation] for further details.</i> </li> <li> |
︙ | ︙ |