Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add an icon with a size of 128 pixels and use it from the NuGet packages. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
b4f7cca56708194b288a702567b98c74 |
User & Date: | mistachkin 2014-05-09 02:42:54.996 |
Context
2014-05-12
| ||
22:23 | Update the Visual C++ 2013 redistributable packages in externals to Visual Studio 2013 Update 2. check-in: cdce870cee user: mistachkin tags: trunk | |
2014-05-09
| ||
02:42 | Add an icon with a size of 128 pixels and use it from the NuGet packages. check-in: b4f7cca567 user: mistachkin tags: trunk | |
2014-05-02
| ||
21:29 | Update estimated release date for version 1.0.93.0. check-in: 89dd774c9e user: mistachkin tags: trunk | |
Changes
Changes to NuGet/SQLite.Beta.nuspec.
︙ | ︙ | |||
12 13 14 15 16 17 18 | <id>System.Data.SQLite.Beta</id> <title>System.Data.SQLite (x86/x64) Beta</title> <version>1.0.93.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> | | | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | <id>System.Data.SQLite.Beta</id> <title>System.Data.SQLite (x86/x64) Beta</title> <version>1.0.93.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/sqlite128.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.93.0" /> </group> |
︙ | ︙ |
Changes to NuGet/SQLite.Core.MSIL.nuspec.
︙ | ︙ | |||
11 12 13 14 15 16 17 | <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> | | | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | <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/sqlite128.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" /> |
︙ | ︙ |
Changes to NuGet/SQLite.Core.nuspec.
︙ | ︙ | |||
12 13 14 15 16 17 18 | <id>System.Data.SQLite.Core</id> <title>System.Data.SQLite Core (x86/x64)</title> <version>1.0.93.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> | | | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | <id>System.Data.SQLite.Core</id> <title>System.Data.SQLite Core (x86/x64)</title> <version>1.0.93.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/sqlite128.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" /> |
︙ | ︙ |
Changes to NuGet/SQLite.EF6.nuspec.
︙ | ︙ | |||
12 13 14 15 16 17 18 | <id>System.Data.SQLite.EF6</id> <title>System.Data.SQLite EF6 (x86/x64)</title> <version>1.0.93.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> | | | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | <id>System.Data.SQLite.EF6</id> <title>System.Data.SQLite EF6 (x86/x64)</title> <version>1.0.93.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/sqlite128.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.93.0" /> </group> |
︙ | ︙ |
Changes to NuGet/SQLite.Linq.nuspec.
︙ | ︙ | |||
12 13 14 15 16 17 18 | <id>System.Data.SQLite.Linq</id> <title>System.Data.SQLite LINQ (x86/x64)</title> <version>1.0.93.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> | | | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | <id>System.Data.SQLite.Linq</id> <title>System.Data.SQLite LINQ (x86/x64)</title> <version>1.0.93.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/sqlite128.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.93.0" /> </group> |
︙ | ︙ |
Changes to NuGet/SQLite.MSIL.nuspec.
︙ | ︙ | |||
11 12 13 14 15 16 17 | <metadata> <id>System.Data.SQLite.MSIL</id> <version>1.0.93.0</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. An ADO.NET provider for SQLite (managed-only).</description> <language>en-US</language> <projectUrl>http://system.data.sqlite.org/</projectUrl> | | | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | <metadata> <id>System.Data.SQLite.MSIL</id> <version>1.0.93.0</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. 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/sqlite128.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="EntityFramework" version="6.0.0.0" /> </group> |
︙ | ︙ |
Changes to NuGet/SQLite.Test.nuspec.
︙ | ︙ | |||
12 13 14 15 16 17 18 | <id>System.Data.SQLite.Test</id> <title>System.Data.SQLite (x86/x64) Test</title> <version>1.0.93.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> | | | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | <id>System.Data.SQLite.Test</id> <title>System.Data.SQLite (x86/x64) Test</title> <version>1.0.93.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/sqlite128.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.93.0" /> </group> |
︙ | ︙ |
Changes to NuGet/SQLite.nuspec.
︙ | ︙ | |||
12 13 14 15 16 17 18 | <id>System.Data.SQLite</id> <title>System.Data.SQLite (x86/x64)</title> <version>1.0.93.0</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> | | | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | <id>System.Data.SQLite</id> <title>System.Data.SQLite (x86/x64)</title> <version>1.0.93.0</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/sqlite128.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.93.0" /> </group> |
︙ | ︙ |
Changes to NuGet/SQLite.x64.nuspec.
︙ | ︙ | |||
11 12 13 14 15 16 17 | <metadata> <id>System.Data.SQLite.x64</id> <version>1.0.93.0</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> | | | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | <metadata> <id>System.Data.SQLite.x64</id> <version>1.0.93.0</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/sqlite128.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="EntityFramework" version="6.0.0.0" /> </group> |
︙ | ︙ |
Changes to NuGet/SQLite.x86.nuspec.
︙ | ︙ | |||
11 12 13 14 15 16 17 | <metadata> <id>System.Data.SQLite.x86</id> <version>1.0.93.0</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> | | | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | <metadata> <id>System.Data.SQLite.x86</id> <version>1.0.93.0</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/sqlite128.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="EntityFramework" version="6.0.0.0" /> </group> |
︙ | ︙ |
Added www/art/sqlite128.png.
cannot compute difference between binary files