RavenDB.Client.Authorization by Hibernating Rhinos

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

 RavenDB.Client.Authorization 3.5.9

RavenDB 'Authorization' bundle client extend RavenDB and add document level permissions.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>RavenDB.Client.Authorization</id>
    <version>3.5.9</version>
    <title>RavenDB Client for Authorization 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 'Authorization' bundle client extend RavenDB and add document level permissions.</description>
    <language>en-US</language>
    <tags>nosql ravendb raven document database client bundles authorization</tags>
    <dependencies>
      <group>
        <dependency id="RavenDB.Client" version="[3.5.9]" />
      </group>
      <group targetFramework=".NETFramework4.5" />
      <group targetFramework=".NETStandard1.3" />
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System.ComponentModel.Composition" targetFramework=".NETFramework4.0" />
    </frameworkAssemblies>
  </metadata>
</package>