File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
src/Microsoft.OpenApi.OData.Reader Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 1515 <TargetFrameworks >netstandard2.0</TargetFrameworks >
1616 <PackageId >Microsoft.OpenApi.OData</PackageId >
1717 <SignAssembly >true</SignAssembly >
18- <Version >1.1.0-preview1 </Version >
18+ <Version >1.1.0</Version >
1919 <Description >This package contains the codes you need to convert OData CSDL to Open API Document of Model.</Description >
2020 <Copyright >© Microsoft Corporation. All rights reserved.</Copyright >
2121 <PackageTags >Microsoft OpenApi OData EDM</PackageTags >
2222 <RepositoryUrl >https://github.com/Microsoft/OpenAPI.NET.OData</RepositoryUrl >
2323 <PackageReleaseNotes >
2424- Fixes response schemas of actions and functions that return a collection to contain the nextLink property #231
25- - Use Computed annotation in the CSDL to declare property as ReadOnly #254
25+ - Uses Computed annotation in the CSDL to declare property as ReadOnly #254
2626- Fixes duplicated actions/functions request body/response schemas #241
27+ - Adds documentation links from Links annotations in CSDL to OpenAPI Operations #230
28+ - Sets explode property to false and the style property to form for OData query options #274
29+ - Aliases optional parameters of OData functions #259
30+ - Adds @odata.count parameter to collection responses #196
31+ - Appends OData query parameters to functions #251 #252
32+ - Replaces instances of anyOf to oneOf #245
33+ - Retrieves RestrictedProperties annotations annotated directly on navigations properties #249
2734 </PackageReleaseNotes >
2835 <AssemblyName >Microsoft.OpenApi.OData.Reader</AssemblyName >
2936 <AssemblyOriginatorKeyFile >..\..\tool\Microsoft.OpenApi.OData.snk</AssemblyOriginatorKeyFile >
You can’t perform that action at this time.
0 commit comments