RavenDB.Embedded by Hibernating Rhinos

<PackageReference Include="RavenDB.Embedded" Version="3.0.30175-Hotfix" />

Package Files

0 bytes

 RavenDB.Embedded 3.0.30175-Hotfix

Note: this package is deprecated. You should use RavenDB.Database package instead. This package let you include RavenDB embedded in-process with your application. RavenDB is a document database for the .NET platform, offering a flexible data model design to fit the needs of real world systems.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>RavenDB.Embedded</id>
    <version>3.0.30175-Hotfix</version>
    <title>RavenDB Embedded</title>
    <authors>Hibernating Rhinos</authors>
    <owners>Hibernating Rhinos</owners>
    <licenseUrl>http://www.ravendb.net/licensing</licenseUrl>
    <projectUrl>http://www.ravendb.net/</projectUrl>
    <iconUrl>http://static.ravendb.net/logo-for-nuget.png</iconUrl>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <description>Note: this package is deprecated. You should use RavenDB.Database package instead.

        This package let you include RavenDB embedded in-process with your application. RavenDB is a document database for the .NET 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-process with your application.</summary>
    <language>en-US</language>
    <tags>nosql ravendb raven document database embedded</tags>
    <dependencies>
      <dependency id="RavenDB.Database" version="[3.0.30175-Hotfix]" />
    </dependencies>
  </metadata>
</package>