Skip to content

Commit

Permalink
Update dependency ILRepack to 2.0.36
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent f9966e0 commit f1e16eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Bootstrap.WinForms/Bootstrap.WinForms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<ProjectReference Include="..\Bootstrap\Bootstrap.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ILRepack" Version="2.0.35" />
<PackageReference Include="ILRepack" Version="2.0.36" />
<PackageReference Include="NanoByte.Common.WinForms" Version="$(NanoByteCommonVersion)" />
<PackageReference Include="NDesk.Options.Patched" Version="0.3.2" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Bootstrap/Bootstrap.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<!-- Dependencies -->
<ItemGroup>
<PackageReference Include="ILRepack" Version="2.0.35" />
<PackageReference Include="ILRepack" Version="2.0.36" />
<PackageReference Include="NDesk.Options.Patched" Version="0.3.2" />
<PackageReference Include="ZeroInstall.Services" Version="$(ZeroInstallVersion)" />
</ItemGroup>
Expand Down

0 comments on commit f1e16eb

Please sign in to comment.