Skip to content

Releases: zzzprojects/EntityFramework-Plus

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.

v1.0.5

03 Apr 16:55
Compare
Choose a tag to compare

Download the library here

  • FIXED: Batch Delete -> Parameter in Queryable expression are now supported
  • FIXED: Batch Update -> Parameter in Queryable expression are now supported

v1.0.4

10 Feb 23:06
Compare
Choose a tag to compare

Download the library here

  • RENAME: EF7 to EFCore