Skip to content

Releases: zzzprojects/EntityFramework-Plus

v1.3.2

25 Jul 03:34
Compare
Choose a tag to compare

Download the library here

  • ADD: EFCore project are now strongly named.

v1.3.1

15 Jul 21:30
Compare
Choose a tag to compare

Download the library here

  • ADD: Support to EFCore In Memory for Batch Delete feature

v1.3.0

03 Jul 15:15
Compare
Choose a tag to compare

Download the library here

  • UPDATE: EF+ Core version from RC2 to RTM

v1.2.5

28 Jun 02:46
Compare
Choose a tag to compare

Download the library here

  • FIXED: Issue with Query Future + MySQL + constant parameter
  • FIXED: Issue with Query IncludeOptimized + MySQL + constant parameter

v1.2.4

17 Jun 15:19
Compare
Choose a tag to compare

Download the library here

  • FIXED: Batch Delete issue with Database First
  • FIXED: Batch Update issue with Database First

v1.2.3

14 Jun 18:45
Compare
Choose a tag to compare

Download the library here

  • FIXED: EFCore release, missing Standard1.3

v1.2.1

14 Jun 02:39
Compare
Choose a tag to compare

Download the library here

  • FIXED: QueryFuture / QueryIncludeOptimized missed semicolons for MySQL

v1.2.0

09 Jun 12:43
Compare
Choose a tag to compare

Download the library here

  • UPGRADE: Entity Framework RC1 to RC2
  • FIXED: UpdateFromQuery/DeleteFromQuery issue when model in a different library
  • FIXED: IncludeFilter / IncludeOptimized with Empty Collection

v1.0.7

18 Apr 14:04
Compare
Choose a tag to compare

Download the library here

  • FIXED: EF Core -> Json assembly version to match release version

v1.0.6

18 Apr 14:04
Compare
Choose a tag to compare

Download the library here

  • ADDED: Support to "dnxcore50" for EF Core
  • FIXED: Audit -> Fixing IncludeUnchangedProperties for EF Core
  • FIXED: Query Cache -> Adding query parameter to improve key uniqueness.