Skip to content

Commit

Permalink
Update dependency ILRepack to v2.0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 10, 2024
1 parent 8e6fbeb commit fe5628b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.32" />
<PackageReference Include="ILRepack" Version="2.0.33" />
<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.32" />
<PackageReference Include="ILRepack" Version="2.0.33" />
<PackageReference Include="NDesk.Options.Patched" Version="0.3.2" />
<PackageReference Include="ZeroInstall.Services" Version="$(ZeroInstallVersion)" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/OneGet.Bootstrap/OneGet.Bootstrap.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<ProjectReference Include="..\Bootstrap\Bootstrap.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ILRepack" Version="2.0.32" />
<PackageReference Include="ILRepack" Version="2.0.33" />
<PackageReference Include="LinFu.DynamicProxy.OfficialRelease" Version="1.0.5" />
<PackageReference Include="NDesk.Options.Patched" Version="0.3.2" />
</ItemGroup>
Expand Down

0 comments on commit fe5628b

Please sign in to comment.