Miruken.Validate by cneuwirt

<PackageReference Include="Miruken.Validate" Version="3.0.0" />

 Miruken.Validate 3.0.0

Miruken validation including DataAnnotations and FluentValidation

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Miruken.Validate</id>
    <version>3.0.0</version>
    <title>Miruken Validate</title>
    <authors>cneuwirt</authors>
    <owners>cneuwirt</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/Miruken-DotNet/Miruken/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/Miruken-DotNet/Miruken</projectUrl>
    <iconUrl>https://avatars0.githubusercontent.com/u/20844317</iconUrl>
    <description>Miruken validation including DataAnnotations and FluentValidation</description>
    <releaseNotes>Summary of changes made in this release of the package.</releaseNotes>
    <copyright>Copyright 2016</copyright>
    <tags>Miruken Validate DataAnnotations FluentValidation</tags>
    <dependencies>
      <dependency id="Miruken" version="2.0.0" />
      <dependency id="FluentValidation" version="6.4.0" />
      <dependency id="System.ComponentModel.Annotations" version="4.5.0" />
    </dependencies>
  </metadata>
</package>