@@ -23,22 +23,6 @@ versioning in the past or supported API versioning with semantics that are diffe
23
23
24
24
The supported flavors of ASP.NET are:
25
25
26
- * ** ASP.NET Web API**
27
- <div >Adds API versioning to your Web API applications</div >
28
-
29
- [ ![ NuGet Package] ( https://img.shields.io/nuget/v/Asp.Versioning.WebApi.svg )] ( https://www.nuget.org/packages/Asp.Versioning.WebApi )
30
- [ ![ NuGet Downloads] ( https://img.shields.io/nuget/dt/Asp.Versioning.WebApi.svg?color=green )] ( https://www.nuget.org/packages/Asp.Versioning.WebApi )
31
- [ ![ Quick Start] ( https://img.shields.io/badge/quick-start-9B6CD1 )] ( ../../wiki/New-Services-Quick-Start#aspnet-web-api )
32
- [ ![ Examples] ( https://img.shields.io/badge/example-code-2B91AF )] ( ../../tree/main/examples/AspNet/WebApi )
33
-
34
- * ** ASP.NET Web API and OData**
35
- <div >Adds API versioning to your Web API applications using OData v4.0</div >
36
-
37
- [ ![ NuGet Package] ( https://img.shields.io/nuget/v/Asp.Versioning.WebApi.OData.svg )] ( https://www.nuget.org/packages/Asp.Versioning.WebApi.OData )
38
- [ ![ NuGet Downloads] ( https://img.shields.io/nuget/dt/Asp.Versioning.WebApi.OData.svg?color=green )] ( https://www.nuget.org/packages/Asp.Versioning.WebApi.OData )
39
- [ ![ Quick Start] ( https://img.shields.io/badge/quick-start-9B6CD1 )] ( ../../wiki/New-Services-Quick-Start#aspnet-web-api-with-odata-v40 )
40
- [ ![ Examples] ( https://img.shields.io/badge/example-code-2B91AF )] ( ../../tree/main/examples/AspNet/OData )
41
-
42
26
* ** ASP.NET Core**
43
27
<div >Adds API versioning to your ASP.NET Core <i >Minimal API</i > applications</div >
44
28
@@ -63,23 +47,23 @@ The supported flavors of ASP.NET are:
63
47
[ ![ Quick Start] ( https://img.shields.io/badge/quick-start-9B6CD1 )] ( ../../wiki/New-Services-Quick-Start#aspnet-core-with-odata-v40 )
64
48
[ ![ Examples] ( https://img.shields.io/badge/example-code-2B91AF )] ( ../../tree/main/examples/AspNetCore/OData )
65
49
66
- This is also the home of the ASP.NET API versioning API explorers that you can use to easily document your REST APIs with OpenAPI:
50
+ * ** ASP.NET Web API**
51
+ <div >Adds API versioning to your Web API applications</div >
67
52
68
- * ** ASP.NET Web API Versioned API Explorer**
69
- <div >Replaces the default API explorer in your Web API applications</div >
53
+ [ ![ NuGet Package] ( https://img.shields.io/nuget/v/Asp.Versioning.WebApi.svg )] ( https://www.nuget.org/packages/Asp.Versioning.WebApi )
54
+ [ ![ NuGet Downloads] ( https://img.shields.io/nuget/dt/Asp.Versioning.WebApi.svg?color=green )] ( https://www.nuget.org/packages/Asp.Versioning.WebApi )
55
+ [ ![ Quick Start] ( https://img.shields.io/badge/quick-start-9B6CD1 )] ( ../../wiki/New-Services-Quick-Start#aspnet-web-api )
56
+ [ ![ Examples] ( https://img.shields.io/badge/example-code-2B91AF )] ( ../../tree/main/examples/AspNet/WebApi )
70
57
71
- [ ![ NuGet Package] ( https://img.shields.io/nuget/v/Asp.Versioning.WebApi.ApiExplorer.svg )] ( https://www.nuget.org/packages/Asp.Versioning.WebApi.ApiExplorer )
72
- [ ![ NuGet Downloads] ( https://img.shields.io/nuget/dt/Asp.Versioning.WebApi.ApiExplorer.svg?color=green )] ( https://www.nuget.org/packages/Asp.Versioning.WebApi.ApiExplorer )
73
- [ ![ Quick Start] ( https://img.shields.io/badge/quick-start-9B6CD1 )] ( ../../wiki/API-Documentation#aspnet-web-api )
74
- [ ![ Examples] ( https://img.shields.io/badge/example-code-2B91AF )] ( ../../tree/main/examples/AspNet/WebApi/OpenApiWebApiSample )
58
+ * ** ASP.NET Web API and OData**
59
+ <div >Adds API versioning to your Web API applications using OData v4.0</div >
75
60
76
- * ** ASP.NET Web API with OData API Explorer**
77
- <div >Adds an API explorer to your Web API applications using OData v4.0</div >
61
+ [ ![ NuGet Package] ( https://img.shields.io/nuget/v/Asp.Versioning.WebApi.OData.svg )] ( https://www.nuget.org/packages/Asp.Versioning.WebApi.OData )
62
+ [ ![ NuGet Downloads] ( https://img.shields.io/nuget/dt/Asp.Versioning.WebApi.OData.svg?color=green )] ( https://www.nuget.org/packages/Asp.Versioning.WebApi.OData )
63
+ [ ![ Quick Start] ( https://img.shields.io/badge/quick-start-9B6CD1 )] ( ../../wiki/New-Services-Quick-Start#aspnet-web-api-with-odata-v40 )
64
+ [ ![ Examples] ( https://img.shields.io/badge/example-code-2B91AF )] ( ../../tree/main/examples/AspNet/OData )
78
65
79
- [ ![ NuGet Package] ( https://img.shields.io/nuget/v/Asp.Versioning.WebApi.OData.ApiExplorer.svg )] ( https://www.nuget.org/packages/Asp.Versioning.WebApi.OData.ApiExplorer )
80
- [ ![ NuGet Downloads] ( https://img.shields.io/nuget/dt/Asp.Versioning.WebApi.OData.ApiExplorer.svg?color=green )] ( https://www.nuget.org/packages/Asp.Versioning.WebApi.OData.ApiExplorer )
81
- [ ![ Quick Start] ( https://img.shields.io/badge/quick-start-9B6CD1 )] ( ../../wiki/API-Documentation#aspnet-web-api-with-odata )
82
- [ ![ Examples] ( https://img.shields.io/badge/example-code-2B91AF )] ( ../../tree/main/examples/AspNet/OData/OpenApiODataWebApiSample )
66
+ This is also the home of the ASP.NET API versioning API explorers that you can use to easily document your REST APIs with OpenAPI:
83
67
84
68
* ** ASP.NET Core Versioned API Explorer**
85
69
<div >Adds additional API explorer support to your ASP.NET Core applications</div >
@@ -97,6 +81,22 @@ This is also the home of the ASP.NET API versioning API explorers that you can u
97
81
[ ![ Quick Start] ( https://img.shields.io/badge/quick-start-9B6CD1 )] ( ../../wiki/API-Documentation#aspnet-core-with-odata )
98
82
[ ![ Examples] ( https://img.shields.io/badge/example-code-2B91AF )] ( ../../tree/main/examples/AspNetCore/OData/OpenApiODataSample )
99
83
84
+ * ** ASP.NET Web API Versioned API Explorer**
85
+ <div >Replaces the default API explorer in your Web API applications</div >
86
+
87
+ [ ![ NuGet Package] ( https://img.shields.io/nuget/v/Asp.Versioning.WebApi.ApiExplorer.svg )] ( https://www.nuget.org/packages/Asp.Versioning.WebApi.ApiExplorer )
88
+ [ ![ NuGet Downloads] ( https://img.shields.io/nuget/dt/Asp.Versioning.WebApi.ApiExplorer.svg?color=green )] ( https://www.nuget.org/packages/Asp.Versioning.WebApi.ApiExplorer )
89
+ [ ![ Quick Start] ( https://img.shields.io/badge/quick-start-9B6CD1 )] ( ../../wiki/API-Documentation#aspnet-web-api )
90
+ [ ![ Examples] ( https://img.shields.io/badge/example-code-2B91AF )] ( ../../tree/main/examples/AspNet/WebApi/OpenApiWebApiSample )
91
+
92
+ * ** ASP.NET Web API with OData API Explorer**
93
+ <div >Adds an API explorer to your Web API applications using OData v4.0</div >
94
+
95
+ [ ![ NuGet Package] ( https://img.shields.io/nuget/v/Asp.Versioning.WebApi.OData.ApiExplorer.svg )] ( https://www.nuget.org/packages/Asp.Versioning.WebApi.OData.ApiExplorer )
96
+ [ ![ NuGet Downloads] ( https://img.shields.io/nuget/dt/Asp.Versioning.WebApi.OData.ApiExplorer.svg?color=green )] ( https://www.nuget.org/packages/Asp.Versioning.WebApi.OData.ApiExplorer )
97
+ [ ![ Quick Start] ( https://img.shields.io/badge/quick-start-9B6CD1 )] ( ../../wiki/API-Documentation#aspnet-web-api-with-odata )
98
+ [ ![ Examples] ( https://img.shields.io/badge/example-code-2B91AF )] ( ../../tree/main/examples/AspNet/OData/OpenApiODataWebApiSample )
99
+
100
100
The client-side libraries make it simple to create API version-aware HTTP clients.
101
101
102
102
* ** HTTP Client API Versioning Extensions**
0 commit comments