Skip to content

Commit 7010c76

Browse files
Add release notes
1 parent 9581206 commit 7010c76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<TargetFrameworks>netstandard2.0</TargetFrameworks>
1616
<PackageId>Microsoft.OpenApi.OData</PackageId>
1717
<SignAssembly>true</SignAssembly>
18-
<Version>1.0.11-preview5</Version>
18+
<Version>1.0.11</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>
@@ -30,6 +30,7 @@
3030
- Adds discriminator object to complex types which have derived types #233
3131
- Adds @odata.type property and makes this a required property in schemas that have discriminator objects #243
3232
- Represent nullable references within anyOf correctly #190
33+
- Fixes response schemas of actions and functions that return a collection to contain the nextLink property #231
3334
</PackageReleaseNotes>
3435
<AssemblyName>Microsoft.OpenApi.OData.Reader</AssemblyName>
3536
<AssemblyOriginatorKeyFile>..\..\tool\Microsoft.OpenApi.OData.snk</AssemblyOriginatorKeyFile>

0 commit comments

Comments
 (0)