-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNancy.Raygun.nuspec
19 lines (18 loc) · 1.02 KB
/
Nancy.Raygun.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Nancy.Raygun</id>
<version>1.5.1</version>
<title>Nancy.Raygun</title>
<authors>Phillip Haydon</authors>
<projectUrl>https://github.com/phillip-haydon/Nancy.Raygun</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Nancy.Raygun is a non-offical library that wires up the error handling in Nancy to submit errors to Raygun, this uses NancyContext rather than HttpContext.Current like the offical package, with no dependency on System.Web making it portable for anywhere that your Nancy project is hosted.
Checkout www.raygun.io for info on the Raygun service.</description>
<summary>Nancy Raygun for zapping errors!!!</summary>
<copyright>2013</copyright>
</metadata>
<files>
<file src="src\Nancy.Raygun\bin\Release\Nancy.Raygun.dll" target="lib\Nancy.Raygun.dll" />
</files>
</package>