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