forked from tkellogg/MongoDB.FSharp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMongoDB.FSharp.nuspec
More file actions
18 lines (18 loc) · 836 Bytes
/
MongoDB.FSharp.nuspec
File metadata and controls
18 lines (18 loc) · 836 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
<package >
<metadata>
<id>MongoDB.FSharp</id>
<version>0.1.0</version>
<title>MongoDB.FSharp</title>
<authors>Tim Kellogg</authors>
<owners>Tim Kellogg</owners>
<licenseUrl>https://github.com/tkellogg/MongoDB.FSharp/blob/master/License.txt</licenseUrl>
<projectUrl>https://github.com/tkellogg/MongoDB.FSharp</projectUrl>
<!--<iconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</iconUrl>-->
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Silent utilities to make the official MongoDB driver feel natural to work with in F#</description>
<releaseNotes>Initial release, should work but not recommended for production</releaseNotes>
<copyright>Copyright 2013</copyright>
<tags>f# fsharp mongodB nosql utility</tags>
</metadata>
</package>