Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 441 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 441 Bytes

Managing Multiple Versions of Your API with .NET and Swagger

Welcome to this sample repository on managing multiple versions of your API using .NET and Swagger. This guide will walk you through the steps of setting up your API to handle multiple versions, using Swagger to document and test your API, and how to version your API endpoints.

Prerequisites

Before starting, you should have the following installed:

  • .NET 6 or higher