From 348fa77a930aaa20e140d0196f19cc498bfe34f9 Mon Sep 17 00:00:00 2001 From: Andrei Tserakhau Date: Mon, 19 Dec 2016 11:33:39 +0300 Subject: [PATCH] doc: Add link to comunity device detector package see #4877 to more details. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5541d17874..fae973691d 100644 --- a/README.md +++ b/README.md @@ -13,5 +13,6 @@ 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 Core MVC projects. * [ASP.NET MVC Boilerplate](https://visualstudiogallery.msdn.microsoft.com/6cf50a48-fc1e-4eaf-9e82-0b2a6705ca7d): Rich templates for ASP.NET Core MVC. * [MyTested.AspNetCore.Mvc](https://github.com/ivaylokenov/MyTested.AspNetCore.Mvc): Powerful fluent testing framework for ASP.NET Core MVC. +* [MvcDeviceDetector](https://github.com/laskoviymishka/MvcDeviceDetector): Device detection mechanism to create mobile web application This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the [Home](https://github.com/aspnet/home) repo.