Skip to content

Commit cc66d99

Browse files
author
Chris Martinez
committed
Update the readme
1 parent ec7ed8b commit cc66d99

File tree

1 file changed

+38
-7
lines changed

1 file changed

+38
-7
lines changed

README.md

Lines changed: 38 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,45 @@ The default API versioning configuration is compliant with the [versioning seman
88

99
The supported flavors of ASP.NET are:
1010

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
11+
* **ASP.NET Web API** (
12+
[nuget](https://www.nuget.org/packages/Microsoft.AspNet.WebApi.Versioning) |
13+
[quick start](/wiki/New-Services-Quick-Start#aspnet-web-api) |
14+
[samples](/tree/master/samples/webapi) )
15+
<br>Adds service API versioning to your Web API applications<br>
16+
17+
* **ASP.NET Web API and OData** (
18+
[nuget](https://www.nuget.org/packages/Microsoft.AspNet.OData.Versioning) |
19+
[quick start](/wiki/New-Services-Quick-Start#aspnet-web-api-with-odata-v40) |
20+
[samples](/tree/master/samples/webapi) )
21+
<br>Adds service API versioning to your Web API applications using OData v4.0<br>
22+
23+
* **ASP.NET Core** (
24+
[nuget](https://www.nuget.org/packages/Microsoft.AspNetCore.Mvc.Versioning) |
25+
[quick start](https://github.com/Microsoft/aspnet-api-versioning/wiki/New-Services-Quick-Start#aspnet-core) |
26+
[samples](/tree/master/samples/aspnetcore) )
27+
<br>Adds service API versioning to your ASP.NET Core applications
1428

1529
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:
1630

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
31+
* **ASP.NET Web API Versioned API Explorer** (
32+
[nuget](https://www.nuget.org/packages/Microsoft.AspNet.WebApi.Versioning.ApiExplorer) |
33+
[quick start](/wiki/API-Documentation#aspnet-web-api) |
34+
[samples](/tree/master/samples/webapi/SwaggerWebApiSample) )
35+
<br> Replaces the default API explorer in your Web API applications<br>
2036

21-
You can find samples, documentation, and getting started instructions in the [wiki](https://github.com/Microsoft/aspnet-api-versioning/wiki).
37+
* **ASP.NET Web API with OData API Explorer** (
38+
[nuget](https://www.nuget.org/packages/Microsoft.AspNet.OData.Versioning.ApiExplorer) |
39+
[quick start](/wiki/API-Documentation#aspnet-web-api-with-odata) |
40+
[samples](/tree/master/samples/webapi/SwaggerODataWebApiSample) )
41+
<br>Adds an API explorer to your Web API applications using OData v4.0<br>
42+
43+
* **ASP.NET Core Versioned API Explorer** (
44+
[nuget](https://www.nuget.org/packages/Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer) |
45+
[quick start](/wiki/API-Documentation#aspnet-core) |
46+
[samples](/tree/master/samples/aspnetcore/SwaggerSample) )
47+
<br>Adds additional API explorer support to your ASP.NET Core applications
48+
49+
You can additional find samples, documentation, and getting started instructions in the [wiki](/wiki).
50+
51+
----
52+
> If you are an existing user, please makes sure you review the [release notes](/releases) between all major and minor package releases.

0 commit comments

Comments
 (0)