PackUtils by Thiago Barradas

<PackageReference Include="PackUtils" Version="1.0.68" />

 PackUtils 1.0.68

Many utilities like: enumeration, hash, json (extension newtonsoft), regex, signature, string, uri, dictionary, etc

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>PackUtils</id>
    <version>1.0.68</version>
    <authors>Thiago Barradas</authors>
    <owners>Thiago Barradas</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/ThiagoBarradas/packutils/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/ThiagoBarradas/packutils</projectUrl>
    <iconUrl>https://i.imgur.com/bWz72sT.png</iconUrl>
    <description>Many utilities like: enumeration, hash, json (extension newtonsoft), regex, signature, string, uri, dictionary, etc</description>
    <tags>enumeration, hash, json, newtonsoft, regex, signature, string, uri, util, utils, utility, utilities, crypt, dictionary, casting, cast</tags>
    <repository url="https://github.com/ThiagoBarradas/packutils" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Hashids.net" version="1.3.0" exclude="Build,Analyzers" />
        <dependency id="JsonMasking" version="1.1.44" exclude="Build,Analyzers" />
        <dependency id="Microsoft.AspNetCore.Http" version="2.2.2" exclude="Build,Analyzers" />
        <dependency id="MongoDB.Driver" version="2.10.2" exclude="Build,Analyzers" />
        <dependency id="Nancy" version="2.0.0-clinteastwood" exclude="Build,Analyzers" />
        <dependency id="Newtonsoft.Json" version="12.0.3" exclude="Build,Analyzers" />
        <dependency id="RestSharp" version="106.10.1" exclude="Build,Analyzers" />
        <dependency id="Swashbuckle.AspNetCore" version="5.0.0" exclude="Build,Analyzers" />
        <dependency id="Swashbuckle.AspNetCore.SwaggerGen" version="5.0.0" exclude="Build,Analyzers" />
        <dependency id="TimeZoneConverter" version="3.2.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>