Serilog.Sinks.Raygun by Michiel van Oudheusden

<PackageReference Include="Serilog.Sinks.Raygun" Version="1.3.27" />

 Serilog.Sinks.Raygun 1.3.27

Serilog event sink that writes to the Raygun.io service.

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>Serilog.Sinks.Raygun</id>
    <version>1.3.27</version>
    <authors>Michiel van Oudheusden</authors>
    <owners>Michiel van Oudheusden</owners>
    <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
    <projectUrl>http://serilog.net</projectUrl>
    <iconUrl>http://serilog.net/images/serilog-nuget.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Serilog event sink that writes to the Raygun.io service.</description>
    <language>en-US</language>
    <tags>serilog logging Raygun.io error</tags>
    <dependencies>
      <dependency id="Serilog" />
      <dependency id="Mindscape.Raygun4Net.Signed" version="2.0.4" />
    </dependencies>
  </metadata>
</package>