forked from marchello2000/bugsnag-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBugsnagMono.nuspec
21 lines (21 loc) · 874 Bytes
/
BugsnagMono.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<package>
<metadata>
<id>BugsnagMono</id>
<version>$version$</version>
<title>Bugsnag .NET Notifier for Mono</title>
<authors>snmaynard</authors>
<owners>snmaynard</owners>
<licenseUrl>https://raw.githubusercontent.com/bugsnag/bugsnag-dotnet/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/bugsnag/bugsnag-dotnet</projectUrl>
<iconUrl>https://dbd6j53uzcole.cloudfront.net/assets/images/website/logo-mark.0b14965b.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>The Bugsnag .NET notifier for Mono</description>
<releaseNotes></releaseNotes>
<dependencies>
<dependency id="Newtonsoft.Json" version="6.0.1" />
</dependencies>
<copyright>Copyright 2015</copyright>
<tags>bugsnag error logging reporting</tags>
</metadata>
</package>