Skip to content

Commit 4e00050

Browse files
irvinesundaybaywet
andauthored
Bumps preview version and update release note (#204)
* Bump preview version and update release note * Update src/Microsoft.OpenApi.OData.Reader/Microsoft.OpenAPI.OData.Reader.csproj Co-authored-by: Vincent Biret <[email protected]>
1 parent 7bf4eaf commit 4e00050

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.10-preview2</Version>
18+
<Version>1.0.10-preview3</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>
@@ -32,6 +32,7 @@
3232
- Fixes description of operations of primitive types. #126
3333
- Adds support for OData cast segments in path items generation. #123
3434
- Fixes the response descriptions for functions that return a collection. #122
35+
- Fixes structured and collection-valued parameters of functions. #203
3536
- Adds support for discriminator property in inheritance. #118
3637
- Sets deprecated for operations that are generated from deprecated types/singletons/entitysets/properties in the model. #113
3738
- Aligns target version to netframework2.0. #139

0 commit comments

Comments
 (0)