diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cf2ce5..44212a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# Changes in 6.0.0 +- see changelog for betas + # Changes in 6.0.0 - beta.3: - Added: `IFluentValidationRuleProvider` can be replaced with DI - Added: `ISchemaGenerationOptions.ValidatorSearch` diff --git a/README.md b/README.md index 3a9162e..14e948e 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ If you find MicroElements.Swashbuckle.FluentValidation useful, please consider f - + diff --git a/samples/MinimalApi/MinimalApi.csproj b/samples/MinimalApi/MinimalApi.csproj index 32bc183..e93c0c8 100644 --- a/samples/MinimalApi/MinimalApi.csproj +++ b/samples/MinimalApi/MinimalApi.csproj @@ -8,9 +8,9 @@ - + - + diff --git a/version.props b/version.props index ce24c7d..16463d0 100644 --- a/version.props +++ b/version.props @@ -1,6 +1,6 @@ 6.0.0 - beta.3 +