Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | More updates to the downloads page. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
31c16dfb94229401920c771fdb6f492d |
User & Date: | mistachkin 2016-04-15 18:22:08.229 |
Context
2016-04-18
| ||
19:24 | Update SQLite core library to the 3.12.2 release. check-in: 69ebb693c8 user: mistachkin tags: trunk | |
2016-04-15
| ||
18:22 | More updates to the downloads page. check-in: 31c16dfb94 user: mistachkin tags: trunk | |
18:10 | Updates to the download page. check-in: b5aab0f2c3 user: mistachkin tags: trunk | |
Changes
Changes to www/downloads.wiki.
︙ | ︙ | |||
2428 2429 2430 2431 2432 2433 2434 | </td> </tr> </table> <h3>Build Product Names</h3> <p> | | | 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 | </td> </tr> </table> <h3>Build Product Names</h3> <p> Beginning with System.Data.SQLite version 1.0.100.0 (3.12.1), the following templates will be used for the names of the build products: <ol> <li><b>sqlite-netFx-source-</b>version<b>.zip</b></li> <li><b>sqlite-netFx-source-</b>version<b>.tar.gz</b></li> <li><b>sqlite-netFx-full-source-</b>version<b>.zip</b></li> <li><b>sqlite-netFx-full-source-</b>version<b>.tar.gz</b></li> |
︙ | ︙ | |||
2451 2452 2453 2454 2455 2456 2457 | <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> | | | | > > > > > > | | > > > | > | | | | > > > > | > > > | | 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 | <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), (2), (3), and (4) are used for source-code packages. Templates (1) and (3) are used for generic source-code packages and templates (2) and (4) are used for source-code packages that are generally only useful on unix-like platforms. Templates (3) and (4) are used for source-code packages that include the extra files needed to run the unit test suite. </p> <p> Templates (5) and (6) are used for the setup packages. Template (6) is used for the setup package containing the mixed-mode assembly. </p> <p> Templates (7) and (8) are used for the precompiled binary packages. Template (8) is used for the precompiled binary package containing the mixed-mode assembly. Templates (9) and (10) are used for the precompiled binary packages statically linked to the Visual C++ runtime. Template (10) is used for the precompiled binary package containing the mixed-mode assembly statically linked to the Visual C++ runtime. </p> <p> Templates (11) and (12) are used for unofficial pre-release "snapshots" of source code. </p> <p> Templates (13), (14), and (15) are used for the official NuGet packages. </p> <p> The <b>framework</b> in templates (5), (6), (7), (8), (9), and (10) will be one of netFx20, netFx35, netFx40, netFx45, netFx451, netFx452, netFx46, netFx461. </p> |
︙ | ︙ |