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.
<PackageVersion Include="Dysphoria.Net.UrlRouting" Version="3.0.2.26366" />
                    
Directory.Packages.props
<PackageReference Include="Dysphoria.Net.UrlRouting" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#addin nuget:?package=Dysphoria.Net.UrlRouting&version=3.0.2.26366
                    
Install as a Cake Addin
#tool nuget:?package=Dysphoria.Net.UrlRouting&version=3.0.2.26366
                    
Install as a Cake Tool

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 27,398 10/21/2022
3.0.1.19546 620 10/12/2022
3.0.0.30081 932 10/6/2022
2.2.1.37986 136,562 5/31/2014
2.2.0.18408 1,557 5/31/2014
2.1.0.39834 1,659 1/20/2014
2.0.0.19626 1,637 12/18/2013

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