Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates release notes for v1.1.0 #276

Merged
merged 2 commits into from
Sep 14, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,22 @@
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<PackageId>Microsoft.OpenApi.OData</PackageId>
<SignAssembly>true</SignAssembly>
<Version>1.1.0-preview1</Version>
<Version>1.1.0</Version>
<Description>This package contains the codes you need to convert OData CSDL to Open API Document of Model.</Description>
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
<PackageTags>Microsoft OpenApi OData EDM</PackageTags>
<RepositoryUrl>https://github.com/Microsoft/OpenAPI.NET.OData</RepositoryUrl>
<PackageReleaseNotes>
- Fixes response schemas of actions and functions that return a collection to contain the nextLink property #231
- Use Computed annotation in the CSDL to declare property as ReadOnly #254
- Uses Computed annotation in the CSDL to declare property as ReadOnly #254
- Fixes duplicated actions/functions request body/response schemas #241
- Adds documentation links from Links annotations in CSDL to OpenAPI Operations #230
- Sets explode property to false and the style property to form for OData query options #274
- Aliases optional parameters of OData functions #259
- Adds @odata.count parameter to collection responses #196
- Appends OData query parameters to functions #251 #252
- Replaces instances of anyOf to oneOf #245
- Retrieves RestrictedProperties annotations annotated directly on navigations properties #249
</PackageReleaseNotes>
<AssemblyName>Microsoft.OpenApi.OData.Reader</AssemblyName>
<AssemblyOriginatorKeyFile>..\..\tool\Microsoft.OpenApi.OData.snk</AssemblyOriginatorKeyFile>
Expand Down