Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update description for the primary NuGet package. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
51189fb11afa19acc4c9e1a8dbf164f8 |
User & Date: | mistachkin 2012-06-24 17:29:34.941 |
Context
2012-06-24
| ||
17:38 | Update version history docs. check-in: 394a892ad5 user: mistachkin tags: trunk | |
17:29 | Update description for the primary NuGet package. check-in: 51189fb11a user: mistachkin tags: trunk | |
17:22 | Update primary NuGet package title. check-in: 2603845fa0 user: mistachkin tags: trunk | |
Changes
Changes to 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.82.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</id> <title>System.Data.SQLite (x86/x64)</title> <version>1.0.82.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> </metadata> |
︙ | ︙ |