Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Remove superfluous namespace qualifier. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
24f6fae867d67e51d515d5402a78f6a2 |
User & Date: | mistachkin 2015-12-15 01:41:28.530 |
Context
2015-12-20
| ||
00:28 | Avoid using the SQLiteString and SQLiteMemory classes when compiling without virtual table support. Fix for [b56b653ee9]. check-in: cfc40dbb9c user: mistachkin tags: trunk | |
2015-12-15
| ||
01:41 | Remove superfluous namespace qualifier. check-in: 24f6fae867 user: mistachkin tags: trunk | |
2015-12-13
| ||
02:45 | Adapt to an upcoming change in the Eagle core library. check-in: bd8381491a user: mistachkin tags: trunk | |
Changes
Changes to System.Data.SQLite/AssemblyInfo.cs.
︙ | ︙ | |||
55 56 57 58 59 60 61 | [assembly: ReliabilityContract(Consistency.WillNotCorruptState, Cer.Success)] #if NET_40 || NET_45 || NET_451 || NET_452 || NET_46 || NET_461 // // NOTE: This attribute is only available in .NET Framework 4.0 or higher. // | | | 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 | [assembly: ReliabilityContract(Consistency.WillNotCorruptState, Cer.Success)] #if NET_40 || NET_45 || NET_451 || NET_452 || NET_46 || NET_461 // // NOTE: This attribute is only available in .NET Framework 4.0 or higher. // [assembly: SecurityRules(SecurityRuleSet.Level1)] #endif #endif // Version information for an assembly consists of the following four values: // // Major Version // Minor Version |
︙ | ︙ |