Skip to content

Commit

Permalink
Merge pull request #2086 from microsoft/chore/releaseHidi
Browse files Browse the repository at this point in the history
chore: Releases Hidi with respect to 1.X
  • Loading branch information
andrueastman authored Jan 23, 2025
2 parents e072790 + 7d561d0 commit 00abbd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.20</Version>
<Version>1.4.21</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 @@ -41,7 +41,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.2" />
<PackageReference Include="Microsoft.OpenApi.OData" Version="1.7.3" />
<!-- 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" />
Expand Down

0 comments on commit 00abbd5

Please sign in to comment.