Skip to content

Commit 99cb454

Browse files
Update index.md (#4903)
1 parent 1fa7d58 commit 99cb454

File tree

1 file changed

+3
-3
lines changed
  • entity-framework/core/extensions

1 file changed

+3
-3
lines changed

entity-framework/core/extensions/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,13 +134,13 @@ Triggers for EF Core. Respond to changes in your DbContext before and after they
134134

135135
### Entity Framework Plus
136136

137-
Extends your DbContext with features such as: Include Filter, Auditing, Caching, Query Future, Batch Delete, Batch Update, and more. For EF Core: 2-8.
137+
Extends your DbContext with features such as: Include Filter, Auditing, Caching, Query Future, Batch Delete, Batch Update, and more. For EF Core: 2-9.
138138

139139
[Website](https://entityframework-plus.net/) | [GitHub repository](https://github.com/zzzprojects/EntityFramework-Plus) | [NuGet](https://www.nuget.org/packages/Z.EntityFramework.Plus.EFCore)
140140

141141
### Entity Framework Extensions
142142

143-
Extends your DbContext with high-performance bulk operations: BulkSaveChanges, BulkInsert, BulkUpdate, BulkDelete, BulkMerge, and more. For EF Core: 2-8.
143+
Extends your DbContext with high-performance bulk operations: BulkSaveChanges, BulkInsert, BulkUpdate, BulkDelete, BulkMerge, and more. For EF Core: 2-9.
144144

145145
[Website](https://entityframework-extensions.net/) | [NuGet](https://www.nuget.org/packages/Z.EntityFramework.Extensions.EFCore/)
146146

@@ -333,7 +333,7 @@ A source generator that can generate strongly-typed-id classes automatically for
333333

334334
### Microsoft.EntityFrameworkCore.DynamicLinq
335335

336-
The Dynamic LINQ library let you execute query with dynamic string and provide some utilities methods such as ParseLambda, Parse, and CreateClass. For EF Core: 2-8.
336+
The Dynamic LINQ library let you execute query with dynamic string and provide some utilities methods such as ParseLambda, Parse, and CreateClass. For EF Core: 2-9.
337337

338338
[Website](https://dynamic-linq.net/) | [GitHub repository](https://github.com/zzzprojects/System.Linq.Dynamic.Core) | [NuGet](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.DynamicLinq)
339339

0 commit comments

Comments
 (0)