v9.2.0
Breaking change
The package now depends on Microsoft.EntityFrameworkCore.Sqlite.Core instead of Microsoft.EntityFrameworkCore.Sqlite. This allows users to pull in custom builds of SQLite, but it also means that unless you have an explicit reference to Microsoft.EntityFrameworkCore.Sqlite somewhere in your dependency graph, you'll have to either add it or bring in a bundle.
See #18 for details.
Full Changelog: v9.1.0...v9.2.0