forked from ravendb/ravendb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
RavenDB.nuspec
23 lines (23 loc) · 993 Bytes
/
RavenDB.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>RavenDB</id>
<version>1.0</version>
<title>RavenDB</title>
<authors>Hibernating Rhinos</authors>
<description>Raven is a document database for the .NET/Windows platform, offering a flexible data model design to fit the needs of real world systems.</description>
<language>en-US</language>
<licenseUrl>http://www.ravendb.net/licensing</licenseUrl>
<projectUrl>http://www.ravendb.net/</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<tags>nosql ravendb raven document database</tags>
<dependencies>
<dependency id="NLog" version="[2.0.0.2000]" />
<dependency id="Newtonsoft.Json" version="[4.5.3]" />
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.ComponentModel.Composition" targetFramework="net40" />
</frameworkAssemblies>
<iconUrl>http://static.ravendb.net/logo-for-nuget.png</iconUrl>
</metadata>
</package>