Exceptionless by Exceptionless

<PackageReference Include="Exceptionless" Version="3.1.1349" />

 Exceptionless 3.1.1349

Exceptionless client for non visual (ie. Console and Services) applications. Exceptionless is a cloud based error reporting service that sends your exceptions to http://exceptionless.io and provides aggregated views and analytics.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Exceptionless</id>
    <version>3.1.1349</version>
    <authors>Exceptionless</authors>
    <owners>Exceptionless</owners>
    <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
    <projectUrl>http://exceptionless.io</projectUrl>
    <iconUrl>https://be.exceptionless.io/img/exceptionless-32.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Exceptionless client for non visual (ie. Console and Services) applications. Exceptionless is a cloud based error reporting service that sends your exceptions to http://exceptionless.io and provides aggregated views and analytics.</description>
    <releaseNotes>https://github.com/exceptionless/Exceptionless.Net/releases</releaseNotes>
    <tags>Error Report Reporting Exception Logging Log ELMAH</tags>
    <dependencies>
      <dependency id="Exceptionless.Portable" version="[3.1.1349]" />
    </dependencies>
  </metadata>
</package>