Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add the "Pre-release Snapshot" heading to the download page, with the ability to include winrt81 VSIX snapshots. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | 3.7.17 |
Files: | files | file ages | folders |
SHA1: |
a8228d3c3755283bd00e4bc99cc9120e |
User & Date: | drh 2013-06-26 19:13:17.084 |
Context
2013-07-15
| ||
11:17 | The log file for althttpd is now RFC-4180 CSV. (check-in: 52bfa21f48 user: drh tags: 3.7.17) | |
2013-06-26
| ||
19:13 | Add the "Pre-release Snapshot" heading to the download page, with the ability to include winrt81 VSIX snapshots. (check-in: a8228d3c37 user: drh tags: 3.7.17) | |
2013-05-29
| ||
06:57 | Fix minor typo in the virtual table documentation for xCreate and xConnect. (check-in: 44d1e198ca user: mistachkin tags: trunk) | |
Changes
Changes to pages/download.in.
︙ | ︙ | |||
105 106 107 108 109 110 111 112 113 114 115 116 117 118 | } Product {snapshot/sqlite-shell-win64-x64-DATE.zip} { This is a snapshot (as of VERSION) build of the <a href="sqlite.html">sqlite3.exe command-line shell</a> shell program for 64-bit windows. } Heading {Source Code} Product {YEAR/sqlite-amalgamation-VVV.zip} { This ZIP archive contains all C source code for SQLite VERSION combined into a single source file (the [amalgamation]). | > > > > > > > > > > | 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 | } Product {snapshot/sqlite-shell-win64-x64-DATE.zip} { This is a snapshot (as of VERSION) build of the <a href="sqlite.html">sqlite3.exe command-line shell</a> shell program for 64-bit windows. } Heading {Pre-release Snapshots} binsnap Product {snapshot/sqlite-winrt81-DATE.vsix} { This is a snapshot (as of VERSION) for a complete VSIX package with an extension SDK and all other components needed to use SQLite for WinRT 8.1 application development with Visual Studio 2013. This is not a release. } Heading {Source Code} Product {YEAR/sqlite-amalgamation-VVV.zip} { This ZIP archive contains all C source code for SQLite VERSION combined into a single source file (the [amalgamation]). |
︙ | ︙ | |||
215 216 217 218 219 220 221 | Product YEAR/sqlite-wp80-winrt-DATE.vsix { A complete VSIX package with an extension SDK and all other components needed to use SQLite for application development with Visual Studio 2012 targeting Windows Phone 8.0. This particular VSIX uses a snapshot of SQLite as of VERSION. } | < | 225 226 227 228 229 230 231 232 233 234 235 236 237 238 | Product YEAR/sqlite-wp80-winrt-DATE.vsix { A complete VSIX package with an extension SDK and all other components needed to use SQLite for application development with Visual Studio 2012 targeting Windows Phone 8.0. This particular VSIX uses a snapshot of SQLite as of VERSION. } Heading {Precompiled Binaries for Windows Runtime} winrt Product YEAR/sqlite-dll-winrt-x86-VVV.zip { This ZIP archive contains a DLL for the SQLite library version VERSION for 32-bit x86 processors using the WinRT API. } |
︙ | ︙ |