Hyprlinkr by Mark Seemann

<PackageReference Include="Hyprlinkr" Version="1.0.0" />

 Hyprlinkr 1.0.0

Hyprlinkr is a small and very focused helper library for the ASP.NET Web API. It does one thing only: it creates URIs according to the application's route configuration in a type-safe manner.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Hyprlinkr</id>
    <version>1.0.0</version>
    <title>Hyprlinkr</title>
    <authors>Mark Seemann</authors>
    <owners>Mark Seemann</owners>
    <licenseUrl>https://github.com/ploeh/Hyprlinkr/blob/master/LICENCE.txt</licenseUrl>
    <projectUrl>https://github.com/ploeh/Hyprlinkr</projectUrl>
    <iconUrl>https://raw2.github.com/ploeh/Hyprlinkr/master/Logos/logo256.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Hyprlinkr is a small and very focused helper library for the ASP.NET Web API. It does one thing only: it creates URIs according to the application's route configuration in a type-safe manner.</description>
    <copyright>Copyright Mark Seemann 2014</copyright>
    <dependencies>
      <dependency id="Microsoft.AspNet.WebApi.Core" version="4.0.20710.0" />
    </dependencies>
  </metadata>
</package>