Tewl by William Gross, Greg Smalter, Sam Rueby

<PackageReference Include="Tewl" Version="2019.7.2.1311-pre" />

 Tewl 2019.7.2.1311-pre

The Toolkit for the Enterprise Web Library. This can be used to conveniently gain validation, IO, and string manipulation functions without subscribing to the whole library lifecycle.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Tewl</id>
    <version>2019.7.2.1311-pre</version>
    <title>The Toolkit for the Enterprise Web Library</title>
    <authors>William Gross, Greg Smalter, Sam Rueby</authors>
    <owners>Greg Smalter, Sam Rueby</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <projectUrl>https://github.com/GregSmalter/TEWL</projectUrl>
    <description>The Toolkit for the Enterprise Web Library. This can be used to conveniently gain validation, IO, and string manipulation functions without subscribing to the whole library lifecycle.</description>
    <tags>EWL, ASP.NET, Validation, CSV, IO, string manipulation</tags>
    <dependencies>
      <group targetFramework=".NETFramework4.6.1">
        <dependency id="ClosedXML" version="0.92.1" exclude="Build,Analyzers" />
        <dependency id="Humanizer.Core" version="2.2.0" exclude="Build,Analyzers" />
        <dependency id="System.Collections.Immutable" version="1.3.1" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard2.0">
        <dependency id="ClosedXML" version="0.92.1" exclude="Build,Analyzers" />
        <dependency id="Humanizer.Core" version="2.2.0" exclude="Build,Analyzers" />
        <dependency id="System.Collections.Immutable" version="1.3.1" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>