Sentry.Log4Net by Sentry Team and Contributors

<PackageReference Include="Sentry.Log4Net" Version="1.1.3-beta" />

 Sentry.Log4Net 1.1.3-beta

Official log4net integration for Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Sentry.Log4Net</id>
    <version>1.1.3-beta</version>
    <authors>Sentry Team and Contributors</authors>
    <owners>Sentry Team and Contributors</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://raw.githubusercontent.com/getsentry/sentry-dotnet/master/LICENSE</licenseUrl>
    <projectUrl>https://sentry.io/</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/getsentry/sentry-dotnet/master/.assets/sentry-nuget.png</iconUrl>
    <description>Official log4net integration for Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.</description>
    <releaseNotes>Can be found at: https://github.com/getsentry/sentry-dotnet/releases</releaseNotes>
    <tags>Sentry GetSentry Error-Reporting Crash-Reporting Exception-Handling Logging log4net</tags>
    <repository type="git" url="https://github.com/getsentry/sentry-dotnet" commit="8a353bb979db9affc17d7564664bbde42076b042" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Sentry" version="1.1.3-beta" exclude="Build,Analyzers" />
        <dependency id="log4net" version="2.0.8" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>