v2.0.4
Changes in 2.0.4:
- The e_sqlite3 builds are now at SQLite 3.33.0 #350
- The e_sqlcipher builds remain unchanged
- Windows e_sqlite3 builds are now done with toolset v142
- Android e_sqlite3 builds are now done with NDK r21d, and armeabi is no longer supported.
- Builds of e_sqlite3 and e_sqlcipher are now included for linux-mips64 (thanks to @sunny868, see #360)
- Target netcoreapp3.1 instead of netcoreapp3.0
- New bundle_sqlite3 package #325
- Fix #321 crash bug
Notable things NOT in 2.0.4:
- No changes related to the use of NativeLibrary.Load and problems with AssemblyLoadContext #343
- No changes related to
sqlite3_isexplain
and the corresponding problems with UWP builds #346 - No support for recent SQLite features like uint, decimal, ieee754, because they are not in the SQLite amalgamation
- No fix for Xamarin.Mac problem finding the native code library #358
- Still targeting net461 even though there are cases where saying net472 would apparently be more correct #349
- No support for snapshot #333