Skip to content

Commit bc4c905

Browse files
committed
Package 0.3.9 version and update CHANGELOG.md.
1 parent e9074c8 commit bc4c905

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

src/ExpressValidator.Extensions.DependencyInjection/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.3.9
2+
3+
- Update ExpressValidator nuget package.
4+
- Update Microsoft nuget packages.
5+
- Update Microsoft NuGet packages for ExpressValidator.Extensions.DependencyInjection.Tests.
6+
7+
18
## 0.3.7
29

310
- Update ExpressValidator nuget package.

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.7</Version>
6+
<Version>0.3.9</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.7.0</AssemblyVersion>
18+
<AssemblyVersion>0.3.9.0</AssemblyVersion>
1919
</PropertyGroup>
2020

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

0 commit comments

Comments
 (0)