Skip to content

Commit 46e8ad6

Browse files
authored
Merge pull request #2104 from microsoft/chore/releaseHidi1
chore: Releases Hidi with respect to 1.X
2 parents 00abbd5 + 7b03c82 commit 46e8ad6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Nullable>enable</Nullable>
1010
<ToolCommandName>hidi</ToolCommandName>
1111
<PackageOutputPath>./../../artifacts</PackageOutputPath>
12-
<Version>1.4.21</Version>
12+
<Version>1.4.22</Version>
1313
<Description>OpenAPI.NET CLI tool for slicing OpenAPI documents</Description>
1414
<SignAssembly>true</SignAssembly>
1515
<!-- https://github.com/dotnet/sourcelink/blob/main/docs/README.md#embeduntrackedsources -->
@@ -41,7 +41,7 @@
4141
<!-- maintaining edm on 7.X because yoko 1.X is on 7.X-->
4242
<PackageReference Include="Microsoft.OData.Edm" Version="7.21.6" />
4343
<!-- maintaining yoko to 1.X because 2.X uses oai.net 2.X -->
44-
<PackageReference Include="Microsoft.OpenApi.OData" Version="1.7.3" />
44+
<PackageReference Include="Microsoft.OpenApi.OData" Version="1.7.4" />
4545
<!-- maintaining api manifest to 0.5.6 because it's the last version with OAI.net 1.X-->
4646
<PackageReference Include="Microsoft.OpenApi.ApiManifest" Version="0.5.6-preview" />
4747
<PackageReference Include="System.CommandLine.Hosting" Version="0.4.0-alpha.22272.1" />

0 commit comments

Comments
 (0)