Dysphoria.Net.UrlRouting 3.0.2.26366

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

// Install Dysphoria.Net.UrlRouting as a Cake Tool
#tool nuget:?package=Dysphoria.Net.UrlRouting&version=3.0.2.26366

A library for adding statically-typed URL routing to MVC

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  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
3.0.2.26366 21,031 10/21/2022
3.0.1.19546 567 10/12/2022
3.0.0.30081 878 10/6/2022
2.2.1.37986 136,246 5/31/2014
2.2.0.18408 1,264 5/31/2014
2.1.0.39834 1,344 1/20/2014
2.0.0.19626 1,332 12/18/2013

Now async Controller actions get Session state enabled by default, just like synchronous actions.