From cf9e459da76e161c79d90f22b155fda6925ad9f2 Mon Sep 17 00:00:00 2001 From: Doug Bunting Date: Wed, 6 Feb 2019 12:24:45 -0800 Subject: [PATCH] Add link to ASP.NET API Versioning project --- src/Mvc/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mvc/README.md b/src/Mvc/README.md index babc35f1d9..07d0e58787 100644 --- a/src/Mvc/README.md +++ b/src/Mvc/README.md @@ -13,6 +13,7 @@ See the [ASP.NET Core MVC documentation](https://docs.microsoft.com/aspnet/core/ 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 API Versioning](https://github.com/Microsoft/aspnet-api-versioning): Adds API versioning semantics to your new and existing REST services built with ASP.NET Core. (Also supports ASP.NET Web API and OData.) * [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 applications.