Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Merge updates from trunk. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | preRelease |
Files: | files | file ages | folders |
SHA1: |
d17f4614aef3d292be28552c6f1c27dd |
User & Date: | mistachkin 2014-09-08 22:13:01.552 |
Context
2014-09-13
| ||
20:52 | Merge web page updates from trunk. check-in: 1a6b44e6d3 user: mistachkin tags: preRelease | |
2014-09-08
| ||
22:13 | Merge updates from trunk. check-in: d17f4614ae user: mistachkin tags: preRelease | |
18:39 | Update some wording on the download page. check-in: ca115c3ef8 user: mistachkin tags: trunk | |
17:39 | Update file hashes to correspond to the pre-release NuGet packages. check-in: c08bde3ab3 user: mistachkin tags: preRelease | |
Changes
Changes to www/downloads.wiki.
︙ | ︙ | |||
2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 | <li><b>sqlite-</b>framework<b>-binary-</b>platform<b>-</b>year<b>-</b>version<b>.zip</b></li> <li><b>sqlite-</b>framework<b>-binary-bundle-</b>platform<b>-</b>year<b>-</b>version<b>.zip</b></li> <li><b>sqlite-</b>framework<b>-static-binary-</b>platform<b>-</b>year<b>-</b>version<b>.zip</b></li> <li><b>sqlite-</b>framework<b>-static-binary-bundle-</b>platform<b>-</b>year<b>-</b>version<b>.zip</b></li> <li><b>sqlite-netFx-source-</b>date<b>.zip</b></li> <li><b>System.Data.SQLite.</b>version<b>.nupkg</b></li> <li><b>System.Data.SQLite.</b>variant<b>.</b>version<b>.nupkg</b></li> </ol> </p> <p> Templates (1) and (2) are used for source-code packages. Template (1) is used for generic source-code packages and template (2) is used for source-code packages that are generally only useful on unix-like platforms. | > | 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 | <li><b>sqlite-</b>framework<b>-binary-</b>platform<b>-</b>year<b>-</b>version<b>.zip</b></li> <li><b>sqlite-</b>framework<b>-binary-bundle-</b>platform<b>-</b>year<b>-</b>version<b>.zip</b></li> <li><b>sqlite-</b>framework<b>-static-binary-</b>platform<b>-</b>year<b>-</b>version<b>.zip</b></li> <li><b>sqlite-</b>framework<b>-static-binary-bundle-</b>platform<b>-</b>year<b>-</b>version<b>.zip</b></li> <li><b>sqlite-netFx-source-</b>date<b>.zip</b></li> <li><b>System.Data.SQLite.</b>version<b>.nupkg</b></li> <li><b>System.Data.SQLite.</b>variant<b>.</b>version<b>.nupkg</b></li> <li><b>System.Data.SQLite.</b>variant<b>.</b>releaseType<b>.</b>version<b>.nupkg</b></li> </ol> </p> <p> Templates (1) and (2) are used for source-code packages. Template (1) is used for generic source-code packages and template (2) is used for source-code packages that are generally only useful on unix-like platforms. |
︙ | ︙ | |||
2084 2085 2086 2087 2088 2089 2090 | </p> <p> The <b>date</b> in template (9) is of the form: YYYYMMDDHHMM </p> <p> | | > > > > > > > > > > > > > > > | 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 | </p> <p> The <b>date</b> in template (9) is of the form: YYYYMMDDHHMM </p> <p> The <b>variant</b> in template (11) will be MSIL, x86, or x64. Alternatively, it may be absent, which represents the default variant. </p> <p> The <b>releaseType</b> in template (12) will be Beta or Test. Alternatively, it may be absent, which represents the default release type. <ul> <li>The "Beta" release type is used to indicate that the package was intended to be used for <a href="http://en.wikipedia.org/wiki/Software_release_life_cycle#Beta">beta</a> testing.</li> <li>The "Test" release type is used to indicate that the package was intended to be used for <a href="http://en.wikipedia.org/wiki/Software_release_life_cycle#Release_candidate">release candidate</a> testing.</li> </ul> </p> <h3>Canonical Source Code</h3> <p> The canonical System.Data.SQLite source code is maintained in a Fossil repository that is available for anonymous read-only access. Anyone can view the repository contents and download historical versions of individual files or ZIP archives of historical check-ins. |
︙ | ︙ |