Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | 1.0.12 updates |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | sourceforge |
Files: | files | file ages | folders |
SHA1: |
06e6a2d985c9ef79b76d7bf7a5b2e615 |
User & Date: | rmsimpson 2005-08-04 15:31:01.000 |
Context
2005-08-04
| ||
22:50 | Documentation updates check-in: e8e4706828 user: rmsimpson tags: sourceforge | |
15:31 | 1.0.12 updates check-in: 06e6a2d985 user: rmsimpson tags: sourceforge | |
15:25 | 1.0.12 updates and cleanup check-in: 3ebf811b1e user: rmsimpson tags: sourceforge | |
Changes
Changes to SQLite.Interop/AssemblyInfo.cpp.
︙ | ︙ | |||
23 24 25 26 27 28 29 | // Minor Version // Build Number // Revision // // You can specify all the value or you can default the Revision and Build Numbers // by using the '*' as shown below: | | | 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | // Minor Version // Build Number // Revision // // You can specify all the value or you can default the Revision and Build Numbers // by using the '*' as shown below: [assembly:AssemblyVersionAttribute("1.0.12.*")]; // // In order to sign your assembly you must specify a key to use. Refer to the // Microsoft CLR Framework documentation for more information on assembly signing. // // You can use the attributes below to control which key is used for signing. // You can also use the project property page for signing under Common Properties |
︙ | ︙ |