forked from fsprojects/FSharpx.Extras
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathFSharpx.Core.nuspec
More file actions
17 lines (17 loc) · 853 Bytes
/
FSharpx.Core.nuspec
File metadata and controls
17 lines (17 loc) · 853 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<description>@description@</description>
<id>@project@</id>
<version>@build.number@</version>
<authors>@authors@</authors>
<owners>@authors@</owners>
<language>en-US</language>
<summary>@description@</summary>
<licenseUrl>http://github.com/fsharp/fsharpx/raw/master/LICENSE.md</licenseUrl>
<projectUrl>http://github.com/fsharp/fsharpx</projectUrl>
<iconUrl>https://nugetgallery.blob.core.windows.net/icons/FSharpx.1.2.1.110910.png</iconUrl>
<tags>fsharp csharp interop monad iteratee validation bytestring testing</tags>
@dependencies@
</metadata>
</package>