-
Notifications
You must be signed in to change notification settings - Fork 0
/
AttemptIt.nuspec
20 lines (20 loc) · 1012 Bytes
/
AttemptIt.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>$id$</id>
<version>$version$</version>
<title>AttemptIt</title>
<authors>$author$</authors>
<owners>$author$</owners>
<licenseUrl>https://github.com/TWith2Sugars/AttemptIt/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/TWith2Sugars/AttemptIt</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A computation expression inspired by http://fsharpforfunandprofit.com/posts/recipe-part2/ on railway programming</description>
<copyright>Copyright Tony Williams 2014</copyright>
<language />
<tags>F# FSharp ComputationExpression RailwayProgramming AttemptIt Attempt</tags>
</metadata>
<files>
<file src="src\AttemptIt\bin\Release\AttemptIt.dll" target="lib\portable-net45+win8\AttemptIt.dll" />
</files>
</package>