Skip to content

Commit

Permalink
Update Ardalis.Result.FluentValidation.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
ardalis authored Aug 3, 2022
1 parent e8b07c5 commit 93e5c16
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
<PackageTags>result;pattern;web;api;aspnetcore;mvc;FluentValidation;Validation</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReleaseNotes>Syncing with Ardalis.Result; updated to latest version of FluentValidation</PackageReleaseNotes>
<Version>4.0.0</Version>
<Version>4.1.0</Version>
<AssemblyName>Ardalis.Result.FluentValidation</AssemblyName>
<PackageIcon>icon.png</PackageIcon>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FluentValidation" Version="11.0.2" />
<PackageReference Include="FluentValidation" Version="11.1.0" />
</ItemGroup>

<ItemGroup>
Expand All @@ -32,4 +32,4 @@
<ItemGroup>
<ProjectReference Include="..\Ardalis.Result\Ardalis.Result.csproj" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 93e5c16

Please sign in to comment.