RestfulRouting by Steve Hodgkiss

<PackageReference Include="RestfulRouting" Version="1.3.1" />

 RestfulRouting 1.3.1

RestfulRouting is a routing library for ASP.NET MVC based on the Rails 3 routing DSL.

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>RestfulRouting</id>
    <version>1.3.1</version>
    <authors>Steve Hodgkiss</authors>
    <owners>Steve Hodgkiss, Khalid Abuhakmeh</owners>
    <licenseUrl>https://github.com/stevehodgkiss/restful-routing/blob/master/MIT-LICENSE.txt</licenseUrl>
    <projectUrl>http://stevehodgkiss.github.com/restful-routing/</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>RestfulRouting is a routing library for ASP.NET MVC based on the Rails 3 routing DSL.</description>
    <tags>routing, rest, asp.net mvc</tags>
    <dependencies>
      <dependency id="WebActivator" version="1.0.0.0" />
    </dependencies>
  </metadata>
</package>