Skip to content

Releases: zzzprojects/EntityFramework-Plus

v5.1.2

27 Nov 03:48
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies

v5.1.0

11 Nov 07:13
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies

Important

As many of you reported, our package's major version for EF6 did not match the version in the release note. We were waiting for the EF Core 5 release to make this match.

So starting from now, the package for EF5, and EF6 will always be identical to our latest package for EF Core 5.

Package for EF Core 3 and EF Core 2 keep their own major version.

v3.0.69

31 Oct 11:23
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies

v3.0.68

26 Oct 20:39
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies

v3.0.67

14 Oct 02:11
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies

v3.0.66

14 Oct 02:11
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies

v3.0.65

12 Oct 01:15
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies
  • ADDED: Support to BatchSize = 0 for Update() and Delete() (No batch will be created): Batch delete and batch update without batching? #642

v3.0.64

07 Oct 13:17
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies
  • ADDED: Use DB.Functions.Like() in WhereDynamic #632

v3.0.63

30 Sep 20:29
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies
  • ADDED: TableHint and TemporalTable extension method for EF6 (was already added previously in EF Core)

v3.0.62

15 Sep 13:20
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Package Dependencies
  • FIXED: Cache on FromSqlRaw (store procedure with parameters) #620
  • FIXED: InsertFromQuery with DevArt gives ArgumentOutOfRangeException #359