Skip to content

Commit b123226

Browse files
update FluentValidation to Version="11.9.1"
1 parent c29c4af commit b123226

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Modern.FluentValidation.Extensions/Modern.FluentValidation.Extensions.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
88
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
99

10-
<Version>1.1.0</Version>
10+
<Version>1.1.1</Version>
1111
<Authors>Anton Martyniuk</Authors>
1212
<Copyright>Copyright (c) Anton Martyniuk 2023</Copyright>
1313
<Title>A big set of custom validators for popular FluentValidation library for a daily usage</Title>
@@ -23,7 +23,7 @@
2323
</PropertyGroup>
2424

2525
<ItemGroup>
26-
<PackageReference Include="FluentValidation" Version="11.9.0" />
26+
<PackageReference Include="FluentValidation" Version="11.9.1" />
2727
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
2828
</ItemGroup>
2929

0 commit comments

Comments
 (0)