Skip to content
Merged
Changes from all commits
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,7 +15,7 @@
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<PackageId>Microsoft.OpenApi.OData</PackageId>
<SignAssembly>true</SignAssembly>
<Version>1.0.10-preview2</Version>
<Version>1.0.10-preview3</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>
Expand All @@ -32,6 +32,7 @@
- Fixes description of operations of primitive types. #126
- Adds support for OData cast segments in path items generation. #123
- Fixes the response descriptions for functions that return a collection. #122
- Fixes structured and collection-valued parameters of functions. #203
- Adds support for discriminator property in inheritance. #118
- Sets deprecated for operations that are generated from deprecated types/singletons/entitysets/properties in the model. #113
- Aligns target version to netframework2.0. #139
Expand Down