You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+38-7Lines changed: 38 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,45 @@ The default API versioning configuration is compliant with the [versioning seman
8
8
9
9
The supported flavors of ASP.NET are:
10
10
11
-
*[ASP.NET Web API](https://www.nuget.org/packages/Microsoft.AspNet.WebApi.Versioning) - Adds service API versioning to your Web API applications
12
-
*[ASP.NET Web API and OData](https://www.nuget.org/packages/Microsoft.AspNet.OData.Versioning) - Adds service API versioning to your Web API applications using OData v4.0
13
-
*[ASP.NET Core](https://www.nuget.org/packages/Microsoft.AspNetCore.Mvc.Versioning) - Adds service API versioning to your ASP.NET Core applications
<br>Adds service API versioning to your ASP.NET Core applications
14
28
15
29
This is also the home of the ASP.NET API versioning API explorers that you can use to easily document your REST APIs with Swagger:
16
30
17
-
*[ASP.NET Web API Versioned API Explorer](https://www.nuget.org/packages/Microsoft.AspNet.WebApi.Versioning.ApiExplorer) - Replaces the default API explorer in your Web API applications
18
-
*[ASP.NET Web API with OData API Explorer](https://www.nuget.org/packages/Microsoft.AspNet.OData.Versioning.ApiExplorer) - Adds an API explorer to your Web API applications using OData v4.0
19
-
*[ASP.NET Core Versioned API Explorer](https://www.nuget.org/packages/Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer) - Adds additional API explorer support to your ASP.NET Core applications
0 commit comments