Skip to content

Commit

Permalink
Reverted AsmResolver to 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
HerpDerpinstine committed Jul 16, 2024
1 parent 5fd26e2 commit b209310
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
5. Reverted Il2CppInterop to 1.4.5
6. Fixed an accidental regression with LemonSHA256
7. Implemented several fixes for Il2CppInterop related issues.
8. Updated AsmResolver to 6.0.0-beta.1
8. Updated AsmResolver to 5.5.1
9. Updated AssetRipper.VersionUtilities to 1.5.0
10. Updated AssetsTools.NET to 3.0.0
11. Fixed an issue with Preload module not replacing Mono libraries on Older Mono Games
Expand Down
2 changes: 1 addition & 1 deletion MelonLoader/MelonLoader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<PackageReference Include="MonoMod.RuntimeDetour.HookGen" Version="22.7.31.1" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net6'">
<PackageReference Include="AsmResolver.DotNet" Version="6.0.0-beta.1" />
<PackageReference Include="AsmResolver.DotNet" Version="5.5.1" />
<PackageReference Include="Microsoft.Diagnostics.Runtime" Version="3.1.512801" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.0" />
<PackageReference Include="System.Drawing.Common" Version="8.0.7" />
Expand Down

0 comments on commit b209310

Please sign in to comment.