From 236ba40d00efd09d2cda3a9e46ad04778b1bf7cc Mon Sep 17 00:00:00 2001 From: Eilon Lipton Date: Wed, 2 Dec 2015 21:15:26 -0800 Subject: [PATCH] Add link to community project --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f85ebe893e..5c1cb0044b 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,7 @@ ASP.NET MVC gives you a powerful, patterns-based way to build dynamic websites t ASP.NET MVC in ASP.NET 5 includes support for building web pages and HTTP services in a single aligned framework that can be hosted in IIS or self-hosted in your own process. +Related community projects: +* [AspNet.Mvc.TypedRouting](https://github.com/ivaylokenov/AspNet.Mvc.TypedRouting): A collection of extension methods providing strongly typed routing and link generation for ASP.NET MVC 6 projects. + This project is part of ASP.NET 5. You can find samples, documentation and getting started instructions for ASP.NET 5 at the [Home](https://github.com/aspnet/home) repo.