mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 01:23:53 -07:00
added exceptron log target.
This commit is contained in:
parent
e37f413e19
commit
5ea794939c
26 changed files with 3113 additions and 0 deletions
20
Exceptron.Client/Exceptron.Client.nuspec
Normal file
20
Exceptron.Client/Exceptron.Client.nuspec
Normal file
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>$id$</id>
|
||||
<version>$version$</version>
|
||||
<title>$id$</title>
|
||||
<authors>$author$</authors>
|
||||
<owners>$author$</owners>
|
||||
<projectUrl>https://github.com/Exceptron/Exceptron.Net</projectUrl>
|
||||
<iconUrl>https://www.exceptron.com/logos/Exceptron128.png</iconUrl>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<description>Exceptron.Client is a .NET wrapper for exceptron's REST API. exceptron help you report your application error to a central location for review, reporting and analytics.</description>
|
||||
<language>en-US</language>
|
||||
<copyright>Copyright © 2012</copyright>
|
||||
<tags>Exception Logging Analytics Reporting Exceptron</tags>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="NuGet\web.config.transform" target="content" />
|
||||
</files>
|
||||
</package>
|
Loading…
Add table
Add a link
Reference in a new issue