Skip to content

Release 2.1.0

Compare
Choose a tag to compare
@pete-restall pete-restall released this 13 Sep 19:10
· 4 commits to master since this release

The significant change for Version 2.1.0 is support for Named Routes, which are useful for automatically building URIs from Routes without the need for magic path strings to be scattered throughout code and Views.

  • Added NamedRouteAttribute and associated boilerplate functionality to allow Named Routes
  • Updated all dependent NuGet packages to their latest versions