77| :mega : Check out the [ announcement] ( ../../discussions/807 ) regarding upcoming changes |
88| -|
99
10- <style >
11- div .bullet {
12- margin :-8px 0px 8px 0px
13- }
14- </style >
1510<img align =" right " width =" 100px " src =" logo.svg " />
1611
1712The _ "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
2924The supported flavors of ASP.NET are:
3025
3126* ** 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 >
3328
3429 [ ![ NuGet Package] ( https://img.shields.io/nuget/v/Asp.Versioning.WebApi.svg )] ( https://www.nuget.org/packages/Asp.Versioning.WebApi )
3530 [ ![ NuGet Downloads] ( https://img.shields.io/nuget/dt/Asp.Versioning.WebApi.svg?color=green )] ( https://www.nuget.org/packages/Asp.Versioning.WebApi )
3631 [ ![ Quick Start] ( https://img.shields.io/badge/quick-start-9B6CD1 )] ( ../../wiki/New-Services-Quick-Start#aspnet-web-api )
3732 [ ![ Examples] ( https://img.shields.io/badge/example-code-2B91AF )] ( ../../tree/main/examples/AspNet/WebApi )
3833
3934* ** 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 >
4136
4237 [ ![ NuGet Package] ( https://img.shields.io/nuget/v/Asp.Versioning.WebApi.OData.svg )] ( https://www.nuget.org/packages/Asp.Versioning.WebApi.OData )
4338 [ ![ NuGet Downloads] ( https://img.shields.io/nuget/dt/Asp.Versioning.WebApi.OData.svg?color=green )] ( https://www.nuget.org/packages/Asp.Versioning.WebApi.OData )
4439 [ ![ Quick Start] ( https://img.shields.io/badge/quick-start-9B6CD1 )] ( ../../wiki/New-Services-Quick-Start#aspnet-web-api-with-odata-v40 )
4540 [ ![ Examples] ( https://img.shields.io/badge/example-code-2B91AF )] ( ../../tree/main/examples/AspNet/OData )
4641
4742* ** 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 >
4944
5045 [ ![ NuGet Package] ( https://img.shields.io/nuget/v/Asp.Versioning.Http.Versioning.svg )] ( https://www.nuget.org/packages/Asp.Versioning.Http.Versioning )
5146 [ ![ NuGet Downloads] ( https://img.shields.io/nuget/dt/Asp.Versioning.Http.svg?color=green )] ( https://www.nuget.org/packages/Asp.Versioning.Http.Versioning )
5247 [ ![ Quick Start] ( https://img.shields.io/badge/quick-start-9B6CD1 )] ( ../../wiki/New-Services-Quick-Start#aspnet-core )
5348 [ ![ Examples] ( https://img.shields.io/badge/example-code-2B91AF )] ( ../../tree/main/examples/AspNetCore/WebApi )
5449
5550* ** 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 >
5752
5853 [ ![ NuGet Package] ( https://img.shields.io/nuget/v/Asp.Versioning.Mvc.svg )] ( https://www.nuget.org/packages/Asp.Versioning.Mvc )
5954 [ ![ NuGet Downloads] ( https://img.shields.io/nuget/dt/Asp.Versioning.Mvc.svg?color=green )] ( https://www.nuget.org/packages/Asp.Versioning.Mvc )
6055 [ ![ Quick Start] ( https://img.shields.io/badge/quick-start-9B6CD1 )] ( ../../wiki/New-Services-Quick-Start#aspnet-core )
6156 [ ![ Examples] ( https://img.shields.io/badge/example-code-2B91AF )] ( ../../tree/main/examples/AspNetCore/WebApi )
6257
6358* ** 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 >
6560
6661 [ ![ NuGet Package] ( https://img.shields.io/nuget/v/Asp.Versioning.OData.svg )] ( https://www.nuget.org/packages/Asp.Versioning.OData )
6762 [ ![ 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:
7166This is also the home of the ASP.NET API versioning API explorers that you can use to easily document your REST APIs with OpenAPI:
7267
7368* ** 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 >
7570
7671 [ ![ NuGet Package] ( https://img.shields.io/nuget/v/Asp.Versioning.WebApi.ApiExplorer.svg )] ( https://www.nuget.org/packages/Asp.Versioning.WebApi.ApiExplorer )
7772 [ ![ NuGet Downloads] ( https://img.shields.io/nuget/dt/Asp.Versioning.WebApi.ApiExplorer.svg?color=green )] ( https://www.nuget.org/packages/Asp.Versioning.WebApi.ApiExplorer )
7873 [ ![ Quick Start] ( https://img.shields.io/badge/quick-start-9B6CD1 )] ( ../../wiki/API-Documentation#aspnet-web-api )
7974 [ ![ Examples] ( https://img.shields.io/badge/example-code-2B91AF )] ( ../../tree/main/examples/AspNet/WebApi/OpenApiWebApiSample )
8075
8176* ** 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 >
8378
8479 [ ![ NuGet Package] ( https://img.shields.io/nuget/v/Asp.Versioning.WebApi.OData.ApiExplorer.svg )] ( https://www.nuget.org/packages/Asp.Versioning.WebApi.OData.ApiExplorer )
8580 [ ![ 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 )
8681 [ ![ Quick Start] ( https://img.shields.io/badge/quick-start-9B6CD1 )] ( ../../wiki/API-Documentation#aspnet-web-api-with-odata )
8782 [ ![ Examples] ( https://img.shields.io/badge/example-code-2B91AF )] ( ../../tree/main/examples/AspNet/OData/OpenApiODataWebApiSample )
8883
8984* ** 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 >
9186
9287 [ ![ NuGet Package] ( https://img.shields.io/nuget/v/Asp.Versioning.Mvc.ApiExplorer.svg )] ( https://www.nuget.org/packages/Asp.Versioning.Mvc.ApiExplorer )
9388 [ ![ NuGet Downloads] ( https://img.shields.io/nuget/dt/Asp.Versioning.Mvc.ApiExplorer.svg?color=green )] ( https://www.nuget.org/packages/Asp.Versioning.Mvc.ApiExplorer )
9489 [ ![ Quick Start] ( https://img.shields.io/badge/quick-start-9B6CD1 )] ( ../../wiki/API-Documentation#aspnet-core )
9590 [ ![ Examples] ( https://img.shields.io/badge/example-code-2B91AF )] ( ../../tree/main/examples/AspNetCore/WebApi/OpenApiSample )
9691
9792* ** 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 >
9994
10095 [ ![ NuGet Package] ( https://img.shields.io/nuget/v/Asp.Versioning.OData.ApiExplorer.svg )] ( https://www.nuget.org/packages/Asp.Versioning.OData.ApiExplorer )
10196 [ ![ 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
105100The client-side libraries make it simple to create API version-aware HTTP clients.
106101
107102* ** 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 >
109104
110105 [ ![ NuGet Package] ( https://img.shields.io/nuget/v/Asp.Versioning.Http.Client.svg )] ( https://www.nuget.org/packages/Asp.Versioning.Http.Client )
111106 [ ![ 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)
136131----
137132> If you are an existing user, please makes sure you review the [ release notes] ( ../../releases ) between all major and minor package releases.
138133
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