RavenDB.Server by Hibernating Rhinos

<PackageReference Include="RavenDB.Server" Version="3.5.9" />

 RavenDB.Server 3.5.9

Use this package if you want to run RavenDB as a standalone application. This package is not intented to be used in Visual Studio. 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/2010/07/nuspec.xsd">
  <metadata>
    <id>RavenDB.Server</id>
    <version>3.5.9</version>
    <title>RavenDB 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>Use this package if you want to run RavenDB as a standalone application. This package is not intented to be used in Visual Studio. 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 contains the Raven.Server.exe database binaries.</summary>
    <language>en-US</language>
    <tags>nosql ravendb raven document database</tags>
  </metadata>
</package>