Skip to content

Commit

Permalink
update FluentValidation to Version="11.9.1"
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-martyniuk committed May 6, 2024
1 parent c29c4af commit b123226
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

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

<ItemGroup>
<PackageReference Include="FluentValidation" Version="11.9.0" />
<PackageReference Include="FluentValidation" Version="11.9.1" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

Expand Down

0 comments on commit b123226

Please sign in to comment.