forked from jfellien/NiceTry
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNiceTry.nuspec
More file actions
15 lines (15 loc) · 808 Bytes
/
NiceTry.nuspec
File metadata and controls
15 lines (15 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>NiceTry</id>
<version>@build.number@</version>
<title>NiceTry</title>
<authors>Stefan Reichel</authors>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
<projectUrl>https://github.com/Bomret/NiceTry</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>A functional wrapper type around try/catch that allows readable and bloat free error handling. Provides a growing number of combinators for functional composition.</description>
<tags>try, catch, functional, error handling, exception</tags>
@references@
</metadata>
</package>