AutomaticSharp by Jesse Mandel

<PackageReference Include="AutomaticSharp" Version="2.0.0" />

 AutomaticSharp 2.0.0

AutomaticSharp Class Library

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>AutomaticSharp</id>
    <version>2.0.0</version>
    <authors>Jesse Mandel</authors>
    <owners>Jesse Mandel</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="file">LICENSE.txt</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <projectUrl>https://github.com/supergibbs/AutomaticSharp</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/supergibbs/AutomaticSharp/master/AutomaticSharp.Demo/wwwroot/images/Automatic_RGB_Icon.jpg</iconUrl>
    <description>AutomaticSharp Class Library</description>
    <tags>Automatic REST API</tags>
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Newtonsoft.Json" version="12.0.1" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>