-
Notifications
You must be signed in to change notification settings - Fork 28
/
FluentMongo.nuspec
24 lines (24 loc) · 1.08 KB
/
FluentMongo.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"?>
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>FluentMongo</id>
<version>1.3.1.1</version>
<authors>Craig G. Wilson, Guillaume Pouillet</authors>
<owners>Craig G. Wilson</owners>
<licenseUrl>https://github.com/mongodb/mongo-csharp-driver/blob/master/License.txt</licenseUrl>
<projectUrl>https://github.com/craiggwilson/fluent-mongo</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Provides a fluent interface on top of the 10gen driver including Linq.</description>
<tags>Fluent mongo mongodb linq nosql</tags>
<summary>
Provides a fluent interface on top of the 10gen driver including Linq.
</summary>
<language>en-US</language>
<dependencies>
<dependency id="mongocsharpdriver" version="1.3.1" />
</dependencies>
</metadata>
<files>
<file src="src\FluentMongo\bin\Release\FluentMongo.dll" target="lib" />
</files>
</package>