Skip to content

Commit 03fa2fc

Browse files
updated FluentValidation to Version="11.9.2"
updated version of package to 1.1.2
1 parent b123226 commit 03fa2fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

10-
<Version>1.1.1</Version>
10+
<Version>1.1.2</Version>
1111
<Authors>Anton Martyniuk</Authors>
12-
<Copyright>Copyright (c) Anton Martyniuk 2023</Copyright>
12+
<Copyright>Copyright (c) Anton Martyniuk 2024</Copyright>
1313
<Title>A big set of custom validators for popular FluentValidation library for a daily usage</Title>
1414
<Description>A big set of custom validators for a FluentValidation library for .NET that uses a fluent interface to construct strongly-typed validation rules.</Description>
1515
<PackageTags>validation, validators, fluentvalidation, extensions</PackageTags>
@@ -23,7 +23,7 @@
2323
</PropertyGroup>
2424

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

0 commit comments

Comments
 (0)