Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Releases: ml-archive/net-core-entity-framework

3.0.2

29 Jun 08:09
dc3ce5c
Compare
Choose a tag to compare

Added virtual to method missing it

3.0.1

14 Feb 06:05
17f5791
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...3.0.1

3.0.0

19 Nov 11:48
85298e6
Compare
Choose a tag to compare

New features:

  • .NET 6 support
  • Generic ID column

Breaking changes:

  • Removed implementation of IAsyncDisposable in repositories

2.1.3

01 Feb 14:09
fee89f0
Compare
Choose a tag to compare

Changed the repository constructors public instead of protected so they can actually be used and added license information

1.3.1

01 Feb 14:06
Compare
Choose a tag to compare

Changed the repository constructors public instead of protected so they can actually be used and added license information

1.3.0

01 Feb 12:34
Compare
Choose a tag to compare

Added support for Azure Function apps by downgrading to .NET Standard 2.0 and EF Core 3.X

2.1.2

29 Jan 09:24
af82135
Compare
Choose a tag to compare

Changed the entity repositories to not be abstract, so they can be used if you just need the functionality provided