System.Data.SQLite

All files named ”Targets/SQLite.NET.Settings.targets”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for Targets/SQLite.NET.Settings.targets

2024-07-04
04:22
Enable tracking of SQLiteMemory class bytes by default. Further testing enhancements. file: [083755b592] check-in: [6e6b7d1598] user: mistachkin branch: trunk, size: 51293
2024-06-30
04:24
Enable the 'CountHandle' compile-time option by default. file: [3f6e55d54e] check-in: [3a824226a4] user: mistachkin branch: trunk, size: 51295
2024-06-25
13:45
By default, enable tracing of connection lifecycle events and interop assembly detection events. file: [889cfaa5fd] check-in: [2bd1a46686] user: mistachkin branch: trunk, size: 51297
2024-06-05
00:52
Add the 'compress' and 'zipfile' extensions to the interop assembly. file: [2b03838566] check-in: [2353287b09] user: mistachkin branch: trunk, size: 51301
2024-03-05
16:58
Clarify documentation language that mentions the legacy CryptoAPI-based (RC4) codec. file: [b04673dbfe] check-in: [a747af4da9] user: mistachkin branch: trunk, size: 49800
2022-11-22
20:16
Add experimental support for native sha3 extension. file: [39ac355111] check-in: [dd498797e7] user: mistachkin branch: trunk, size: 49772
2021-10-13
01:01
Fix a comment. file: [d05ff94ea5] check-in: [24d8e15723] user: mistachkin branch: trunk, size: 49043
2021-01-31
17:51
Permit strong-name signing properties to be overridden on a per-project basis. file: [94396c97bb] check-in: [1c91111082] user: mistachkin branch: trunk, size: 49042
2020-05-24
00:48
Disable support for the legacy CryptoAPI codec as the underlying core library hooks are gone. file: [632def1339] check-in: [1dd56c9fd5] user: mistachkin branch: core-3.32.0, size: 48972
2020-03-10
03:44
Add preliminary support for the .NET Framework 4.8. file: [e7c4153d2e] check-in: [d6b5423937] user: mistachkin branch: trunk, size: 48971
2020-02-27
19:41
Prepare to disable CrytpoAPI for release 1.0.114.0. file: [c45ac0d2c1] check-in: [aa9a6b0505] user: mistachkin branch: disableCodec, size: 47668
19:30
Fix typo in comment. file: [15d3ebbe55] check-in: [eefc89ddfb] user: mistachkin branch: trunk, size: 47667
2019-10-05
17:47
Initial work on supporting the .NET Standard 2.1 (and .NET Core 3.0). file: [132d3dca5b] check-in: [c1dd57b1a1] user: mistachkin branch: netStandard21, size: 47664
2018-05-06
20:09
Add preliminary support for the .NET Framework 4.7.2. Also, update the SQLite core library to the latest 3.23.2 release candidate. file: [c88afa3783] check-in: [880e608b09] user: mistachkin branch: trunk, size: 47658
2018-04-05
04:51
Initial work on porting the primary managed assembly to .NET Standard 2.0 (using .NET Core 2.0). file: [890738c05a] check-in: [b936950261] user: mistachkin branch: netStandard20, size: 46333
2017-11-17
20:07
Bump version to 1.0.107.0. Add preliminary support for the .NET Framework 4.7.1. Update version history docs. file: [8f2bfcffda] check-in: [0c447952e6] user: mistachkin branch: trunk, size: 46115
2017-10-25
17:07
Temporarily re-enable the legacy CryptoAPI codec. file: [ff1fd701bd] check-in: [9486553a2c] user: mistachkin branch: trunk, size: 44790
2017-10-16
02:58
Update some comments. file: [40ed551558] check-in: [14d074f839] user: mistachkin branch: trunk, size: 44789
2017-10-14
07:33
Add full support for the native session extension. file: [c06398cfd4] check-in: [17c0ae883b] user: mistachkin branch: trunk, size: 44756
2017-10-05
03:26
Work-in-progress on supporting the 'sessions' extension to the SQLite core library. file: [ff86f4ef91] check-in: [2ce0ba7f72] user: mistachkin branch: sessions, size: 43452
2017-08-02
17:20
Add preliminary support for Visual Studio 2017 and the .NET Framework 4.7. file: [7e86124586] check-in: [babe22b817] user: mistachkin branch: vs2017, size: 43992
2017-06-23
03:33
Per the Community Support Policies, the legacy CryptoAPI codec will be disabled by default. file: [6536330c9e] check-in: [6f01a37dea] user: mistachkin branch: trunk, size: 42688
2017-02-02
19:26
Add experimental support for native sha1 extension. file: [9395c91504] check-in: [f1feb19c18] user: mistachkin branch: trunk, size: 42687
2016-12-29
17:03
Fix typo in comment. file: [8c62729ca4] check-in: [08bb62768e] user: mistachkin branch: omitLegacyCodec, size: 41992
17:02
Omit the legacy codec from all default build configurations. file: [1a40fdb8b1] check-in: [384f48e7b2] user: mistachkin branch: omitLegacyCodec, size: 41992
2016-08-29
22:30
Add preliminary support for the .NET Framework 4.6.2. file: [2d57ae1543] check-in: [18b90474f6] user: mistachkin branch: trunk, size: 41958
2016-04-01
05:11
Improve intermediate output isolation while building. file: [c1ca4b065c] check-in: [4a4ba16124] user: mistachkin branch: trunk, size: 40633
2016-03-22
22:59
Enable use of the interop assembly under Mono on Unix. file: [61189e7cce] check-in: [d404fc5314] user: mistachkin branch: trunk, size: 41077
2016-03-04
19:46
If the MSBuild file '$(SQLiteNetDir)\Targets\SQLite.NET.Settings.targets.extra' exists, load it. file: [e59a866a1b] check-in: [eb74036e82] user: mistachkin branch: trunk, size: 40589
2015-12-04
01:52
Add preliminary support for the .NET Framework 4.6.1. file: [9dbf924c74] check-in: [e357378801] user: mistachkin branch: trunk, size: 39978
2015-09-11
19:31
Add experimental support for the 'json1' extension, enabled by default. file: [6b54e06d86] check-in: [206cf1bc0a] user: mistachkin branch: trunk, size: 38653
2015-07-21
21:42
Stub in support for the .NET Framework 4.5.2. Fix OR-operator (bitwise instead of logical) typo in the design-time installer. file: [667ca2234e] check-in: [25ffa9639b] user: mistachkin branch: vs2015, size: 34891
2015-07-20
17:27
Initial updates to support Visual Studio 2015. file: [a28bc5e8dd] check-in: [d3a5e943d5] user: mistachkin branch: vs2015, size: 33566
2015-06-03
16:33
Update embedded documentation and the version history docs. file: [c06ea0fe05] check-in: [984f5d1c0d] user: mistachkin branch: zipvfs, size: 32262
2015-06-02
18:21
Add optional support for building the interop assembly with ZIPVFS. file: [26885c8f13] check-in: [dcd24352a0] user: mistachkin branch: zipvfs, size: 32262
2015-02-13
21:13
Add support for including extra extensions at compile-time for the custom built interop DLL. file: [993cd93486] check-in: [02e5ea34c5] user: mistachkin branch: trunk, size: 31270
2015-02-12
18:18
Enable easier integration with CEROD. file: [732b4c94c4] check-in: [d3eb5c0fcc] user: mistachkin branch: trunk, size: 30513
2015-01-29
00:57
Enable easier integration with SEE. file: [1c069f8a5d] check-in: [328517cce9] user: mistachkin branch: trunk, size: 29531
2014-03-12
02:27
Renamed and modified SQLite.NET.Settings.targets → Targets/SQLite.NET.Settings.targets. Move all strong name keys, targets, and configuration files into their own sub-directories. Move all resources for the core System.Data.SQLite assembly into their own sub-directory. Update list of SQLite keywords contained in the resource file. file: [a5165a33be] check-in: [d6f98596b9] user: mistachkin branch: trunk, size: 28561