Skip to content

Commit bbc495b

Browse files
committed
- bumps version number in the csproj to release bugfix
1 parent 5a57ba2 commit bbc495b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
<TargetFrameworks>netstandard2.0</TargetFrameworks>
1616
<PackageId>Microsoft.OpenApi.OData</PackageId>
1717
<SignAssembly>true</SignAssembly>
18-
<Version>1.0.10-preview1</Version>
18+
<Version>1.0.10-preview2</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>
2424
- Adds path items for properties of complex type. #176, #15
25-
- Describes errors on error response codes instead of default. #172, #165
25+
- Describes errors on error response codes instead of default. #172, #165, #189
2626
- Fixes a bug where reference objects are not created correctly. #171
2727
- Adds support for enum values descriptions. #164
2828
- Declares path parameters on path item instead of operation. #159

0 commit comments

Comments
 (0)