关于[API Versioning in .NET Core]的摘要:
In this post, we will see how to use different options for versioning in .NET Core API projects. Versioning APIs is very important and it should be implemented in any API project. Let's see how to achieve this in .NET Core. Prerequisites: Visual Studio 2017 community edition, download here. .NET Core 2.0 SDK from here (I have written a post to install SDK here).