Skip to content

Releases: khellang/EFCore.Sqlite.NodaTime

v9.2.0

13 Aug 10:39
Compare
Choose a tag to compare

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

v9.1.0

13 Aug 10:35
Compare
Choose a tag to compare

Removed .NET 8 target to align with EF Core

Full Changelog: v9.0.0...v9.1.0

v9.0.0

19 Nov 10:43
Compare
Choose a tag to compare

Added support for .NET 9

Full Changelog: v8.0.0...v9.0.0

v8.0.0

05 Dec 14:07
Compare
Choose a tag to compare

Full Changelog: v7.0.0...v8.0.0

v7.0.0

21 Nov 07:39
45e752d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.1.0...v7.0.0

v6.0.0

10 Nov 16:11
Compare
Choose a tag to compare
  • Added support for .NET and EntityFramework Core 6 - #8

Full Changelog: v5.1.0...v6.0.0

v5.1.0

19 May 20:15
Compare
Choose a tag to compare

Added DateDiff functions. See #3

v5.0.2

16 Apr 21:44
Compare
Choose a tag to compare

Fixed bug when parsing/formatting Instant values. See #4 - @candoumbe