Add versioning to .NET 10 minimal API using Asp.Versioning.Http

Authorised Territory demonstrates how to add API versioning to a .NET 10 Minimal API using the Asp.Versioning.Http NuGet package.

Overview

The video shows how a Minimal API can expose two versions of the same endpoint using the Asp.Versioning libraries.

Add API versioning with Asp.Versioning.Http

Versioning strategies demonstrated

Deprecate an API version

Testing in Visual Studio