LowercaseDashedRouteExt 1.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 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
1.4.0 20,837 1/6/2017
1.3.3 1,028 12/30/2016
1.2.0 24,125 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