Metadata >> NuGet >> RouteMagic

RouteMagic

Metadata

Authors Phil Haack
Description RouteMagic is a library of useful Routing helpers. See http://haacked.com/archive/2011/01/30/introducing-routemagic.aspx for more information.
Language en-US
LicenseUrl http://routemagic.codeplex.com/license
Owners Phil Haack
ProjectUrl http://routemagic.codeplex.com/
ReleaseNotes * 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. * 1.3.0 Added query string re-routing thanks to a contribution by @psantiago https://github.com/Haacked/RouteMagic/pull/12
RequireLicenseAcceptance False
Summary RouteMagic is a library of useful Routing helpers. See http://haacked.com/archive/2011/01/30/introducing-routemagic.aspx for more information.
Tags routing asp.net
PackageSize 49115
PackageHashAlgorithm SHA512
PackageHash iGprY11MyBNbyH1FOYiqPkO01PEmthnsaqRcz5GDH+ck/tk/kx9kJKbm7tm9j7AR3FrrTgRoVRhJh+NrYmzUlw==
DownloadCount 000000
CreatedDate 2015-08-26T00:54:16

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install RouteMagic -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install RouteMagic -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package RouteMagic
Installing the package (HTTP Basic authentication):
Install-Package RouteMagic -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package RouteMagic -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package RouteMagic

OpenWrap

Installing the package:
o add-wrap RouteMagic
Uninstalling the package:
o remove-wrap RouteMagic

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.3
1.2
1.1.3
1.1.2
1.1.1
1.0
0.2.2.2
0.2.2.1