⚠ Deprecated: Other
A newer package is available as of August 2022. While this package will continue to receive critical bug fixes, we strongly encourage you to upgrade. See the migration guide at https://github.com/dotnet/aspnet-api-versioning/wiki/Migration for more details.
Suggested alternative: Asp.Versioning.Mvc.ApiExplorer
ASP.NET Core MVC API explorer functionality for discovering metadata such as the list of API-versioned controllers and actions, and their URLs and allowed HTTP methods.
$ dotnet add package Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer| :mega: Now Asp.Versioning.Mvc.ApiExplorer. See the announcement. |
|---|
ASP.NET API versioning gives you a powerful, but easy-to-use method for adding API versioning semantics to your new and existing REST services built with ASP.NET Core. The API versioning extensions define simple metadata attributes and conventions that you use to describe which API versions are implemented by your services.
This package contains the API version-aware extensions for API Explorer in ASP.NET Core, which are useful in a number of scenarios such as test automation or OpenAPI document generation.
https://github.com/dotnet/aspnet-api-versioning/releases/tag/v5.1.0