Skip to content

Commit 7925cbd

Browse files
author
Chris Martinez
authored
Update README.md
1 parent 0de3624 commit 7925cbd

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,13 @@ The supported flavors of ASP.NET are:
2424
[nuget](https://www.nuget.org/packages/Microsoft.AspNetCore.Mvc.Versioning) |
2525
[quick start](../../wiki/New-Services-Quick-Start#aspnet-core) |
2626
[samples](../../tree/master/samples/aspnetcore) )
27-
<br>Adds service API versioning to your ASP.NET Core applications
27+
<br>Adds service API versioning to your ASP.NET Core applications<br>
28+
29+
* **ASP.NET Core and OData** (
30+
[nuget](https://www.nuget.org/packages/Microsoft.AspNetCore.OData.Versioning) |
31+
[quick start](../../wiki/New-Services-Quick-Start#aspnet-core-with-odata-v40) |
32+
[samples](../../tree/master/samples/aspnetcore) )
33+
<br>Adds service API versioning to your ASP.NET Core applications using OData v4.0
2834

2935
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:
3036

@@ -44,9 +50,18 @@ This is also the home of the ASP.NET API versioning API explorers that you can u
4450
[nuget](https://www.nuget.org/packages/Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer) |
4551
[quick start](../../wiki/API-Documentation#aspnet-core) |
4652
[samples](../../tree/master/samples/aspnetcore/SwaggerSample) )
47-
<br>Adds additional API explorer support to your ASP.NET Core applications
53+
<br>Adds additional API explorer support to your ASP.NET Core applications<br>
54+
55+
* **ASP.NET Core with OData API Explorer** (
56+
[nuget](https://www.nuget.org/packages/Microsoft.AspNetCore.OData.Versioning.ApiExplorer) |
57+
[quick start](../../wiki/API-Documentation#aspnet-core-with-odata) |
58+
[samples](../../tree/master/samples/aspnetcore/SwaggerODataSample) )
59+
<br>Adds additional API explorer support to your ASP.NET Core applications using OData v4.0
4860

4961
You can additional find samples, documentation, and getting started instructions in the [wiki](../../wiki).
5062

63+
## Discussion
64+
Have a general question, suggestion, or other feedback? Join the [discussion](https://teams.microsoft.com/l/channel/19%3af8fdae88689b445bac337554b05d24da%40thread.skype/General?groupId=8ac1a7bf-c9f0-4e50-a657-dc4a357e5249&tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47) on Microsoft Teams.
65+
5166
----
5267
> 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)