Skip to content

v9.2.0

Choose a tag to compare

@khellang khellang released this 13 Aug 10:39
· 4 commits to master since this release

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