FubuMVC.RegexUrlPolicy by Mike O'Brien

<PackageReference Include="FubuMVC.RegexUrlPolicy" Version="1.0.9" />

 FubuMVC.RegexUrlPolicy 1.0.9

Allows you to use regular expressions to ignore/include portions of the url as well as constraining actions to verbs.

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>FubuMVC.RegexUrlPolicy</id>
    <version>1.0.9.0</version>
    <title>FubuMVC Regex Url Policy</title>
    <authors>Mike O'Brien</authors>
    <owners>Mike O'Brien</owners>
    <licenseUrl>https://github.com/mikeobrien/FubuMVC.RegexUrlPolicy/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/mikeobrien/FubuMVC.RegexUrlPolicy</projectUrl>
    <iconUrl>https://github.com/mikeobrien/FubuMVC.RegexUrlPolicy/raw/master/misc/logo.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Allows you to use regular expressions to ignore/include portions of the url as well as constraining actions to verbs.</description>
    <summary>Allows you to use regular expressions to ignore/include portions of the url as well as constraining actions to verbs.</summary>
    <language>en-US</language>
    <tags>fubumvc</tags>
    <dependencies>
      <dependency id="FubuMVC.Core" version="1.0.0.0" />
    </dependencies>
  </metadata>
</package>