Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add the new 'test' NuGet package. Describe the beta and test NuGet packages on the FAQ page. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | metaNuGet |
Files: | files | file ages | folders |
SHA1: |
68073c6fca19278fc9a85b9300ab2179 |
User & Date: | mistachkin 2014-03-08 01:19:03.870 |
Context
2014-03-08
| ||
01:23 | Make the primary NuGet packages into meta-packages. Add the new 'test' NuGet package. Describe the beta and test NuGet packages on the FAQ page. check-in: 59abbc8534 user: mistachkin tags: trunk | |
01:19 | Add the new 'test' NuGet package. Describe the beta and test NuGet packages on the FAQ page. Closed-Leaf check-in: 68073c6fca user: mistachkin tags: metaNuGet | |
00:24 | Make the primary NuGet packages into meta-packages. check-in: 75d6b68f4f user: mistachkin tags: metaNuGet | |
Changes
Added NuGet/SQLite.Test.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 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | <?xml version="1.0" encoding="utf-8"?> <!-- * * SQLite.Test.nuspec - * * Written by Joe Mistachkin. * Released to the public domain, use at your own risk! * --> <package> <metadata> <id>System.Data.SQLite.Test</id> <title>System.Data.SQLite (x86/x64) Test</title> <version>1.0.92.0</version> <authors>SQLite Development Team</authors> <description>The official SQLite database engine for both x86 and x64 along with the ADO.NET provider.</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> <dependencies> <group targetFramework="net20"> <dependency id="System.Data.SQLite.Core" version="1.0.92.0" /> </group> <group targetFramework="net40"> <dependency id="System.Data.SQLite.Core" version="1.0.92.0" /> </group> <group targetFramework="net45"> <dependency id="System.Data.SQLite.Core" version="1.0.92.0" /> </group> <group targetFramework="net451"> <dependency id="System.Data.SQLite.Core" version="1.0.92.0" /> </group> <group targetFramework="net20"> <dependency id="System.Data.SQLite.Linq" version="1.0.92.0" /> </group> <group targetFramework="net40"> <dependency id="System.Data.SQLite.Linq" version="1.0.92.0" /> </group> <group targetFramework="net45"> <dependency id="System.Data.SQLite.Linq" version="1.0.92.0" /> </group> <group targetFramework="net451"> <dependency id="System.Data.SQLite.Linq" version="1.0.92.0" /> </group> <group targetFramework="net40"> <dependency id="System.Data.SQLite.EF6" version="1.0.92.0" /> </group> <group targetFramework="net45"> <dependency id="System.Data.SQLite.EF6" version="1.0.92.0" /> </group> <group targetFramework="net451"> <dependency id="System.Data.SQLite.EF6" version="1.0.92.0" /> </group> </dependencies> </metadata> </package> |
Changes to SQLite.NET.2005.MSBuild.sln.
︙ | ︙ | |||
13 14 15 16 17 18 19 20 21 22 23 24 25 26 | 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.x64.nuspec = NuGet\SQLite.x64.nuspec NuGet\SQLite.x86.nuspec = NuGet\SQLite.x86.nuspec readme.htm = readme.htm SQLite.NET.Settings.targets = SQLite.NET.Settings.targets SQLite.NET.Settings.targets.netFx35 = SQLite.NET.Settings.targets.netFx35 SQLite.NET.targets = SQLite.NET.targets System.Data.SQLite\System.Data.SQLite.CF.snk = System.Data.SQLite\System.Data.SQLite.CF.snk | > | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | 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 readme.htm = readme.htm SQLite.NET.Settings.targets = SQLite.NET.Settings.targets SQLite.NET.Settings.targets.netFx35 = SQLite.NET.Settings.targets.netFx35 SQLite.NET.targets = SQLite.NET.targets System.Data.SQLite\System.Data.SQLite.CF.snk = System.Data.SQLite\System.Data.SQLite.CF.snk |
︙ | ︙ |
Changes to SQLite.NET.2005.sln.
︙ | ︙ | |||
13 14 15 16 17 18 19 20 21 22 23 24 25 26 | 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.x64.nuspec = NuGet\SQLite.x64.nuspec NuGet\SQLite.x86.nuspec = NuGet\SQLite.x86.nuspec readme.htm = readme.htm SQLite.NET.Settings.targets = SQLite.NET.Settings.targets SQLite.NET.Settings.targets.netFx35 = SQLite.NET.Settings.targets.netFx35 SQLite.NET.targets = SQLite.NET.targets System.Data.SQLite\System.Data.SQLite.CF.snk = System.Data.SQLite\System.Data.SQLite.CF.snk | > | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | 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 readme.htm = readme.htm SQLite.NET.Settings.targets = SQLite.NET.Settings.targets SQLite.NET.Settings.targets.netFx35 = SQLite.NET.Settings.targets.netFx35 SQLite.NET.targets = SQLite.NET.targets System.Data.SQLite\System.Data.SQLite.CF.snk = System.Data.SQLite\System.Data.SQLite.CF.snk |
︙ | ︙ |
Changes to SQLite.NET.2008.MSBuild.sln.
︙ | ︙ | |||
13 14 15 16 17 18 19 20 21 22 23 24 25 26 | 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.x64.nuspec = NuGet\SQLite.x64.nuspec NuGet\SQLite.x86.nuspec = NuGet\SQLite.x86.nuspec readme.htm = readme.htm SQLite.NET.Settings.targets = SQLite.NET.Settings.targets SQLite.NET.Settings.targets.netFx35 = SQLite.NET.Settings.targets.netFx35 SQLite.NET.targets = SQLite.NET.targets System.Data.SQLite\System.Data.SQLite.CF.snk = System.Data.SQLite\System.Data.SQLite.CF.snk | > | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | 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 readme.htm = readme.htm SQLite.NET.Settings.targets = SQLite.NET.Settings.targets SQLite.NET.Settings.targets.netFx35 = SQLite.NET.Settings.targets.netFx35 SQLite.NET.targets = SQLite.NET.targets System.Data.SQLite\System.Data.SQLite.CF.snk = System.Data.SQLite\System.Data.SQLite.CF.snk |
︙ | ︙ |
Changes to SQLite.NET.2008.sln.
︙ | ︙ | |||
13 14 15 16 17 18 19 20 21 22 23 24 25 26 | 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.x64.nuspec = NuGet\SQLite.x64.nuspec NuGet\SQLite.x86.nuspec = NuGet\SQLite.x86.nuspec readme.htm = readme.htm SQLite.NET.Settings.targets = SQLite.NET.Settings.targets SQLite.NET.Settings.targets.netFx35 = SQLite.NET.Settings.targets.netFx35 SQLite.NET.targets = SQLite.NET.targets System.Data.SQLite\System.Data.SQLite.CF.snk = System.Data.SQLite\System.Data.SQLite.CF.snk | > | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | 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 readme.htm = readme.htm SQLite.NET.Settings.targets = SQLite.NET.Settings.targets SQLite.NET.Settings.targets.netFx35 = SQLite.NET.Settings.targets.netFx35 SQLite.NET.targets = SQLite.NET.targets System.Data.SQLite\System.Data.SQLite.CF.snk = System.Data.SQLite\System.Data.SQLite.CF.snk |
︙ | ︙ |
Changes to SQLite.NET.2010.MSBuild.sln.
︙ | ︙ | |||
13 14 15 16 17 18 19 20 21 22 23 24 25 26 | 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.x64.nuspec = NuGet\SQLite.x64.nuspec NuGet\SQLite.x86.nuspec = NuGet\SQLite.x86.nuspec readme.htm = readme.htm SQLite.NET.Settings.targets = SQLite.NET.Settings.targets SQLite.NET.Settings.targets.netFx35 = SQLite.NET.Settings.targets.netFx35 SQLite.NET.targets = SQLite.NET.targets System.Data.SQLite\System.Data.SQLite.CF.snk = System.Data.SQLite\System.Data.SQLite.CF.snk | > | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | 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 readme.htm = readme.htm SQLite.NET.Settings.targets = SQLite.NET.Settings.targets SQLite.NET.Settings.targets.netFx35 = SQLite.NET.Settings.targets.netFx35 SQLite.NET.targets = SQLite.NET.targets System.Data.SQLite\System.Data.SQLite.CF.snk = System.Data.SQLite\System.Data.SQLite.CF.snk |
︙ | ︙ |
Changes to SQLite.NET.2010.sln.
︙ | ︙ | |||
13 14 15 16 17 18 19 20 21 22 23 24 25 26 | 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.x64.nuspec = NuGet\SQLite.x64.nuspec NuGet\SQLite.x86.nuspec = NuGet\SQLite.x86.nuspec readme.htm = readme.htm SQLite.NET.Settings.targets = SQLite.NET.Settings.targets SQLite.NET.Settings.targets.netFx35 = SQLite.NET.Settings.targets.netFx35 SQLite.NET.targets = SQLite.NET.targets System.Data.SQLite\System.Data.SQLite.CF.snk = System.Data.SQLite\System.Data.SQLite.CF.snk | > | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | 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 readme.htm = readme.htm SQLite.NET.Settings.targets = SQLite.NET.Settings.targets SQLite.NET.Settings.targets.netFx35 = SQLite.NET.Settings.targets.netFx35 SQLite.NET.targets = SQLite.NET.targets System.Data.SQLite\System.Data.SQLite.CF.snk = System.Data.SQLite\System.Data.SQLite.CF.snk |
︙ | ︙ |
Changes to SQLite.NET.2012.MSBuild.sln.
︙ | ︙ | |||
13 14 15 16 17 18 19 20 21 22 23 24 25 26 | 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.x64.nuspec = NuGet\SQLite.x64.nuspec NuGet\SQLite.x86.nuspec = NuGet\SQLite.x86.nuspec readme.htm = readme.htm SQLite.NET.Settings.targets = SQLite.NET.Settings.targets SQLite.NET.Settings.targets.netFx35 = SQLite.NET.Settings.targets.netFx35 SQLite.NET.targets = SQLite.NET.targets System.Data.SQLite\System.Data.SQLite.CF.snk = System.Data.SQLite\System.Data.SQLite.CF.snk | > | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | 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 readme.htm = readme.htm SQLite.NET.Settings.targets = SQLite.NET.Settings.targets SQLite.NET.Settings.targets.netFx35 = SQLite.NET.Settings.targets.netFx35 SQLite.NET.targets = SQLite.NET.targets System.Data.SQLite\System.Data.SQLite.CF.snk = System.Data.SQLite\System.Data.SQLite.CF.snk |
︙ | ︙ |
Changes to SQLite.NET.2012.sln.
︙ | ︙ | |||
13 14 15 16 17 18 19 20 21 22 23 24 25 26 | 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.x64.nuspec = NuGet\SQLite.x64.nuspec NuGet\SQLite.x86.nuspec = NuGet\SQLite.x86.nuspec readme.htm = readme.htm SQLite.NET.Settings.targets = SQLite.NET.Settings.targets SQLite.NET.Settings.targets.netFx35 = SQLite.NET.Settings.targets.netFx35 SQLite.NET.targets = SQLite.NET.targets System.Data.SQLite\System.Data.SQLite.CF.snk = System.Data.SQLite\System.Data.SQLite.CF.snk | > | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | 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 readme.htm = readme.htm SQLite.NET.Settings.targets = SQLite.NET.Settings.targets SQLite.NET.Settings.targets.netFx35 = SQLite.NET.Settings.targets.netFx35 SQLite.NET.targets = SQLite.NET.targets System.Data.SQLite\System.Data.SQLite.CF.snk = System.Data.SQLite\System.Data.SQLite.CF.snk |
︙ | ︙ |
Changes to SQLite.NET.2013.MSBuild.sln.
︙ | ︙ | |||
13 14 15 16 17 18 19 20 21 22 23 24 25 26 | 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.x64.nuspec = NuGet\SQLite.x64.nuspec NuGet\SQLite.x86.nuspec = NuGet\SQLite.x86.nuspec readme.htm = readme.htm SQLite.NET.Settings.targets = SQLite.NET.Settings.targets SQLite.NET.Settings.targets.netFx35 = SQLite.NET.Settings.targets.netFx35 SQLite.NET.targets = SQLite.NET.targets System.Data.SQLite\System.Data.SQLite.CF.snk = System.Data.SQLite\System.Data.SQLite.CF.snk | > | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | 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 readme.htm = readme.htm SQLite.NET.Settings.targets = SQLite.NET.Settings.targets SQLite.NET.Settings.targets.netFx35 = SQLite.NET.Settings.targets.netFx35 SQLite.NET.targets = SQLite.NET.targets System.Data.SQLite\System.Data.SQLite.CF.snk = System.Data.SQLite\System.Data.SQLite.CF.snk |
︙ | ︙ |
Changes to SQLite.NET.2013.sln.
︙ | ︙ | |||
13 14 15 16 17 18 19 20 21 22 23 24 25 26 | 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.x64.nuspec = NuGet\SQLite.x64.nuspec NuGet\SQLite.x86.nuspec = NuGet\SQLite.x86.nuspec readme.htm = readme.htm SQLite.NET.Settings.targets = SQLite.NET.Settings.targets SQLite.NET.Settings.targets.netFx35 = SQLite.NET.Settings.targets.netFx35 SQLite.NET.targets = SQLite.NET.targets System.Data.SQLite\System.Data.SQLite.CF.snk = System.Data.SQLite\System.Data.SQLite.CF.snk | > | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | 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 readme.htm = readme.htm SQLite.NET.Settings.targets = SQLite.NET.Settings.targets SQLite.NET.Settings.targets.netFx35 = SQLite.NET.Settings.targets.netFx35 SQLite.NET.targets = SQLite.NET.targets System.Data.SQLite\System.Data.SQLite.CF.snk = System.Data.SQLite\System.Data.SQLite.CF.snk |
︙ | ︙ |
Changes to Setup/verify.lst.
︙ | ︙ | |||
166 167 168 169 170 171 172 173 174 175 176 177 178 179 | 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.x64.nuspec NuGet/SQLite.x86.nuspec readme.htm Setup/ Setup/archive.bat Setup/bake.bat Setup/bake_all.bat | > | 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 | 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 readme.htm Setup/ Setup/archive.bat Setup/bake.bat Setup/bake_all.bat |
︙ | ︙ |
Changes to Tests/version.eagle.
︙ | ︙ | |||
361 362 363 364 365 366 367 368 369 370 371 372 373 374 | "\" "] \ [appendArgs " targetFramework=\"net451\".*?\" 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 AssemblyVersion\\(\" [string map [list . \\.] \ $version(full)] \"\\)] \ [appendArgs AssemblyFileVersion\\(\" [string map [list . \\.] \ $version(full)] \"\\)] \ [appendArgs <Version> [string map [list . \\.] \ | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 | "\" "] \ [appendArgs " targetFramework=\"net451\".*?\" version=\"" $version(nuget) \ "\" "] \ [appendArgs <version> [string map [list . \\.] $version(nuget)] \ </version>] \ [appendArgs <version> [string map [list . \\.] $version(nuget)] \ </version>] \ [appendArgs " targetFramework=\"net20\".*? " \ "id=\"System\\.Data\\.SQLite\\.Core\" version=\"" $version(nuget) \ "\" "] \ [appendArgs " targetFramework=\"net40\".*? " \ "id=\"System\\.Data\\.SQLite\\.Core\" version=\"" $version(nuget) \ "\" "] \ [appendArgs " targetFramework=\"net45\".*? " \ "id=\"System\\.Data\\.SQLite\\.Core\" version=\"" $version(nuget) \ "\" "] \ [appendArgs " targetFramework=\"net451\".*? " \ "id=\"System\\.Data\\.SQLite\\.Core\" version=\"" $version(nuget) \ "\" "] \ [appendArgs " targetFramework=\"net20\".*? " \ "id=\"System\\.Data\\.SQLite\\.Linq\" version=\"" $version(nuget) \ "\" "] \ [appendArgs " targetFramework=\"net40\".*? " \ "id=\"System\\.Data\\.SQLite\\.Linq\" version=\"" $version(nuget) \ "\" "] \ [appendArgs " targetFramework=\"net45\".*? " \ "id=\"System\\.Data\\.SQLite\\.Linq\" version=\"" $version(nuget) \ "\" "] \ [appendArgs " targetFramework=\"net451\".*? " \ "id=\"System\\.Data\\.SQLite\\.Linq\" version=\"" $version(nuget) \ "\" "] \ [appendArgs " targetFramework=\"net40\".*? " \ "id=\"System\\.Data\\.SQLite\\.EF6\" version=\"" $version(nuget) \ "\" "] \ [appendArgs " targetFramework=\"net45\".*? " \ "id=\"System\\.Data\\.SQLite\\.EF6\" version=\"" $version(nuget) \ "\" "] \ [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 AssemblyVersion\\(\" [string map [list . \\.] \ $version(full)] \"\\)] \ [appendArgs AssemblyFileVersion\\(\" [string map [list . \\.] \ $version(full)] \"\\)] \ [appendArgs <Version> [string map [list . \\.] \ |
︙ | ︙ | |||
509 510 511 512 513 514 515 516 517 518 519 520 521 522 | [file join NuGet SQLite.EF6.nuspec] \ [file join NuGet SQLite.Linq.nuspec] \ [file join NuGet SQLite.Linq.nuspec] \ [file join NuGet SQLite.Linq.nuspec] \ [file join NuGet SQLite.Linq.nuspec] \ [file join NuGet SQLite.Linq.nuspec] \ [file join NuGet SQLite.MSIL.nuspec] \ [file join NuGet SQLite.x64.nuspec] \ [file join NuGet SQLite.x86.nuspec] \ [file join SQLite.Designer AssemblyInfo.cs] \ [file join SQLite.Designer AssemblyInfo.cs] \ [file join SQLite.Designer source.extension.vsixmanifest] \ [file join SQLite.Interop props SQLite.Interop.2005.vsprops] \ [file join SQLite.Interop props SQLite.Interop.2005.vsprops] \ | > > > > > > > > > > > > | 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 | [file join NuGet SQLite.EF6.nuspec] \ [file join NuGet SQLite.Linq.nuspec] \ [file join NuGet SQLite.Linq.nuspec] \ [file join NuGet SQLite.Linq.nuspec] \ [file join NuGet SQLite.Linq.nuspec] \ [file join NuGet SQLite.Linq.nuspec] \ [file join NuGet SQLite.MSIL.nuspec] \ [file join NuGet SQLite.Test.nuspec] \ [file join NuGet SQLite.Test.nuspec] \ [file join NuGet SQLite.Test.nuspec] \ [file join NuGet SQLite.Test.nuspec] \ [file join NuGet SQLite.Test.nuspec] \ [file join NuGet SQLite.Test.nuspec] \ [file join NuGet SQLite.Test.nuspec] \ [file join NuGet SQLite.Test.nuspec] \ [file join NuGet SQLite.Test.nuspec] \ [file join NuGet SQLite.Test.nuspec] \ [file join NuGet SQLite.Test.nuspec] \ [file join NuGet SQLite.Test.nuspec] \ [file join NuGet SQLite.x64.nuspec] \ [file join NuGet SQLite.x86.nuspec] \ [file join SQLite.Designer AssemblyInfo.cs] \ [file join SQLite.Designer AssemblyInfo.cs] \ [file join SQLite.Designer source.extension.vsixmanifest] \ [file join SQLite.Interop props SQLite.Interop.2005.vsprops] \ [file join SQLite.Interop props SQLite.Interop.2005.vsprops] \ |
︙ | ︙ | |||
572 573 574 575 576 577 578 579 580 581 582 583 584 585 | if {![haveConstraint [appendArgs file_ $constraint]]} then { checkForFile $test_channel $fileName $constraint } runTest {test [appendArgs version-1.21. $i] \ [appendArgs "pattern {" $pattern "} in file \"" $fileName \"] -body { regexp -- $pattern [readFile $fileName] } -constraints [list eagle [appendArgs file_ $constraint]] -result {1}} } ############################################################################### unset -nocomplain constraint fileName pattern fileNames patterns i version | > > > > > | 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 | if {![haveConstraint [appendArgs file_ $constraint]]} then { checkForFile $test_channel $fileName $constraint } runTest {test [appendArgs version-1.21. $i] \ [appendArgs "pattern {" $pattern "} in file \"" $fileName \"] -body { if {[hasRuntimeOption verbose]} then { tputs $test_channel [appendArgs \ "---- checking pattern {" $pattern "} against file \"" $fileName \ \"...\n] } regexp -- $pattern [readFile $fileName] } -constraints [list eagle [appendArgs file_ $constraint]] -result {1}} } ############################################################################### unset -nocomplain constraint fileName pattern fileNames patterns i version |
︙ | ︙ |
Changes to www/build.wiki.
︙ | ︙ | |||
130 131 132 133 134 135 136 137 138 139 140 141 142 143 | <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.x86.nuspec</li> <li><root>\NuGet\SQLite.x64.nuspec</li> <li><root>\SQLite.Designer\AssemblyInfo.cs</li> <li><root>\SQLite.Designer\source.extension.vsixmanifest</li> <li><root>\SQLite.Interop\props\SQLite.Interop.2005.vsprops</li> <li><root>\SQLite.Interop\props\SQLite.Interop.2008.vsprops</li> <li><root>\SQLite.Interop\props\SQLite.Interop.2010.props</li> | > | 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 | <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> <li><root>\SQLite.Designer\source.extension.vsixmanifest</li> <li><root>\SQLite.Interop\props\SQLite.Interop.2005.vsprops</li> <li><root>\SQLite.Interop\props\SQLite.Interop.2008.vsprops</li> <li><root>\SQLite.Interop\props\SQLite.Interop.2010.props</li> |
︙ | ︙ |
Changes to www/faq.wiki.
︙ | ︙ | |||
229 230 231 232 233 234 235 236 237 238 239 240 241 242 | <li> <a href="http://www.nuget.org/packages/System.Data.SQLite"> System.Data.SQLite</a>: The SQLite database engine for both x86 and x64 along with the ADO.NET provider, including support for LINQ and Entity Framework 6. </li> <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> | > > > > > > > > | 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 | <li> <a href="http://www.nuget.org/packages/System.Data.SQLite"> System.Data.SQLite</a>: The SQLite database engine for both x86 and x64 along with the ADO.NET provider, including support for LINQ and Entity Framework 6. </li> <li> <a href="http://www.nuget.org/packages/System.Data.SQLite.Beta"> System.Data.SQLite.Beta</a>: The SQLite database engine for both x86 and x64 along with the ADO.NET provider, including support for LINQ and Entity Framework 6. <b>This package may contain beta code and is not intended for production use.</b> </li> <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> |
︙ | ︙ | |||
253 254 255 256 257 258 259 260 261 262 263 264 265 266 | <li> <a href="http://www.nuget.org/packages/System.Data.SQLite.MSIL"> System.Data.SQLite.MSIL</a>: Just the managed ADO.NET provider for SQLite. </li> <li> <a href="http://www.nuget.org/packages/System.Data.SQLite.x86"> System.Data.SQLite.x86</a>: The SQLite database engine combined with a complete ADO.NET provider all rolled into a single mixed-mode assembly for x86. </li> | > > > > > > > > | 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 | <li> <a href="http://www.nuget.org/packages/System.Data.SQLite.MSIL"> System.Data.SQLite.MSIL</a>: Just the managed ADO.NET provider for SQLite. </li> <li> <a href="http://www.nuget.org/packages/System.Data.SQLite.Test"> System.Data.SQLite.Test</a>: The SQLite database engine for both x86 and x64 along with the ADO.NET provider, including support for LINQ and Entity Framework 6. <b>This package may contain untested code and is not intended for production use.</b> </li> <li> <a href="http://www.nuget.org/packages/System.Data.SQLite.x86"> System.Data.SQLite.x86</a>: The SQLite database engine combined with a complete ADO.NET provider all rolled into a single mixed-mode assembly for x86. </li> |
︙ | ︙ |