TypedRest.CommandLine by Bastian Eicher

<PackageReference Include="TypedRest.CommandLine" Version="0.5.0" />

 TypedRest.CommandLine 0.5.0

TypedRest.CommandLine helps you build simple command-line clients using REST clients designed with TypedRest.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>TypedRest.CommandLine</id>
    <version>0.5.0.0</version>
    <authors>Bastian Eicher</authors>
    <owners>Bastian Eicher</owners>
    <projectUrl>https://github.com/1and1/TypedRest-DotNet</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>TypedRest.CommandLine helps you build simple command-line clients using REST clients designed with TypedRest.</description>
    <summary>Build command-line interface using TypedRest client</summary>
    <copyright>1&amp;1 Internet SE</copyright>
    <tags>Typed REST Commandline CLI</tags>
    <dependencies>
      <dependency id="Microsoft.AspNet.WebApi.Client" version="5.2.3" />
      <dependency id="TypedRest" version="0.5.0.0" />
    </dependencies>
  </metadata>
</package>