RavenDB.AspNetHost by Hibernating Rhinos

<PackageReference Include="RavenDB.AspNetHost" Version="2.5.25043" />

 RavenDB.AspNetHost 2.5.25043

This package let you include RavenDB embedded in your asp.net application. RavenDB is a document database for the .NET/Windows platform, offering a flexible data model design to fit the needs of real world systems.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>RavenDB.AspNetHost</id>
    <version>2.5.25043</version>
    <title>RavenDB Asp.Net Hosted server</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>This package let you include RavenDB embedded in your asp.net application. RavenDB is a document database for the .NET/Windows platform, offering a flexible data model design to fit the needs of real world systems.</description>
    <summary>This package let you include RavenDB embedded in your Asp.Net web application.</summary>
    <language>en-US</language>
    <tags>nosql ravendb raven document database embedded</tags>
    <dependencies>
      <dependency id="RavenDB.Database" version="[2.5.25043]" />
      <dependency id="Microsoft.Web.Infrastructure" version="1.0.0" />
    </dependencies>
  </metadata>
</package>