Releases: zzzprojects/EntityFramework-Plus
Releases · zzzprojects/EntityFramework-Plus
v5.1.2
Download the library here
- UPDATED: Package Dependencies
v5.1.0
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
Download the library here
- UPDATED: Package Dependencies
v3.0.68
Download the library here
- UPDATED: Package Dependencies
v3.0.67
Download the library here
- UPDATED: Package Dependencies
v3.0.66
Download the library here
- UPDATED: Package Dependencies
v3.0.65
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
Download the library here
- UPDATED: Package Dependencies
- ADDED: Use
DB.Functions.Like()
in WhereDynamic
#632
v3.0.63
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
Download the library here
- UPDATED: Package Dependencies
- FIXED: Cache on FromSqlRaw (store procedure with parameters) #620
- FIXED: InsertFromQuery with DevArt gives ArgumentOutOfRangeException #359