Skip to content

Commit ac4a88a

Browse files
committed
Package 0.4.0 version and update CHANGELOG.md.
1 parent 7458722 commit ac4a88a

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

src/ExpressValidator.Extensions.DependencyInjection/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 0.4.0
2+
3+
- Introduced class-based validation configuration with dedicated configurator classes inheriting from `ValidatorConfigurator<T>` and registered through `AddExpressValidation`.
4+
- Update to ExpressValidator 0.12.2 and FluentValidation 12.1.0.
5+
- Update Microsoft nuget packages.
6+
- Edit NuGet README.
7+
- Edit README.md.
8+
- Add Shared.csproj to the ExpressValidator.Extensions.DependencyInjection.Sample.sln solution.
9+
- Split sample project into multiple projects illustrating README-described features.
10+
11+
112
## 0.3.12
213

314
- Support .NET 8.0 and FluentValidation 12.0.0.

src/ExpressValidator.Extensions.DependencyInjection/ExpressValidator.Extensions.DependencyInjection.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;net8.0</TargetFrameworks>
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
6-
<Version>0.3.12</Version>
6+
<Version>0.4.0</Version>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
88
<Authors>Andrey Kolesnichenko</Authors>
99
<PackageLicenseExpression>MIT</PackageLicenseExpression>
@@ -15,7 +15,7 @@
1515
<PackageTags>FluentValidation Validation DependencyInjection</PackageTags>
1616
<Description>The ExpressValidator.Extensions.DependencyInjection package extends ExpressValidator to provide integration with Microsoft Dependency Injection.</Description>
1717
<Copyright>Copyright 2024 Andrey Kolesnichenko</Copyright>
18-
<AssemblyVersion>0.3.12.0</AssemblyVersion>
18+
<AssemblyVersion>0.4.0.0</AssemblyVersion>
1919
</PropertyGroup>
2020

2121
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">

0 commit comments

Comments
 (0)