Skip to content

Commit 032a923

Browse files
committed
chore: bumps preview version
Signed-off-by: Vincent Biret <[email protected]>
1 parent b3e1552 commit 032a923

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<TargetFrameworks>net8.0</TargetFrameworks>
1616
<PackageId>Microsoft.OpenApi.OData</PackageId>
1717
<SignAssembly>true</SignAssembly>
18-
<Version>2.0.0-preview.3</Version>
18+
<Version>2.0.0-preview.4</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>
@@ -28,6 +28,8 @@
2828
- Adds nullable to double schema conversions #581
2929
- Updates tag names for actions/functions operations #585
3030
- Creates unique operation ids for paths with composable overloaded functions #580
31+
- Further fixes for double/decimal/float schema conversions #581
32+
- Replaced integer types by number types
3133
</PackageReleaseNotes>
3234
<AssemblyName>Microsoft.OpenApi.OData.Reader</AssemblyName>
3335
<AssemblyOriginatorKeyFile>..\..\tool\Microsoft.OpenApi.OData.snk</AssemblyOriginatorKeyFile>

0 commit comments

Comments
 (0)