added exceptron log target.

This commit is contained in:
kay.one 2013-06-05 21:33:16 -07:00
parent e37f413e19
commit 5ea794939c
26 changed files with 3113 additions and 0 deletions

View 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>