diff --git a/README.md b/README.md index c4ef204..7220a73 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,9 @@ More sample projects will be added as the framework develops. ## What's new +### New in 3.1.0 +- Support for .Net 8 + ### New in 3.0.0 - Add OnTransformModel delegate to allow the model to be transformed before validation (This is useful when using endpoint-centric APIs) - Major change because it changes the signature of the public IValidationProvider interface. diff --git a/Source/Lib/Directory.Build.props b/Source/Lib/Directory.Build.props index 16c1ac1..4227eec 100644 --- a/Source/Lib/Directory.Build.props +++ b/Source/Lib/Directory.Build.props @@ -2,16 +2,16 @@ - 3.0.0 - 3.0.0.0 - 3.0.0.0 + 3.1.0 + 3.1.0.0 + 3.1.0.0 Peter Morris Peter Morris MIT - net6.0;net7.0 + net6.0;net7.0;net8.0 https://github.com/mrpmorris/blazor-validation diff --git a/Source/Lib/Morris.Blazor.FluentValidation/Morris.Blazor.FluentValidation.csproj b/Source/Lib/Morris.Blazor.FluentValidation/Morris.Blazor.FluentValidation.csproj index 5623f1d..04515d5 100644 --- a/Source/Lib/Morris.Blazor.FluentValidation/Morris.Blazor.FluentValidation.csproj +++ b/Source/Lib/Morris.Blazor.FluentValidation/Morris.Blazor.FluentValidation.csproj @@ -12,7 +12,7 @@ - + diff --git a/Source/Lib/Morris.Blazor.Validation/Morris.Blazor.Validation.csproj b/Source/Lib/Morris.Blazor.Validation/Morris.Blazor.Validation.csproj index ae9e47e..7d47d47 100644 --- a/Source/Lib/Morris.Blazor.Validation/Morris.Blazor.Validation.csproj +++ b/Source/Lib/Morris.Blazor.Validation/Morris.Blazor.Validation.csproj @@ -15,8 +15,9 @@ - - + + +