-
Notifications
You must be signed in to change notification settings - Fork 37
/
rethinkdb-net.nuspec
24 lines (24 loc) · 1.26 KB
/
rethinkdb-net.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>rethinkdb-net</id>
<version>0.12.1.0</version>
<authors>Mathieu Fenniak, Karl Grzeszczak, Dale Ragan, John Weber</authors>
<owners>Mathieu Fenniak</owners>
<projectUrl>https://github.com/mfenniak/rethinkdb-net</projectUrl>
<licenseUrl>https://raw.github.com/mfenniak/rethinkdb-net/master/LICENSE.txt</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>RethinkDB Client Driver for .NET</description>
<dependencies>
<dependency id="protobuf-net" version="2.0.0.666" />
</dependencies>
<releaseNotes>rethinkdb-net compatible with RethinkDB v2.0, see https://github.com/mfenniak/rethinkdb-net/blob/master/RELEASE-NOTES.md for detailed release notes.</releaseNotes>
</metadata>
<files>
<file src="rethinkdb-net/bin/Release/RethinkDb.dll" target="lib/net45" />
<file src="rethinkdb-net/bin/Release/RethinkDb.dll.mdb" target="lib/net45" />
<file src="LICENSE.txt" target="lib" />
<file src="README.md" target="lib" />
<file src="RELEASE-NOTES.md" target="lib" />
</files>
</package>