From f28dba8b5ff9e739ceddaed512a02681b4bbe358 Mon Sep 17 00:00:00 2001 From: avgalex <6c65787870@protonmail.ch> Date: Sat, 14 Feb 2026 18:04:34 +0300 Subject: [PATCH] Remove deprecated FluentValidation.AspNetCore package (Issue #164) Replace FluentValidation.AspNetCore 11.3.1 with FluentValidation.DependencyInjectionExtensions 12.0.0 in the test project. Bump version to 7.0.4-beta.3. Co-Authored-By: Claude Opus 4.6 --- CHANGELOG.md | 5 +++++ .../MicroElements.Swashbuckle.FluentValidation.Tests.csproj | 2 +- version.props | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 388a27b..4fd0626 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# Changes in 7.0.4-beta.3 +- Removed: Deprecated `FluentValidation.AspNetCore` package reference from test project (Issue #164) + - Replaced with `FluentValidation.DependencyInjectionExtensions` 12.0.0, the official non-deprecated successor + - Aligns test project with sample projects that already use `FluentValidation.DependencyInjectionExtensions` + # Changes in 7.0.4-beta.2 - Added: Support for keyed DI services (Issue #165) - Validators registered via `AddKeyedScoped`, `AddKeyedTransient`, `AddKeyedSingleton` are now discovered automatically diff --git a/test/MicroElements.Swashbuckle.FluentValidation.Tests/MicroElements.Swashbuckle.FluentValidation.Tests.csproj b/test/MicroElements.Swashbuckle.FluentValidation.Tests/MicroElements.Swashbuckle.FluentValidation.Tests.csproj index f6125ff..5661c9f 100644 --- a/test/MicroElements.Swashbuckle.FluentValidation.Tests/MicroElements.Swashbuckle.FluentValidation.Tests.csproj +++ b/test/MicroElements.Swashbuckle.FluentValidation.Tests/MicroElements.Swashbuckle.FluentValidation.Tests.csproj @@ -13,7 +13,7 @@ - + diff --git a/version.props b/version.props index c8af6c3..e5efa58 100644 --- a/version.props +++ b/version.props @@ -1,6 +1,6 @@ 7.0.4 - beta.2 + beta.3