Skip to content

Commit

Permalink
Merge pull request #2036 from microsoft/chore/release-hidi
Browse files Browse the repository at this point in the history
chore: releases hidi and aligns on 1.X
  • Loading branch information
baywet authored Jan 2, 2025
2 parents dfa9c8a + 6129ac8 commit 8aab089
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/Microsoft.OpenApi.Hidi/Microsoft.OpenApi.Hidi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Nullable>enable</Nullable>
<ToolCommandName>hidi</ToolCommandName>
<PackageOutputPath>./../../artifacts</PackageOutputPath>
<Version>1.4.17</Version>
<Version>1.4.18</Version>
<Description>OpenAPI.NET CLI tool for slicing OpenAPI documents</Description>
<SignAssembly>true</SignAssembly>
<!-- https://github.com/dotnet/sourcelink/blob/main/docs/README.md#embeduntrackedsources -->
Expand Down Expand Up @@ -38,8 +38,11 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
<PackageReference Include="Microsoft.OData.Edm" Version="8.2.3" />
<PackageReference Include="Microsoft.OpenApi.OData" Version="2.0.0-preview.7" />
<!-- maintaining edm on 7.X because yoko 1.X is on 7.X-->
<PackageReference Include="Microsoft.OData.Edm" Version="7.21.6" />
<!-- maintaining yoko to 1.X because 2.X uses oai.net 2.X -->
<PackageReference Include="Microsoft.OpenApi.OData" Version="1.7.0" />
<!-- maintaining api manifest to 0.5.6 because it's the last version with OAI.net 1.X-->
<PackageReference Include="Microsoft.OpenApi.ApiManifest" Version="0.5.6-preview" />
<PackageReference Include="System.CommandLine.Hosting" Version="0.4.0-alpha.22272.1" />
<!--STJ
Expand Down

0 comments on commit 8aab089

Please sign in to comment.