Skip to content

Commit

Permalink
Bump dnlib from 4.1.0 to 4.3.0
Browse files Browse the repository at this point in the history
Bumps [dnlib](https://github.com/0xd4d/dnlib) from 4.1.0 to 4.3.0.
- [Release notes](https://github.com/0xd4d/dnlib/releases)
- [Commits](0xd4d/dnlib@v4.1.0...v4.3.0)

---
updated-dependencies:
- dependency-name: dnlib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent 0d0a631 commit ed79563
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NETReactorSlayer.Core/NETReactorSlayer.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<HintPath>..\Libs\netcoreapp3.1\de4dot.blocks.dll</HintPath>
</Reference>
<ProjectReference Include="..\NETReactorSlayer.De4dot\NETReactorSlayer.De4dot.csproj" />
<PackageReference Include="dnlib" Version="4.1.0" />
<PackageReference Include="dnlib" Version="4.3.0" />
<PackageReference Include="Lib.Harmony" Version="2.2.2" />
<PackageReference Include="SharpZipLib" Version="1.4.2" />

Expand Down
2 changes: 1 addition & 1 deletion NETReactorSlayer.De4dot/NETReactorSlayer.De4dot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<Reference Include="de4dot.blocks" Condition="'$(IsDotNet)' == 'true'">
<HintPath>..\Libs\netcoreapp3.1\de4dot.blocks.dll</HintPath>
</Reference>
<PackageReference Include="dnlib" Version="4.1.0" />
<PackageReference Include="dnlib" Version="4.3.0" />

</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion NETReactorSlayer.GUI/NETReactorSlayer.GUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<PackageReference Include="dnlib" Version="4.1.0" />
<PackageReference Include="dnlib" Version="4.3.0" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Resources.Extensions" Version="5.0.0" />

Expand Down

0 comments on commit ed79563

Please sign in to comment.