|
15 | 15 | <TargetFrameworks>netstandard2.0</TargetFrameworks> |
16 | 16 | <PackageId>Microsoft.OpenApi.OData</PackageId> |
17 | 17 | <SignAssembly>true</SignAssembly> |
18 | | - <Version>1.1.0</Version> |
| 18 | + <Version>1.2.0-preview1</Version> |
19 | 19 | <Description>This package contains the codes you need to convert OData CSDL to Open API Document of Model.</Description> |
20 | 20 | <Copyright>© Microsoft Corporation. All rights reserved.</Copyright> |
21 | 21 | <PackageTags>Microsoft OpenApi OData EDM</PackageTags> |
22 | 22 | <RepositoryUrl>https://github.com/Microsoft/OpenAPI.NET.OData</RepositoryUrl> |
23 | 23 | <PackageReleaseNotes> |
24 | | -- Fixes response schemas of actions and functions that return a collection to contain the nextLink property #231 |
25 | | -- Uses Computed annotation in the CSDL to declare property as ReadOnly #254 |
26 | | -- 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 |
34 | | -- Add x-ms-navigationProperty extension to navigation properties #278 |
| 24 | +- Use convert setting to toggle between referencing @odata.count and @odata.nextLink #282 |
35 | 25 | </PackageReleaseNotes> |
36 | 26 | <AssemblyName>Microsoft.OpenApi.OData.Reader</AssemblyName> |
37 | 27 | <AssemblyOriginatorKeyFile>..\..\tool\Microsoft.OpenApi.OData.snk</AssemblyOriginatorKeyFile> |
|
0 commit comments