Anotar.NLog.Fody by Simon Cropp

<PackageReference Include="Anotar.NLog.Fody" Version="2.7.4" />

 Anotar.NLog.Fody 2.7.4

Simplifies logging through a static class and some IL manipulation.

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>Anotar.NLog.Fody</id>
    <version>2.7.4.0</version>
    <title>Anotar.NLog.Fody</title>
    <authors>Simon Cropp</authors>
    <owners>Simon Cropp</owners>
    <licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl>
    <projectUrl>http://github.com/Fody/Anotar</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <iconUrl>https://raw.github.com/Fody/Anotar/master/Icons/package_icon.png</iconUrl>
    <description>Simplifies logging through a static class and some IL manipulation.</description>
    <language>en-AU</language>
    <tags>Logging, ILWeaving, Fody, Cecil, NLog</tags>
    <dependencies>
      <dependency id="Fody" />
      <dependency id="NLog" version="2.0" />
    </dependencies>
  </metadata>
</package>