|
15 | 15 | <TargetFrameworks>netstandard2.0</TargetFrameworks>
|
16 | 16 | <PackageId>Microsoft.OpenApi.OData</PackageId>
|
17 | 17 | <SignAssembly>true</SignAssembly>
|
18 |
| - <Version>1.1.0-preview1</Version> |
| 18 | + <Version>1.1.0</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 | 24 | - 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 |
26 | 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 |
27 | 35 | </PackageReleaseNotes>
|
28 | 36 | <AssemblyName>Microsoft.OpenApi.OData.Reader</AssemblyName>
|
29 | 37 | <AssemblyOriginatorKeyFile>..\..\tool\Microsoft.OpenApi.OData.snk</AssemblyOriginatorKeyFile>
|
|
0 commit comments