Skip to content

Commit 0cd68c8

Browse files
authored
Updates release notes for v1.1.0 (#276)
* Add release notes for v1.1.0 * Update release note
1 parent 4c9150a commit 0cd68c8

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

src/Microsoft.OpenApi.OData.Reader/Microsoft.OpenAPI.OData.Reader.csproj

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,23 @@
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
34+
- Add x-ms-navigationProperty extension to navigation properties #278
2735
</PackageReleaseNotes>
2836
<AssemblyName>Microsoft.OpenApi.OData.Reader</AssemblyName>
2937
<AssemblyOriginatorKeyFile>..\..\tool\Microsoft.OpenApi.OData.snk</AssemblyOriginatorKeyFile>

0 commit comments

Comments
 (0)