forked from mongodb/mongo-csharp-driver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmongocsharpdriver.nuspec
executable file
·28 lines (28 loc) · 1.29 KB
/
mongocsharpdriver.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
25
26
27
28
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>mongocsharpdriver</id>
<version>1.3</version>
<title>Official MongoDB C# driver</title>
<authors>10gen, Inc.</authors>
<owners>Sridhar Nanjundeswaran</owners>
<iconUrl>http://jobs.mongodb.org/files/logos/889002/889002.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Official 10gen supported C# driver for MongoDB</description>
<projectUrl>http://www.mongodb.org/display/DOCS/CSharp+Language+Center</projectUrl>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<tags>mongodb mongo nosql</tags>
<language>en-US</language>
</metadata>
<files>
<file src="Bson\bin\Debug\MongoDB.Bson.dll" target="lib\net35" />
<file src="Bson\bin\Debug\MongoDB.Bson.pdb" target="lib\net35" />
<file src="Bson\bin\Debug\MongoDB.Bson.xml" target="lib\net35" />
<file src="Driver\bin\Debug\MongoDB.Driver.dll" target="lib\net35" />
<file src="Driver\bin\Debug\MongoDB.Driver.pdb" target="lib\net35" />
<file src="Driver\bin\Debug\MongoDB.Driver.XML" target="lib\net35" />
<file src="Help\CSharpDriverDocs.chm" target="" />
<file src="Release Notes v1.3.txt" target="" />
<file src="License.rtf" target ="" />
</files>
</package>