-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathRql.MongoDB.nuspec
More file actions
25 lines (25 loc) · 1.01 KB
/
Rql.MongoDB.nuspec
File metadata and controls
25 lines (25 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="utf-8"?>
<package >
<metadata>
<id>Rql.MongoDB</id>
<version>3.0.10601.0</version>
<authors>jlyonsmith</authors>
<owners>jlyonsmith</owners>
<licenseUrl>http://github.com/jlyonsmith/Rql/blob/master/LICENSE.md</licenseUrl>
<projectUrl>http://github.com/jlyonsmith/Rql</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>RQL binding for MongoDB.</description>
<releaseNotes>Full support for MongoDB C# 2.0 driver</releaseNotes>
<copyright>Copyright (C) 2015 John Lyon-Smith</copyright>
<tags>mongodb driver extension query mono osx linux</tags>
<dependencies>
<dependency id="MongoDB.Bson" version="2.0.0" />
<dependency id="MongoDB.Driver" version="2.0.0" />
<dependency id="MongoDB.Driver.Core" version="2.0.0" />
<dependency id="Rql" version="3.0.10427.0" />
</dependencies>
</metadata>
<files>
<file src="Rql.MongoDB/bin/Release/Rql.MongoDB.dll" target="lib/net45" />
</files>
</package>