MvcCodeRouting.Web.Http 0.9.3-ctp

This is a prerelease version of MvcCodeRouting.Web.Http.
There is a newer version of this package available.
See the version list below for details.
dotnet add package MvcCodeRouting.Web.Http --version 0.9.3-ctp
NuGet\Install-Package MvcCodeRouting.Web.Http -Version 0.9.3-ctp
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="MvcCodeRouting.Web.Http" Version="0.9.3-ctp" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MvcCodeRouting.Web.Http --version 0.9.3-ctp
#r "nuget: MvcCodeRouting.Web.Http, 0.9.3-ctp"
#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 MvcCodeRouting.Web.Http as a Cake Addin
#addin nuget:?package=MvcCodeRouting.Web.Http&version=0.9.3-ctp&prerelease

// Install MvcCodeRouting.Web.Http as a Cake Tool
#tool nuget:?package=MvcCodeRouting.Web.Http&version=0.9.3-ctp&prerelease

MvcCodeRouting for ASP.NET MVC analyzes your controllers and actions and automatically creates the best possible routes for them.
        Organize your controllers and views using namespaces (no more areas) that can go as deep as you want.
        Includes support for hierarchical (a.k.a. RESTful) and also user-defined custom routes (using an attribute).
        It also supports embedded views (as assembly resources) that can be individually overridden by file views.
        MvcCodeRouting is a single unified solution that provides namespace-aware automatic route creation, URL generation and views location.

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 (1)

Showing the top 1 NuGet packages that depend on MvcCodeRouting.Web.Http:

Package Downloads
MvcCodeRouting.Web.Http.WebHost

ASP.NET Web API support for MvcCodeRouting.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0 58,226 10/9/2014
1.0.0 2,907 1/7/2014
0.10.0-beta 963 11/18/2013
0.9.3-ctp 1,184 3/28/2013
0.9.2-ctp 1,295 11/18/2012
0.9.1-ctp 1,189 10/14/2012

- Requires MvcCodeRouting v1.1.0
        - Fix: Web.Http.FromRoute attribute does not bind when using a custom name
        - Changed Web.Http MapCodeRoutes to extend HttpConfiguration instead of HttpRouteCollection. Calling CodeRoutingSettings.HttpConfiguration() is no longer needed, that method is now internal.