Lidarr/src/Libraries/Sqlite
ta264 36f51c7e72 Update SQLite to 3.28.0 and System.Data.SQLite to 1.0.111.0
Also replace 32bit dylib with 64bit version so it's actually used.
2019-08-23 07:44:31 +01:00
..
libsqlite3.0.dylib Update SQLite to 3.28.0 and System.Data.SQLite to 1.0.111.0 2019-08-23 07:44:31 +01:00
libsqlite3.dylib Added OSX dylibs for Sqlite 2014-02-22 16:22:07 -08:00
README.txt Update SQLite to 3.28.0 and System.Data.SQLite to 1.0.111.0 2019-08-23 07:44:31 +01:00
sqlite3.dll Update SQLite to 3.28.0 and System.Data.SQLite to 1.0.111.0 2019-08-23 07:44:31 +01:00
System.Data.SQLite.dll Update SQLite to 3.28.0 and System.Data.SQLite to 1.0.111.0 2019-08-23 07:44:31 +01:00
System.Data.SQLite.xml Update SQLite to 3.28.0 and System.Data.SQLite to 1.0.111.0 2019-08-23 07:44:31 +01:00

Windows sqlite3.dll binary from here:
https://www.sqlite.org/2019/sqlite-dll-win32-x86-3280000.zip

MacOS libsqlite3.0.dylib from azure pipeline here:
https://dev.azure.com/Lidarr/Lidarr/_build?definitionId=4&_a=summary

System.Data.SQLite netstandard2.0 dll compiled in same pipeline with:
/p:Configuration=ReleaseManagedOnly /p:UseInteropDll=false /p:UseSqliteStandard=true

Both MacOS and System.Data.SQLite from revision 40e714a of https://github.com/lidarr/SQLite.Build