RavenDB.Client.UniqueConstraints by Hibernating Rhinos

<PackageReference Include="RavenDB.Client.UniqueConstraints" Version="3.5.9" />

 RavenDB.Client.UniqueConstraints 3.5.9

RavenDB 'Unique Constraints' bundle client. Allow the user to implement unique constraints in the objects (useful for properties like email or social security number).

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>RavenDB.Client.UniqueConstraints</id>
    <version>3.5.9</version>
    <title>RavenDB Client for Unique Constraints bundle</title>
    <authors>Hibernating Rhinos</authors>
    <owners>Hibernating Rhinos</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <licenseUrl>http://www.ravendb.net/licensing</licenseUrl>
    <projectUrl>http://www.ravendb.net/</projectUrl>
    <iconUrl>http://static.ravendb.net/logo-for-nuget.png</iconUrl>
    <description>RavenDB 'Unique Constraints' bundle client. Allow the user to implement unique constraints in the objects (useful for properties like email or social security number).</description>
    <language>en-US</language>
    <tags>nosql ravendb raven document database client bundles</tags>
    <dependencies>
      <group>
        <dependency id="RavenDB.Client" version="[3.5.9]" />
      </group>
      <group targetFramework=".NETFramework4.5" />
      <group targetFramework=".NETStandard1.3">
        <dependency id="System.Reflection.Extensions" version="4.3.0" />
        <dependency id="System.Reflection.TypeExtensions" version="4.3.0" />
      </group>
    </dependencies>
  </metadata>
</package>