7
7
| :mega : Check out the [ announcement] ( ../../discussions/807 ) regarding upcoming changes |
8
8
| -|
9
9
10
- <style >
11
- div .bullet {
12
- margin :-8px 0px 8px 0px
13
- }
14
- </style >
15
10
<img align =" right " width =" 100px " src =" logo.svg " />
16
11
17
12
The _ "Asp"_ project, more formally known as ASP.NET API Versioning, gives you a powerful, but easy-to-use method for
@@ -29,39 +24,39 @@ versioning in the past or supported API versioning with semantics that are diffe
29
24
The supported flavors of ASP.NET are:
30
25
31
26
* ** ASP.NET Web API**
32
- <div class = " bullet " >Adds API versioning to your Web API applications</div >
27
+ <div >Adds API versioning to your Web API applications</div >
33
28
34
29
[ ![ NuGet Package] ( https://img.shields.io/nuget/v/Asp.Versioning.WebApi.svg )] ( https://www.nuget.org/packages/Asp.Versioning.WebApi )
35
30
[ ![ NuGet Downloads] ( https://img.shields.io/nuget/dt/Asp.Versioning.WebApi.svg?color=green )] ( https://www.nuget.org/packages/Asp.Versioning.WebApi )
36
31
[ ![ Quick Start] ( https://img.shields.io/badge/quick-start-9B6CD1 )] ( ../../wiki/New-Services-Quick-Start#aspnet-web-api )
37
32
[ ![ Examples] ( https://img.shields.io/badge/example-code-2B91AF )] ( ../../tree/main/examples/AspNet/WebApi )
38
33
39
34
* ** ASP.NET Web API and OData**
40
- <div class = " bullet " >Adds API versioning to your Web API applications using OData v4.0</div >
35
+ <div >Adds API versioning to your Web API applications using OData v4.0</div >
41
36
42
37
[ ![ NuGet Package] ( https://img.shields.io/nuget/v/Asp.Versioning.WebApi.OData.svg )] ( https://www.nuget.org/packages/Asp.Versioning.WebApi.OData )
43
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 )
44
39
[ ![ Quick Start] ( https://img.shields.io/badge/quick-start-9B6CD1 )] ( ../../wiki/New-Services-Quick-Start#aspnet-web-api-with-odata-v40 )
45
40
[ ![ Examples] ( https://img.shields.io/badge/example-code-2B91AF )] ( ../../tree/main/examples/AspNet/OData )
46
41
47
42
* ** ASP.NET Core**
48
- <div class = " bullet " >Adds API versioning to your ASP.NET Core <i >Minimal API</i > applications</div >
43
+ <div >Adds API versioning to your ASP.NET Core <i >Minimal API</i > applications</div >
49
44
50
45
[ ![ NuGet Package] ( https://img.shields.io/nuget/v/Asp.Versioning.Http.Versioning.svg )] ( https://www.nuget.org/packages/Asp.Versioning.Http.Versioning )
51
46
[ ![ NuGet Downloads] ( https://img.shields.io/nuget/dt/Asp.Versioning.Http.svg?color=green )] ( https://www.nuget.org/packages/Asp.Versioning.Http.Versioning )
52
47
[ ![ Quick Start] ( https://img.shields.io/badge/quick-start-9B6CD1 )] ( ../../wiki/New-Services-Quick-Start#aspnet-core )
53
48
[ ![ Examples] ( https://img.shields.io/badge/example-code-2B91AF )] ( ../../tree/main/examples/AspNetCore/WebApi )
54
49
55
50
* ** ASP.NET Core MVC**
56
- <div class = " bullet " >Adds API versioning to your ASP.NET Core MVC (Core) applications</div >
51
+ <div >Adds API versioning to your ASP.NET Core MVC (Core) applications</div >
57
52
58
53
[ ![ NuGet Package] ( https://img.shields.io/nuget/v/Asp.Versioning.Mvc.svg )] ( https://www.nuget.org/packages/Asp.Versioning.Mvc )
59
54
[ ![ NuGet Downloads] ( https://img.shields.io/nuget/dt/Asp.Versioning.Mvc.svg?color=green )] ( https://www.nuget.org/packages/Asp.Versioning.Mvc )
60
55
[ ![ Quick Start] ( https://img.shields.io/badge/quick-start-9B6CD1 )] ( ../../wiki/New-Services-Quick-Start#aspnet-core )
61
56
[ ![ Examples] ( https://img.shields.io/badge/example-code-2B91AF )] ( ../../tree/main/examples/AspNetCore/WebApi )
62
57
63
58
* ** ASP.NET Core and OData**
64
- <div class = " bullet " >Adds API versioning to your ASP.NET Core applications using OData v4.0</div >
59
+ <div >Adds API versioning to your ASP.NET Core applications using OData v4.0</div >
65
60
66
61
[ ![ NuGet Package] ( https://img.shields.io/nuget/v/Asp.Versioning.OData.svg )] ( https://www.nuget.org/packages/Asp.Versioning.OData )
67
62
[ ![ NuGet Downloads] ( https://img.shields.io/nuget/dt/Asp.Versioning.OData.svg?color=green )] ( https://www.nuget.org/packages/Asp.Versioning.OData )
@@ -71,31 +66,31 @@ The supported flavors of ASP.NET are:
71
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:
72
67
73
68
* ** ASP.NET Web API Versioned API Explorer**
74
- <div class = " bullet " >Replaces the default API explorer in your Web API applications</div >
69
+ <div >Replaces the default API explorer in your Web API applications</div >
75
70
76
71
[ ![ NuGet Package] ( https://img.shields.io/nuget/v/Asp.Versioning.WebApi.ApiExplorer.svg )] ( https://www.nuget.org/packages/Asp.Versioning.WebApi.ApiExplorer )
77
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 )
78
73
[ ![ Quick Start] ( https://img.shields.io/badge/quick-start-9B6CD1 )] ( ../../wiki/API-Documentation#aspnet-web-api )
79
74
[ ![ Examples] ( https://img.shields.io/badge/example-code-2B91AF )] ( ../../tree/main/examples/AspNet/WebApi/OpenApiWebApiSample )
80
75
81
76
* ** ASP.NET Web API with OData API Explorer**
82
- <div class = " bullet " >Adds an API explorer to your Web API applications using OData v4.0</div >
77
+ <div >Adds an API explorer to your Web API applications using OData v4.0</div >
83
78
84
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 )
85
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 )
86
81
[ ![ Quick Start] ( https://img.shields.io/badge/quick-start-9B6CD1 )] ( ../../wiki/API-Documentation#aspnet-web-api-with-odata )
87
82
[ ![ Examples] ( https://img.shields.io/badge/example-code-2B91AF )] ( ../../tree/main/examples/AspNet/OData/OpenApiODataWebApiSample )
88
83
89
84
* ** ASP.NET Core Versioned API Explorer**
90
- <div class = " bullet " >Adds additional API explorer support to your ASP.NET Core applications</div >
85
+ <div >Adds additional API explorer support to your ASP.NET Core applications</div >
91
86
92
87
[ ![ NuGet Package] ( https://img.shields.io/nuget/v/Asp.Versioning.Mvc.ApiExplorer.svg )] ( https://www.nuget.org/packages/Asp.Versioning.Mvc.ApiExplorer )
93
88
[ ![ NuGet Downloads] ( https://img.shields.io/nuget/dt/Asp.Versioning.Mvc.ApiExplorer.svg?color=green )] ( https://www.nuget.org/packages/Asp.Versioning.Mvc.ApiExplorer )
94
89
[ ![ Quick Start] ( https://img.shields.io/badge/quick-start-9B6CD1 )] ( ../../wiki/API-Documentation#aspnet-core )
95
90
[ ![ Examples] ( https://img.shields.io/badge/example-code-2B91AF )] ( ../../tree/main/examples/AspNetCore/WebApi/OpenApiSample )
96
91
97
92
* ** ASP.NET Core with OData API Explorer**
98
- <div class = " bullet " >Adds additional API explorer support to your ASP.NET Core applications using OData v4.0</div >
93
+ <div >Adds additional API explorer support to your ASP.NET Core applications using OData v4.0</div >
99
94
100
95
[ ![ NuGet Package] ( https://img.shields.io/nuget/v/Asp.Versioning.OData.ApiExplorer.svg )] ( https://www.nuget.org/packages/Asp.Versioning.OData.ApiExplorer )
101
96
[ ![ NuGet Downloads] ( https://img.shields.io/nuget/dt/Asp.Versioning.OData.ApiExplorer.svg?color=green )] ( https://www.nuget.org/packages/Asp.Versioning.OData.ApiExplorer )
@@ -105,7 +100,7 @@ This is also the home of the ASP.NET API versioning API explorers that you can u
105
100
The client-side libraries make it simple to create API version-aware HTTP clients.
106
101
107
102
* ** HTTP Client API Versioning Extensions**
108
- <div class = " bullet " >Adds API versioning support to HTTP clients</div >
103
+ <div >Adds API versioning support to HTTP clients</div >
109
104
110
105
[ ![ NuGet Package] ( https://img.shields.io/nuget/v/Asp.Versioning.Http.Client.svg )] ( https://www.nuget.org/packages/Asp.Versioning.Http.Client )
111
106
[ ![ NuGet Downloads] ( https://img.shields.io/nuget/dt/Asp.Versioning.Http.Client.svg?color=green )] ( https://www.nuget.org/packages/Asp.Versioning.Http.Client )
@@ -136,4 +131,4 @@ This project is supported by the [.NET Foundation](https://dotnetfoundation.org)
136
131
----
137
132
> If you are an existing user, please makes sure you review the [ release notes] ( ../../releases ) between all major and minor package releases.
138
133
139
- <footer style =" text-align :center ;margin-top :32px ;font-size :small " >Logo by <a href =" https://sacramento-design.com " target =" _blank " >Sacramento Design Works</a ></footer >
134
+ <div style =" text-align :center ;margin-top :32px ;font-size :small " >Logo by <a href =" https://sacramento-design.com " target =" _blank " >Sacramento Design Works</a ></div >
0 commit comments