Overview of ASP.NET API Versioning for Minimal APIs
mainASP.NET API versioning provides a method for adding versioning semantics to REST services built with ASP.NET Core.
Important Note on Package Selection:
- Use the
Asp.Versioning.Httppackage (this repository) if you are working with Minimal APIs. - Use the
Asp.Versioning.Mvcpackage if you require additional functionality specifically for ASP.NET Core MVC.