EasyPost.Async by EasyPost, Kendall Bennett

<PackageReference Include="EasyPost.Async" Version="1.0.1" />

 EasyPost.Async 1.0.1

EasyPost Async Shipping API Client Library for .NET https://easypost.com/docs

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>EasyPost.Async</id>
    <version>1.0.1</version>
    <title>EasyPost Async</title>
    <authors>EasyPost, Kendall Bennett</authors>
    <owners>kendallbennett</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <projectUrl>https://github.com/kendallb/easypost-async-csharp</projectUrl>
    <description>EasyPost Async Shipping API Client Library for .NET https://easypost.com/docs</description>
    <summary>A library for communicating with EasyPost from .NET applications with Task async support. To use this you need an account with EasyPost.</summary>
    <releaseNotes>Added dependency on RestSharp</releaseNotes>
    <copyright>Copyright (C) 2020 and later AMain.com, Inc. and EasyPost</copyright>
    <tags>EasyPost Async ShippingAPI USPS UPS FedEx</tags>
    <dependencies>
      <dependency id="RestSharp" version="106.11.4" />
    </dependencies>
  </metadata>
</package>