forked from bugsnag/bugsnag-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
BugsnagMono.nuspec
26 lines (25 loc) · 1.02 KB
/
BugsnagMono.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0"?>
<package>
<metadata>
<id>BugsnagMono</id>
<version>1.2.0.0</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>
<files>
<file src="src\Bugsnag\bin\MonoRelease\**\Bugsnag*.dll" target="lib" />
<file src="src\Bugsnag\bin\MonoRelease\**\Bugsnag*.pdb" target="lib" />
</files>
</package>