FluentValidation by Jeremy Skinner

<PackageReference Include="FluentValidation" Version="5.6.2" />

 FluentValidation 5.6.2

A validation library for .NET that uses a fluent interface to construct strongly-typed validation rules.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>FluentValidation</id>
    <version>5.6.2.0</version>
    <authors>Jeremy Skinner</authors>
    <owners>Jeremy Skinner</owners>
    <licenseUrl>https://github.com/JeremySkinner/FluentValidation/blob/master/License.txt</licenseUrl>
    <projectUrl>http://github.com/JeremySkinner/fluentvalidation</projectUrl>
    <iconUrl>http://download.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=FluentValidation&amp;DownloadId=166226</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>A validation library for .NET that uses a fluent interface to construct strongly-typed validation rules.</description>
    <summary>A validation library for .NET that uses a fluent interface to construct strongly-typed validation rules.</summary>
    <releaseNotes>https://github.com/JeremySkinner/FluentValidation/blob/master/Changelog.txt</releaseNotes>
    <language>en-US</language>
  </metadata>
</package>