Exceptionless.NLog.Signed by Exceptionless

<PackageReference Include="Exceptionless.NLog.Signed" Version="4.0.1901-pre" />

 Exceptionless.NLog.Signed 4.0.1901-pre

NLog target that sends log entries to Exceptionless. 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/2012/06/nuspec.xsd">
  <metadata>
    <id>Exceptionless.NLog.Signed</id>
    <version>4.0.1901-pre</version>
    <title>NLog target that sends log entries to Exceptionless.</title>
    <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>NLog target that sends log entries to Exceptionless. 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>
    <copyright>Copyright (c) 2016 Exceptionless.  All rights reserved.</copyright>
    <tags>NLog,Target,Exceptionless,Error,Report,Reporting,Exception,Logging,Log,ELMAH</tags>
    <dependencies>
      <group targetFramework=".NETFramework4.5">
        <dependency id="NLog" version="[4.3.5, )" />
        <dependency id="Exceptionless.Signed" version="[4.0.1901-pre, )" />
      </group>
      <group targetFramework=".NETStandard1.3">
        <dependency id="NLog" version="[4.4.0-betaV15, )" />
        <dependency id="Exceptionless.Signed" version="[4.0.1901-pre, )" />
      </group>
    </dependencies>
  </metadata>
</package>