Skip to content

Commit

Permalink
bump version and release hidi
Browse files Browse the repository at this point in the history
  • Loading branch information
andrueastman committed Jan 16, 2025
1 parent 8aab089 commit 9ef40be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 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.18</Version>
<Version>1.4.19</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 All @@ -33,15 +33,15 @@
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0" />
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.11.20">
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.12.19">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
<!-- 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" />
<PackageReference Include="Microsoft.OpenApi.OData" Version="1.7.1" />
<!-- 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 9ef40be

Please sign in to comment.