CUL.NLog by James Craig

<PackageReference Include="CUL.NLog" Version="4.0.100-beta" />

.NET API 7,680 bytes

 CUL.NLog 4.0.100-beta

Craig's Utility Library is one of the largest collections of utility classes and extension methods for .Net. It includes code to help with tasks including encryption, compression, serialization, file management, email, image manipulation, SQL, various file formats (CSV, iCal, etc.), randomization, validation, math related classes, various data types, reflection, code gen, events, code profiling, etc.

<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
  <metadata>
    <id>CUL.NLog</id>
    <version>4.0.0100-beta</version>
    <title>Craig's Utility Library NLog Support</title>
    <authors>James Craig</authors>
    <owners>James Craig</owners>
    <licenseUrl>https://github.com/JaCraig/Craig-s-Utility-Library/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/JaCraig/Craig-s-Utility-Library</projectUrl>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <description>Craig's Utility Library is one of the largest collections of utility classes and extension methods for .Net. It includes code to help with tasks including encryption, compression, serialization, file management, email, image manipulation, SQL, various file formats (CSV, iCal, etc.), randomization, validation, math related classes, various data types, reflection, code gen, events, code profiling, etc.</description>
    <summary>This adds support for NLog as the logger that the library uses</summary>
    <releaseNotes>This version is a complete rewrite of the current system. This will break all of your code, so don't update unless you're a brave soul.</releaseNotes>
    <copyright>Copyright 2011</copyright>
    <tags>utility utilities</tags>
    <dependencies>
      <dependency id="NLog" version="[2.1.0]" />
      <dependency id="CraigsUtilityLibrary" version="[4.0.0100-beta]" />
    </dependencies>
    <references>
      <reference file="CUL.NLog.dll" />
    </references>
  </metadata>
</package>