Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update the description for the NuGet beta package. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
9e3614b05ab12e3731794492d20f4f40 |
User & Date: | mistachkin 2014-05-26 20:35:21.115 |
Context
2014-05-26
| ||
21:11 | Mark the setup packages with their configuration. check-in: c2d4f7a670 user: mistachkin tags: trunk | |
20:36 | Merge updates from trunk. check-in: 99904a25b4 user: mistachkin tags: tkt-3c00ec5b52 | |
20:35 | Update the description for the NuGet beta package. check-in: 9e3614b05a user: mistachkin tags: trunk | |
2014-05-20
| ||
23:38 | Fix bug in documentation generator automation that prevented some internal documentation links from working. check-in: 531ddfa82a user: mistachkin tags: trunk | |
Changes
Changes to NuGet/SQLite.Beta.nuspec.
︙ | ︙ | |||
9 10 11 12 13 14 15 | --> <package> <metadata> <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> | | | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | --> <package> <metadata> <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. 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> |
︙ | ︙ |