LowercaseDashedRouteExt 1.4.0

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

// Install LowercaseDashedRouteExt as a Cake Tool
#tool nuget:?package=LowercaseDashedRouteExt&version=1.4.0

Makes ASP.NET MVC routes dashed (hyphenated) and lowercase.
This is a fork of Ata Sasmaz's work. Bugs are fixed and new features are added.
For initial one line configuration please read Project Information link.
More info: https://github.com/salarkh/lowercase-dashed-route/

Product Versions
.NET Framework net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
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
1.4.0 18,448 1/6/2017
1.3.3 888 12/30/2016
1.2.0 22,067 11/9/2014

Version 1.4:
Fixed: 'Action' and 'Controller' was left undashed if they are not mentioned in @Url.RouteUrl

Version 1.3:
FIX: for when the 'action' is not mentioned and the default value is about to be used!
FIX: for when using @Url.RouteUrl.

Version 1.2:
Fixed: Area or custom url formats was left not dashed.

Version 1.1:
New: Support for 'namespace' constraints are added.
New: Added support for Areas.
New: Many new overloads for the class constructor.
Change: Decreasing project's required framework to .NET 4