RouteMagic 1.2.0

dotnet add package RouteMagic --version 1.2.0
NuGet\Install-Package RouteMagic -Version 1.2.0
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="RouteMagic" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RouteMagic --version 1.2.0
#r "nuget: RouteMagic, 1.2.0"
#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 RouteMagic as a Cake Addin
#addin nuget:?package=RouteMagic&version=1.2.0

// Install RouteMagic as a Cake Tool
#tool nuget:?package=RouteMagic&version=1.2.0

RouteMagic is a library of useful Routing helpers. See http://haacked.com/archive/2011/01/30/introducing-routemagic.aspx for more information.

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.

This package has no dependencies.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on RouteMagic:

Repository Stars
NuGet/NuGetGallery
NuGet Gallery is a package repository that powers https://www.nuget.org. Use this repo for reporting NuGet.org issues.
Version Downloads Last updated
1.2.0 34,967 12/21/2011
1.1.3 69,199 9/23/2011
1.1.2 157 9/2/2011
1.1.1 106 7/25/2011
1.0.0 125 6/3/2011
0.2.2.2 490 4/10/2011
0.2.2.1 651 4/9/2011
0.2.2 143 2/15/2011
0.2.1 133 2/13/2011
0.2.0 156 2/3/2011
0.1.0 130 1/30/2011

* 1.1.3 Added IncomingOnlyRouteConstraint for routes that should only be used to match
       incoming HTTP requsets and should not be used for URL generation.