Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | More NuGet package updates. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
45f0cee292148b69f2605a646d271068 |
User & Date: | mistachkin 2014-02-19 00:16:23.335 |
Context
2014-02-19
| ||
01:06 | Refactor how the NuGet package internals are organized. check-in: 0ee4f5564f user: mistachkin tags: trunk | |
00:16 | More NuGet package updates. check-in: 45f0cee292 user: mistachkin tags: trunk | |
2014-02-18
| ||
21:45 | Include the EF6-specific ADO.NET provider in the NuGet configuration file. check-in: ab41582640 user: mistachkin tags: trunk | |
Changes
Added NuGet/SQLite.EF6.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 | <?xml version="1.0" encoding="utf-8"?> <!-- * * SQLite.EF6.nuspec - * * Written by Joe Mistachkin. * Released to the public domain, use at your own risk! * --> <package> <metadata> <id>System.Data.SQLite.EF6</id> <title>System.Data.SQLite.EF6 (x86/x64)</title> <version>1.0.91.0</version> <authors>SQLite Development Team</authors> <description>Support for Entity Framework 6 using System.Data.SQLite.</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="net40"> <dependency id="System.Data.SQLite.Core" version="1.0.91.0" /> </group> <group targetFramework="net45"> <dependency id="System.Data.SQLite.Core" version="1.0.91.0" /> </group> <group targetFramework="net451"> <dependency id="System.Data.SQLite.Core" version="1.0.91.0" /> </group> <group targetFramework="net40"> <dependency id="EntityFramework" version="6.0.0.0" /> </group> <group targetFramework="net45"> <dependency id="EntityFramework" version="6.0.0.0" /> </group> <group targetFramework="net451"> <dependency id="EntityFramework" version="6.0.0.0" /> </group> </dependencies> </metadata> <files> <file src="..\bin\2010\Release\bin\System.Data.SQLite.EF6.dll" target="lib\net40" /> <file src="..\bin\2012\Release\bin\System.Data.SQLite.EF6.dll" target="lib\net45" /> <file src="..\bin\2013\Release\bin\System.Data.SQLite.EF6.dll" target="lib\net451" /> <file src="net40\config.transform" target="content\net40\app.config.transform"/> <file src="net40\config.transform" target="content\net40\web.config.transform"/> <file src="net40\config.transform" target="content\net45\app.config.transform"/> <file src="net40\config.transform" target="content\net45\web.config.transform"/> <file src="net40\config.transform" target="content\net451\app.config.transform"/> <file src="net40\config.transform" target="content\net451\web.config.transform"/> </files> </package> |
Added NuGet/SQLite.Linq.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 | <?xml version="1.0" encoding="utf-8"?> <!-- * * SQLite.Linq.nuspec - * * Written by Joe Mistachkin. * Released to the public domain, use at your own risk! * --> <package> <metadata> <id>System.Data.SQLite.Linq</id> <title>System.Data.SQLite.Linq (x86/x64)</title> <version>1.0.91.0</version> <authors>SQLite Development Team</authors> <description>Support for LINQ using System.Data.SQLite.</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.91.0" /> </group> <group targetFramework="net40"> <dependency id="System.Data.SQLite.Core" version="1.0.91.0" /> </group> <group targetFramework="net45"> <dependency id="System.Data.SQLite.Core" version="1.0.91.0" /> </group> <group targetFramework="net451"> <dependency id="System.Data.SQLite.Core" version="1.0.91.0" /> </group> </dependencies> </metadata> <files> <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" /> <file src="net20\config.transform" target="content\net20\app.config.transform"/> <file src="net20\config.transform" target="content\net20\web.config.transform"/> <file src="net20\config.transform" target="content\net40\app.config.transform"/> <file src="net20\config.transform" target="content\net40\web.config.transform"/> <file src="net20\config.transform" target="content\net45\app.config.transform"/> <file src="net20\config.transform" target="content\net45\web.config.transform"/> <file src="net20\config.transform" target="content\net451\app.config.transform"/> <file src="net20\config.transform" target="content\net451\web.config.transform"/> </files> </package> |
Changes to NuGet/SQLite.nuspec.
︙ | ︙ | |||
9 10 11 12 13 14 15 | --> <package> <metadata> <id>System.Data.SQLite</id> <title>System.Data.SQLite (x86/x64)</title> <version>1.0.91.2</version> <authors>SQLite Development Team</authors> | | | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | --> <package> <metadata> <id>System.Data.SQLite</id> <title>System.Data.SQLite (x86/x64)</title> <version>1.0.91.2</version> <authors>SQLite Development Team</authors> <description>The official SQLite database engine for both x86 and x64 along with the ADO.NET provider. This package includes support for LINQ and Entity Framework 6.</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> |
︙ | ︙ |
Changes to NuGet/SQLite.x64.nuspec.
︙ | ︙ | |||
8 9 10 11 12 13 14 | * --> <package> <metadata> <id>System.Data.SQLite.x64</id> <version>1.0.91.2</version> <authors>SQLite Development Team</authors> | | | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | * --> <package> <metadata> <id>System.Data.SQLite.x64</id> <version>1.0.91.2</version> <authors>SQLite Development Team</authors> <description>This is a legacy package; if possible, please use either the "System.Data.SQLite" or "System.Data.SQLite.Core" package instead. The official SQLite database engine combined with a complete ADO.NET provider all rolled into a single mixed-mode assembly for x64.</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> |
︙ | ︙ |
Changes to NuGet/SQLite.x86.nuspec.
︙ | ︙ | |||
8 9 10 11 12 13 14 | * --> <package> <metadata> <id>System.Data.SQLite.x86</id> <version>1.0.91.2</version> <authors>SQLite Development Team</authors> | | | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | * --> <package> <metadata> <id>System.Data.SQLite.x86</id> <version>1.0.91.2</version> <authors>SQLite Development Team</authors> <description>This is a legacy package; if possible, please use either the "System.Data.SQLite" or "System.Data.SQLite.Core" package instead. 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> <dependencies> |
︙ | ︙ |
Changes to SQLite.NET.2005.MSBuild.sln.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | Microsoft Visual Studio Solution File, Format Version 9.00 # Visual Studio 2005 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{39A3B743-1EBD-4CC0-8E37-ACE3DD38B1C0}" ProjectSection(SolutionItems) = preProject exclude_bin.txt = exclude_bin.txt exclude_src.txt = exclude_src.txt NuGet\net20\config.transform = NuGet\net20\config.transform NuGet\net40\config.transform = NuGet\net40\config.transform NuGet\net20\install.ps1 = NuGet\net20\install.ps1 NuGet\net40\install.ps1 = NuGet\net40\install.ps1 NuGet\SQLite.Beta.nuspec = NuGet\SQLite.Beta.nuspec NuGet\SQLite.Core.nuspec = NuGet\SQLite.Core.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 | > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | Microsoft Visual Studio Solution File, Format Version 9.00 # Visual Studio 2005 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{39A3B743-1EBD-4CC0-8E37-ACE3DD38B1C0}" ProjectSection(SolutionItems) = preProject exclude_bin.txt = exclude_bin.txt exclude_src.txt = exclude_src.txt NuGet\net20\config.transform = NuGet\net20\config.transform NuGet\net40\config.transform = NuGet\net40\config.transform NuGet\net20\install.ps1 = NuGet\net20\install.ps1 NuGet\net40\install.ps1 = NuGet\net40\install.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 |
︙ | ︙ |
Changes to SQLite.NET.2005.sln.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | Microsoft Visual Studio Solution File, Format Version 9.00 # Visual Studio 2005 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{39A3B743-1EBD-4CC0-8E37-ACE3DD38B1C0}" ProjectSection(SolutionItems) = preProject exclude_bin.txt = exclude_bin.txt exclude_src.txt = exclude_src.txt NuGet\net20\config.transform = NuGet\net20\config.transform NuGet\net40\config.transform = NuGet\net40\config.transform NuGet\net20\install.ps1 = NuGet\net20\install.ps1 NuGet\net40\install.ps1 = NuGet\net40\install.ps1 NuGet\SQLite.Beta.nuspec = NuGet\SQLite.Beta.nuspec NuGet\SQLite.Core.nuspec = NuGet\SQLite.Core.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 | > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | Microsoft Visual Studio Solution File, Format Version 9.00 # Visual Studio 2005 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{39A3B743-1EBD-4CC0-8E37-ACE3DD38B1C0}" ProjectSection(SolutionItems) = preProject exclude_bin.txt = exclude_bin.txt exclude_src.txt = exclude_src.txt NuGet\net20\config.transform = NuGet\net20\config.transform NuGet\net40\config.transform = NuGet\net40\config.transform NuGet\net20\install.ps1 = NuGet\net20\install.ps1 NuGet\net40\install.ps1 = NuGet\net40\install.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 |
︙ | ︙ |
Changes to SQLite.NET.2008.MSBuild.sln.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | Microsoft Visual Studio Solution File, Format Version 10.00 # Visual Studio 2008 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{39A3B743-1EBD-4CC0-8E37-ACE3DD38B1C0}" ProjectSection(SolutionItems) = preProject exclude_bin.txt = exclude_bin.txt exclude_src.txt = exclude_src.txt NuGet\net20\config.transform = NuGet\net20\config.transform NuGet\net40\config.transform = NuGet\net40\config.transform NuGet\net20\install.ps1 = NuGet\net20\install.ps1 NuGet\net40\install.ps1 = NuGet\net40\install.ps1 NuGet\SQLite.Beta.nuspec = NuGet\SQLite.Beta.nuspec NuGet\SQLite.Core.nuspec = NuGet\SQLite.Core.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 | > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | Microsoft Visual Studio Solution File, Format Version 10.00 # Visual Studio 2008 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{39A3B743-1EBD-4CC0-8E37-ACE3DD38B1C0}" ProjectSection(SolutionItems) = preProject exclude_bin.txt = exclude_bin.txt exclude_src.txt = exclude_src.txt NuGet\net20\config.transform = NuGet\net20\config.transform NuGet\net40\config.transform = NuGet\net40\config.transform NuGet\net20\install.ps1 = NuGet\net20\install.ps1 NuGet\net40\install.ps1 = NuGet\net40\install.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 |
︙ | ︙ |
Changes to SQLite.NET.2008.sln.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | Microsoft Visual Studio Solution File, Format Version 10.00 # Visual Studio 2008 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{39A3B743-1EBD-4CC0-8E37-ACE3DD38B1C0}" ProjectSection(SolutionItems) = preProject exclude_bin.txt = exclude_bin.txt exclude_src.txt = exclude_src.txt NuGet\net20\config.transform = NuGet\net20\config.transform NuGet\net40\config.transform = NuGet\net40\config.transform NuGet\net20\install.ps1 = NuGet\net20\install.ps1 NuGet\net40\install.ps1 = NuGet\net40\install.ps1 NuGet\SQLite.Beta.nuspec = NuGet\SQLite.Beta.nuspec NuGet\SQLite.Core.nuspec = NuGet\SQLite.Core.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 | > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | Microsoft Visual Studio Solution File, Format Version 10.00 # Visual Studio 2008 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{39A3B743-1EBD-4CC0-8E37-ACE3DD38B1C0}" ProjectSection(SolutionItems) = preProject exclude_bin.txt = exclude_bin.txt exclude_src.txt = exclude_src.txt NuGet\net20\config.transform = NuGet\net20\config.transform NuGet\net40\config.transform = NuGet\net40\config.transform NuGet\net20\install.ps1 = NuGet\net20\install.ps1 NuGet\net40\install.ps1 = NuGet\net40\install.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 |
︙ | ︙ |
Changes to SQLite.NET.2010.MSBuild.sln.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{39A3B743-1EBD-4CC0-8E37-ACE3DD38B1C0}" ProjectSection(SolutionItems) = preProject exclude_bin.txt = exclude_bin.txt exclude_src.txt = exclude_src.txt NuGet\net20\config.transform = NuGet\net20\config.transform NuGet\net40\config.transform = NuGet\net40\config.transform NuGet\net20\install.ps1 = NuGet\net20\install.ps1 NuGet\net40\install.ps1 = NuGet\net40\install.ps1 NuGet\SQLite.Beta.nuspec = NuGet\SQLite.Beta.nuspec NuGet\SQLite.Core.nuspec = NuGet\SQLite.Core.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 | > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{39A3B743-1EBD-4CC0-8E37-ACE3DD38B1C0}" ProjectSection(SolutionItems) = preProject exclude_bin.txt = exclude_bin.txt exclude_src.txt = exclude_src.txt NuGet\net20\config.transform = NuGet\net20\config.transform NuGet\net40\config.transform = NuGet\net40\config.transform NuGet\net20\install.ps1 = NuGet\net20\install.ps1 NuGet\net40\install.ps1 = NuGet\net40\install.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 |
︙ | ︙ |
Changes to SQLite.NET.2010.sln.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{39A3B743-1EBD-4CC0-8E37-ACE3DD38B1C0}" ProjectSection(SolutionItems) = preProject exclude_bin.txt = exclude_bin.txt exclude_src.txt = exclude_src.txt NuGet\net20\config.transform = NuGet\net20\config.transform NuGet\net40\config.transform = NuGet\net40\config.transform NuGet\net20\install.ps1 = NuGet\net20\install.ps1 NuGet\net40\install.ps1 = NuGet\net40\install.ps1 NuGet\SQLite.Beta.nuspec = NuGet\SQLite.Beta.nuspec NuGet\SQLite.Core.nuspec = NuGet\SQLite.Core.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 | > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{39A3B743-1EBD-4CC0-8E37-ACE3DD38B1C0}" ProjectSection(SolutionItems) = preProject exclude_bin.txt = exclude_bin.txt exclude_src.txt = exclude_src.txt NuGet\net20\config.transform = NuGet\net20\config.transform NuGet\net40\config.transform = NuGet\net40\config.transform NuGet\net20\install.ps1 = NuGet\net20\install.ps1 NuGet\net40\install.ps1 = NuGet\net40\install.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 |
︙ | ︙ |
Changes to SQLite.NET.2012.MSBuild.sln.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2012 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{39A3B743-1EBD-4CC0-8E37-ACE3DD38B1C0}" ProjectSection(SolutionItems) = preProject exclude_bin.txt = exclude_bin.txt exclude_src.txt = exclude_src.txt NuGet\net20\config.transform = NuGet\net20\config.transform NuGet\net40\config.transform = NuGet\net40\config.transform NuGet\net20\install.ps1 = NuGet\net20\install.ps1 NuGet\net40\install.ps1 = NuGet\net40\install.ps1 NuGet\SQLite.Beta.nuspec = NuGet\SQLite.Beta.nuspec NuGet\SQLite.Core.nuspec = NuGet\SQLite.Core.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 | > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2012 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{39A3B743-1EBD-4CC0-8E37-ACE3DD38B1C0}" ProjectSection(SolutionItems) = preProject exclude_bin.txt = exclude_bin.txt exclude_src.txt = exclude_src.txt NuGet\net20\config.transform = NuGet\net20\config.transform NuGet\net40\config.transform = NuGet\net40\config.transform NuGet\net20\install.ps1 = NuGet\net20\install.ps1 NuGet\net40\install.ps1 = NuGet\net40\install.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 |
︙ | ︙ |
Changes to SQLite.NET.2012.sln.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2012 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{39A3B743-1EBD-4CC0-8E37-ACE3DD38B1C0}" ProjectSection(SolutionItems) = preProject exclude_bin.txt = exclude_bin.txt exclude_src.txt = exclude_src.txt NuGet\net20\config.transform = NuGet\net20\config.transform NuGet\net40\config.transform = NuGet\net40\config.transform NuGet\net20\install.ps1 = NuGet\net20\install.ps1 NuGet\net40\install.ps1 = NuGet\net40\install.ps1 NuGet\SQLite.Beta.nuspec = NuGet\SQLite.Beta.nuspec NuGet\SQLite.Core.nuspec = NuGet\SQLite.Core.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 | > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2012 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{39A3B743-1EBD-4CC0-8E37-ACE3DD38B1C0}" ProjectSection(SolutionItems) = preProject exclude_bin.txt = exclude_bin.txt exclude_src.txt = exclude_src.txt NuGet\net20\config.transform = NuGet\net20\config.transform NuGet\net40\config.transform = NuGet\net40\config.transform NuGet\net20\install.ps1 = NuGet\net20\install.ps1 NuGet\net40\install.ps1 = NuGet\net40\install.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 |
︙ | ︙ |
Changes to SQLite.NET.2013.MSBuild.sln.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | Microsoft Visual Studio Solution File, Format Version 13.00 # Visual Studio 2013 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{39A3B743-1EBD-4CC0-8E37-ACE3DD38B1C0}" ProjectSection(SolutionItems) = preProject exclude_bin.txt = exclude_bin.txt exclude_src.txt = exclude_src.txt NuGet\net20\config.transform = NuGet\net20\config.transform NuGet\net40\config.transform = NuGet\net40\config.transform NuGet\net20\install.ps1 = NuGet\net20\install.ps1 NuGet\net40\install.ps1 = NuGet\net40\install.ps1 NuGet\SQLite.Beta.nuspec = NuGet\SQLite.Beta.nuspec NuGet\SQLite.Core.nuspec = NuGet\SQLite.Core.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 | > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | Microsoft Visual Studio Solution File, Format Version 13.00 # Visual Studio 2013 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{39A3B743-1EBD-4CC0-8E37-ACE3DD38B1C0}" ProjectSection(SolutionItems) = preProject exclude_bin.txt = exclude_bin.txt exclude_src.txt = exclude_src.txt NuGet\net20\config.transform = NuGet\net20\config.transform NuGet\net40\config.transform = NuGet\net40\config.transform NuGet\net20\install.ps1 = NuGet\net20\install.ps1 NuGet\net40\install.ps1 = NuGet\net40\install.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 |
︙ | ︙ |
Changes to SQLite.NET.2013.sln.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | Microsoft Visual Studio Solution File, Format Version 13.00 # Visual Studio 2013 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{39A3B743-1EBD-4CC0-8E37-ACE3DD38B1C0}" ProjectSection(SolutionItems) = preProject exclude_bin.txt = exclude_bin.txt exclude_src.txt = exclude_src.txt NuGet\net20\config.transform = NuGet\net20\config.transform NuGet\net40\config.transform = NuGet\net40\config.transform NuGet\net20\install.ps1 = NuGet\net20\install.ps1 NuGet\net40\install.ps1 = NuGet\net40\install.ps1 NuGet\SQLite.Beta.nuspec = NuGet\SQLite.Beta.nuspec NuGet\SQLite.Core.nuspec = NuGet\SQLite.Core.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 | > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | Microsoft Visual Studio Solution File, Format Version 13.00 # Visual Studio 2013 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{39A3B743-1EBD-4CC0-8E37-ACE3DD38B1C0}" ProjectSection(SolutionItems) = preProject exclude_bin.txt = exclude_bin.txt exclude_src.txt = exclude_src.txt NuGet\net20\config.transform = NuGet\net20\config.transform NuGet\net40\config.transform = NuGet\net40\config.transform NuGet\net20\install.ps1 = NuGet\net20\install.ps1 NuGet\net40\install.ps1 = NuGet\net40\install.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 |
︙ | ︙ |
Changes to Setup/verify.lst.
︙ | ︙ | |||
156 157 158 159 160 161 162 163 164 165 166 167 168 169 | NuGet/net20/config.transform NuGet/net20/install.ps1 NuGet/net40/ NuGet/net40/config.transform NuGet/net40/install.ps1 NuGet/SQLite.Beta.nuspec NuGet/SQLite.Core.nuspec NuGet/SQLite.MSIL.nuspec NuGet/SQLite.nuspec NuGet/SQLite.x64.nuspec NuGet/SQLite.x86.nuspec readme.htm Setup/ Setup/archive.bat | > > | 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 | NuGet/net20/config.transform NuGet/net20/install.ps1 NuGet/net40/ NuGet/net40/config.transform NuGet/net40/install.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 |
︙ | ︙ |
Changes to Tests/version.eagle.
︙ | ︙ | |||
279 280 281 282 283 284 285 286 287 288 289 290 291 292 | </version>] \ [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 . \\.] \ $version(full)] </Version>] \ [appendArgs Value=\" [format %03d $version(build)] \"] \ | > > > > | 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 | </version>] \ [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 <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 . \\.] \ $version(full)] </Version>] \ [appendArgs Value=\" [format %03d $version(build)] \"] \ |
︙ | ︙ | |||
381 382 383 384 385 386 387 388 389 390 391 392 393 394 | set fileNames [list \ readme.htm \ [file join Doc Extra Provider dbfactorysupport.html] \ [file join Doc Extra Provider welcome.html] \ [file join NuGet SQLite.nuspec] \ [file join NuGet SQLite.Beta.nuspec] \ [file join NuGet SQLite.Core.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] \ | > > | 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 | set fileNames [list \ readme.htm \ [file join Doc Extra Provider dbfactorysupport.html] \ [file join Doc Extra Provider welcome.html] \ [file join NuGet SQLite.nuspec] \ [file join NuGet SQLite.Beta.nuspec] \ [file join NuGet SQLite.Core.nuspec] \ [file join NuGet SQLite.EF6.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] \ |
︙ | ︙ |
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.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> | > > | 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 | <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.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> |
︙ | ︙ |
Changes to www/downloads.wiki.
︙ | ︙ | |||
1846 1847 1848 1849 1850 1851 1852 | <b>Official NuGet Packages</b> </td> </tr> <tr> <td width="10"> </td> <td width="30%" valign="top" align="right"> | | > > > | | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | > > > | | > > > > > | | > > > > > | | 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 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 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 | <b>Official NuGet Packages</b> </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/1.0.91.2">System.Data.SQLite.1.0.91.2.nupkg</a> <br /> (5.08 MiB) </td> <td width="5"></td> <td valign="top"> This NuGet package contains all the binaries for both the x86 and x64 versions of System.Data.SQLite 1.0.91.0 (3.8.3.1). The .NET Framework 3.5 SP1, 4.0, 4.5, or 4.5.1 is required. For the included native binaries, the version of the Visual C++ runtime corresponding to the .NET Framework used by the associated managed assembly is statically linked. <br /> <big><b>This package depends on the "EntityFramework" package.</b></big> <br /> (sha1: 6eccc20b5feb02d8a81169fb98e8f8dd5bc2dc6f) </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/1.0.91.0">System.Data.SQLite.Core.1.0.91.0.nupkg</a> <br /> (4.78 MiB) </td> <td width="5"></td> <td valign="top"> This NuGet package contains all the binaries for both the x86 and x64 versions of System.Data.SQLite 1.0.91.0 (3.8.3.1), <big><b>except those needed to support LINQ and Entity Framework 6</b></big>. The .NET Framework 3.5 SP1, 4.0, 4.5, or 4.5.1 is required. For the included native binaries, the version of the Visual C++ runtime corresponding to the .NET Framework used by the associated managed assembly is statically linked. <br /> <big><b>This package does not depend on any other package.</b></big> <br /> (sha1: 885ab9ba23264dae156bb95bab54193c38d7cf03) </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.91.0">System.Data.SQLite.EF6.1.0.91.0.nupkg</a> <br /> (0.13 MiB) </td> <td width="5"></td> <td valign="top"> This NuGet package contains just the binaries to support Entity Framework 6 using System.Data.SQLite 1.0.91.0 (3.8.3.1). The .NET Framework 4.0, 4.5, or 4.5.1 is required. <br /> <big><b>This package depends on both the "System.Data.SQLite.Core" and "EntityFramework" packages.</b></big> <br /> (sha1: 60dfbdb4a5d42ea9ec00f74a15864934f271b874) </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.Linq/1.0.91.0">System.Data.SQLite.Linq.1.0.91.0.nupkg</a> <br /> (0.17 MiB) </td> <td width="5"></td> <td valign="top"> This NuGet package contains just the binaries to support LINQ using System.Data.SQLite 1.0.91.0 (3.8.3.1). The .NET Framework 3.5 SP1, 4.0, 4.5, or 4.5.1 is required. <br /> <big><b>This package depends on the "System.Data.SQLite.Core" package.</b></big> <br /> (sha1: 7060bfc18bfc82a5c26008d65f95a77028ba6881) </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.MSIL/1.0.91.2">System.Data.SQLite.MSIL.1.0.91.2.nupkg</a> <br /> (0.96 MiB) </td> <td width="5"></td> <td valign="top"> This NuGet package contains the managed binaries for System.Data.SQLite 1.0.91.0. The .NET Framework 3.5 SP1, 4.0, 4.5, or 4.5.1 is required. <br /> <big><b>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.</b></big> <br /> <big><b>This package depends on the "EntityFramework" package.</b></big> <br /> (sha1: b6e2be845c15332b00a843a1a08d8a15ac1276a3) </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.x86/1.0.91.2">System.Data.SQLite.x86.1.0.91.2.nupkg</a> <br /> (2.77 MiB) </td> <td width="5"></td> <td valign="top"> This NuGet package contains all the binaries for the x86 version of System.Data.SQLite 1.0.91.0 (3.8.3.1). The .NET Framework 3.5 SP1, 4.0, 4.5, or 4.5.1 is required. For the included native binaries, the version of the Visual C++ runtime corresponding to the .NET Framework used by the associated managed assembly is statically linked. <br /> <big><b>This is a legacy package; if possible, please use either the "System.Data.SQLite" or "System.Data.SQLite.Core" package instead. This package depends on the "EntityFramework" package.</b></big> <br /> (sha1: 23b284dfb022964c4e1c070f021ded020310be8c) </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.x64/1.0.91.2">System.Data.SQLite.x64.1.0.91.2.nupkg</a> <br /> (3.03 MiB) </td> <td width="5"></td> <td valign="top"> This NuGet package contains all the binaries for the x64 version of System.Data.SQLite 1.0.91.0 (3.8.3.1). The .NET Framework 3.5 SP1, 4.0, 4.5, or 4.5.1 is required. For the included native binaries, the version of the Visual C++ runtime corresponding to the .NET Framework used by the associated managed assembly is statically linked. <br /> <big><b>This is a legacy package; if possible, please use either the "System.Data.SQLite" or "System.Data.SQLite.Core" package instead. This package depends on the "EntityFramework" package.</b></big> <br /> (sha1: dc9f7a3b12fc3d4fb73b9bfa8029fd2b56f43966) </td> </tr> <tr> <td colspan="4"> <b>Legacy Versions</b> </td> |
︙ | ︙ |
Changes to www/faq.wiki.
︙ | ︙ | |||
225 226 227 228 229 230 231 | <p> Yes, the following official NuGet packages are available: <ul> <li> <a href="http://www.nuget.org/packages/System.Data.SQLite"> System.Data.SQLite</a>: The SQLite database engine for both x86 and x64 | | > | > > > > | > > > > > > > > > > > > > | | | | < < < < < < | 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 | <p> Yes, the following official NuGet packages are available: <ul> <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> <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> <a href="http://www.nuget.org/packages/System.Data.SQLite.Linq"> System.Data.SQLite.Linq</a>: Just support for LINQ using System.Data.SQLite. </li> <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> <li> <a href="http://www.nuget.org/packages/System.Data.SQLite.x64"> System.Data.SQLite.x64</a>: The SQLite database engine combined with a complete ADO.NET provider all rolled into a single mixed-mode assembly for x64. </li> </ul> </p> <hr> <a name="q6"></a> <p> |
︙ | ︙ |
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 376 377 378 379 380 381 382 383 384 385 386 | <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 "EF6" NuGet package: <br /> <br /> <b>nuget.exe pack NuGet\SQLite.EF6.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 "LINQ" NuGet package: <br /> <br /> <b>nuget.exe pack NuGet\SQLite.Linq.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> |
︙ | ︙ |