A demonstration how to create a versioned and documented Web API project with .NET Core using.
The guide to this project can be found on my website:
https://tomhofman.nl/lets-create-versioned-documented-asp-net-core-web-api
dotnet restore
dotnet run --project VersionedWebApi\\VersionedWebApi.csproj
Visit http://localhost:5000/api/v1/hello and http://localhost:5000/api/v2/hello for the demonstration.
NuGet: www.nuget.org/packages/Microsoft.AspNetCore.Mvc.Versioning