Flurl by Todd Menier

<PackageReference Include="Flurl" Version="3.0.6" />

 Flurl 3.0.6

A fluent, portable URL builder. To make HTTP calls off the fluent chain, check out Flurl.Http.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Flurl</id>
    <version>3.0.6</version>
    <authors>Todd Menier</authors>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <icon>icon.png</icon>
    <projectUrl>https://flurl.dev/</projectUrl>
    <iconUrl>https://pbs.twimg.com/profile_images/534024476296376320/IuPGZ_bX_400x400.png</iconUrl>
    <description>A fluent, portable URL builder. To make HTTP calls off the fluent chain, check out Flurl.Http.</description>
    <releaseNotes>https://github.com/tmenier/Flurl/releases</releaseNotes>
    <tags>fluent url uri querystring builder</tags>
    <repository type="git" url="https://github.com/tmenier/Flurl.git" commit="9b9d8991a213a7c04a458bbffbaf3cca8a8f9127" />
    <dependencies>
      <group targetFramework=".NETFramework4.6.1">
        <dependency id="System.ValueTuple" version="4.5.0" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETFramework4.7.2" />
      <group targetFramework=".NETStandard2.0" />
    </dependencies>
  </metadata>
</package>