Skip to content

Commit 2a1c189

Browse files
committed
Package 0.3.7 version and update CHANGELOG.md.
1 parent b81d2fe commit 2a1c189

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

src/ExpressValidator.Extensions.DependencyInjection/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.3.7
2+
3+
- Update ExpressValidator nuget package.
4+
- Split the DI extensions into a dedicated solution.
5+
- Update Microsoft nuget packages.
6+
- Update Microsoft NuGet packages for ExpressValidator.Extensions.DependencyInjection.Tests.
7+
8+
19
## 0.3.5
210

311
- Reduced unnecessary updates to validator parameters by listening to `IOptionsMonitor.Change` with named validation options.

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
<TargetFramework>netstandard2.0</TargetFramework>
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
6-
<Version>0.3.5</Version>
6+
<Version>0.3.7</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.5.0</AssemblyVersion>
18+
<AssemblyVersion>0.3.7.0</AssemblyVersion>
1919
</PropertyGroup>
2020

2121
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

0 commit comments

Comments
 (0)