Tavis.ApiRouter 0.1.8

dotnet add package Tavis.ApiRouter --version 0.1.8
NuGet\Install-Package Tavis.ApiRouter -Version 0.1.8
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Tavis.ApiRouter" Version="0.1.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Tavis.ApiRouter --version 0.1.8
#r "nuget: Tavis.ApiRouter, 0.1.8"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Tavis.ApiRouter as a Cake Addin
#addin nuget:?package=Tavis.ApiRouter&version=0.1.8

// Install Tavis.ApiRouter as a Cake Tool
#tool nuget:?package=Tavis.ApiRouter&version=0.1.8

This is a replacement for the MVC routing that is used by default in Web API.  This routing mechanism matches against a tree of routers, one segment at a time.  Message Handlers can be attached to any node in the tree.  This makes it easier to create nested areas and sub-controllers.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.8 1,649 4/30/2013
0.1.7 1,578 12/4/2012
0.1.6 1,490 11/28/2012
0.1.5 1,342 8/30/2012
0.1.4 1,315 6/1/2012
0.1.3 1,203 6/1/2012
0.1.2 1,221 5/23/2012

Tavis.TreeRoute is a new IHttpRoute compatible version of the hierarchial routing approach.  Still in early design stage