From 3373018cf7fae0f4a2e670bd9a085a92c6962b1b Mon Sep 17 00:00:00 2001 From: Brice Lambson Date: Sat, 16 Nov 2024 13:26:24 -0700 Subject: [PATCH] Bump some supported versions The current Bricelam.EntityFrameworkCore.Pluralizer and EntityFrameworkCore.ConfigurationManager binaries continue to work in EF9 --- entity-framework/core/extensions/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entity-framework/core/extensions/index.md b/entity-framework/core/extensions/index.md index 7077b8b051..3e2847f85a 100644 --- a/entity-framework/core/extensions/index.md +++ b/entity-framework/core/extensions/index.md @@ -104,7 +104,7 @@ EF Core extensions for Bulk operations (Insert, Update, Delete). For EF Core: 2- ### Bricelam.EntityFrameworkCore.Pluralizer -Adds design-time pluralization. For EF Core: 2-8. +Adds design-time pluralization. For EF Core: 2-9. [GitHub repository](https://github.com/bricelam/EFCore.Pluralizer) | [NuGet](https://www.nuget.org/packages/Bricelam.EntityFrameworkCore.Pluralizer) @@ -204,7 +204,7 @@ An implementation for soft deleting entities. For EF Core: 3-6. ### EntityFrameworkCore.ConfigurationManager -Extends EF Core to resolve connection strings from App.config. For EF Core: 3-8. +Extends EF Core to resolve connection strings from App.config. For EF Core: 3-9. [GitHub repository](https://github.com/efcore/EFCore.ConfigurationManager) | [NuGet](https://www.nuget.org/packages/EntityFrameworkCore.ConfigurationManager)