Skip to content

Commit 99c384f

Browse files
committed
- releases hidi with discriminator fix
Signed-off-by: Vincent Biret <[email protected]>
1 parent 8eed8cb commit 99c384f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/Microsoft.OpenApi.Hidi/Microsoft.OpenApi.Hidi.csproj

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@
1515
<PackageId>Microsoft.OpenApi.Hidi</PackageId>
1616
<ToolCommandName>hidi</ToolCommandName>
1717
<PackageOutputPath>./../../artifacts</PackageOutputPath>
18-
<Version>1.0.0-preview6</Version>
18+
<Version>1.0.0-preview7</Version>
1919
<Description>OpenAPI.NET CLI tool for slicing OpenAPI documents</Description>
2020
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
2121
<PackageTags>OpenAPI .NET</PackageTags>
2222
<RepositoryUrl>https://github.com/Microsoft/OpenAPI.NET</RepositoryUrl>
2323
<PackageReleaseNotes>
24-
- Bumps up the Microsoft.OpenAPI library to v1.3.2
25-
- Bumps up the Microsoft.OData library to v7.12.0
26-
- Bumps up the Microsoft.OpenApi.OData library to v1.0.11-preview3
24+
- Bumps up the Microsoft.OpenApi.OData library to v1.0.11-preview4
2725
</PackageReleaseNotes>
2826
<AssemblyName>Microsoft.OpenApi.Hidi</AssemblyName>
2927
<RootNamespace>Microsoft.OpenApi.Hidi</RootNamespace>
@@ -47,7 +45,7 @@
4745
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="6.0.0" />
4846
<PackageReference Include="System.CommandLine" Version="2.0.0-beta3.22114.1" />
4947
<PackageReference Include="Microsoft.OData.Edm" Version="7.12.0" />
50-
<PackageReference Include="Microsoft.OpenApi.OData" Version="1.0.11-preview3" />
48+
<PackageReference Include="Microsoft.OpenApi.OData" Version="1.0.11-preview4" />
5149
</ItemGroup>
5250

5351
<ItemGroup>

0 commit comments

Comments
 (0)