LowercaseDashedRouteExt 1.2.0
See the version list below for details.
dotnet add package LowercaseDashedRouteExt --version 1.2.0
NuGet\Install-Package LowercaseDashedRouteExt -Version 1.2.0
<PackageReference Include="LowercaseDashedRouteExt" Version="1.2.0" />
paket add LowercaseDashedRouteExt --version 1.2.0
#r "nuget: LowercaseDashedRouteExt, 1.2.0"
// Install LowercaseDashedRouteExt as a Cake Addin #addin nuget:?package=LowercaseDashedRouteExt&version=1.2.0 // Install LowercaseDashedRouteExt as a Cake Tool #tool nuget:?package=LowercaseDashedRouteExt&version=1.2.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 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. |
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
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