2.0.1.0 - 18 August 2025
- Change the primary distributable form to be nuget packages.
- Change minimum .NET requirements to .NET Standard 2.0 and .NET 4.7.2.
- Remove SQLite.Interop.dll. All communication from C# to C is now done using P/Invoke instead of C++/CLI.
- Revamp the build system to use the .NET SDK. The C code portions are now built separately.
- It is no longer necessary to update System.Data.SQLite itself just to update to a new version of SQLite.
- Remove support for Windows CE, compact, etc
- Remove Visual Studio integration design time extension
History of the 1.x releases is here.