Skip to content

Commit d94d377

Browse files
Add release notes
1 parent 9581206 commit d94d377

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

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

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,13 @@
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.1.0-preview1</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>
24-
- Fixes reading restriction annotations for entity types defining navigation properties #220
25-
- Enables configuring appending bound operations on derived types #221
26-
- Add error ranges for OData actions when ErrorResponsesAsDefault is set to false #218
27-
- Fixes missing bound operations on some navigation property paths #201
28-
- Provides support for using success status code range 2XX #153
29-
- Fixes request body and response representation for ref POST and PUT operations #228
30-
- Adds discriminator object to complex types which have derived types #233
31-
- Adds @odata.type property and makes this a required property in schemas that have discriminator objects #243
32-
- Represent nullable references within anyOf correctly #190
24+
- Fixes response schemas of actions and functions that return a collection to contain the nextLink property #231
3325
</PackageReleaseNotes>
3426
<AssemblyName>Microsoft.OpenApi.OData.Reader</AssemblyName>
3527
<AssemblyOriginatorKeyFile>..\..\tool\Microsoft.OpenApi.OData.snk</AssemblyOriginatorKeyFile>

0 commit comments

Comments
 (0)