File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/Microsoft.OpenApi.OData.Reader Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 15
15
<TargetFrameworks >netstandard2.0</TargetFrameworks >
16
16
<PackageId >Microsoft.OpenApi.OData</PackageId >
17
17
<SignAssembly >true</SignAssembly >
18
- <Version >1.0.10-preview2 </Version >
18
+ <Version >1.0.10-preview3 </Version >
19
19
<Description >This package contains the codes you need to convert OData CSDL to Open API Document of Model.</Description >
20
20
<Copyright >© Microsoft Corporation. All rights reserved.</Copyright >
21
21
<PackageTags >Microsoft OpenApi OData EDM</PackageTags >
32
32
- Fixes description of operations of primitive types. #126
33
33
- Adds support for OData cast segments in path items generation. #123
34
34
- Fixes the response descriptions for functions that return a collection. #122
35
+ - Fixes structured and collection-valued parameters of functions. #203
35
36
- Adds support for discriminator property in inheritance. #118
36
37
- Sets deprecated for operations that are generated from deprecated types/singletons/entitysets/properties in the model. #113
37
38
- Aligns target version to netframework2.0. #139
You can’t perform that action at this time.
0 commit comments