Skip to content

Commit

Permalink
Switched to Il2CppInterop 1.4.6-ci.493
Browse files Browse the repository at this point in the history
  • Loading branch information
HerpDerpinstine committed Sep 12, 2024
1 parent 679d468 commit c75f977
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<ItemGroup>
<ProjectReference Include="..\..\MelonLoader\MelonLoader.csproj" Private="false" />
<PackageReference Include="Iced" Version="1.21.0" ExcludeAssets="Runtime" />
<PackageReference Include="ds5678.Il2CppInterop.Generator" Version="1.5.4" ExcludeAssets="Runtime" />
<PackageReference Include="ds5678.Il2CppInterop.Common" Version="1.5.4" ExcludeAssets="Runtime" />
<PackageReference Include="ds5678.Il2CppInterop.Runtime" Version="1.5.4" ExcludeAssets="Runtime" />
<PackageReference Include="Il2CppInterop.Generator" Version="1.4.6-ci.493" ExcludeAssets="Runtime" />
<PackageReference Include="Il2CppInterop.Common" Version="1.4.6-ci.493" ExcludeAssets="Runtime" />
<PackageReference Include="Il2CppInterop.Runtime" Version="1.4.6-ci.493" ExcludeAssets="Runtime" />
<PackageReference Include="Mono.Cecil" Version="0.11.5" ExcludeAssets="Runtime" />
<PackageReference Include="AssetRipper.VersionUtilities" Version="1.5.0" ExcludeAssets="Runtime" />
</ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions Dependencies/SupportModules/Il2Cpp/Il2Cpp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
<PackageReference Include="HarmonyX" Version="2.10.2" ExcludeAssets="Runtime" />
<PackageReference Include="AssetRipper.VersionUtilities" Version="1.5.0" ExcludeAssets="Runtime" />
<PackageReference Include="Iced" Version="1.21.0" ExcludeAssets="Runtime" />
<PackageReference Include="ds5678.Il2CppInterop.Common" Version="1.5.4" ExcludeAssets="Runtime" />
<PackageReference Include="ds5678.Il2CppInterop.Runtime" Version="1.5.4" ExcludeAssets="Runtime" />
<PackageReference Include="ds5678.Il2CppInterop.HarmonySupport" Version="1.5.4" ExcludeAssets="Runtime" />
<PackageReference Include="Il2CppInterop.Common" Version="1.4.6-ci.493" ExcludeAssets="Runtime" />
<PackageReference Include="Il2CppInterop.Runtime" Version="1.4.6-ci.493" ExcludeAssets="Runtime" />
<PackageReference Include="Il2CppInterop.HarmonySupport" Version="1.4.6-ci.493" ExcludeAssets="Runtime" />
<PackageReference Include="Mono.Cecil" Version="0.11.5" ExcludeAssets="Runtime" />
<PackageReference Include="MonoMod.RuntimeDetour" Version="22.7.31.1" ExcludeAssets="Runtime" />
<PackageReference Include="MonoMod.Utils" Version="22.7.31.1" ExcludeAssets="Runtime" />
Expand Down
2 changes: 1 addition & 1 deletion MelonLoader/Fixes/Il2CppInteropFixes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
namespace MelonLoader.Fixes
{
// fixes: https://github.com/BepInEx/Il2CppInterop/pull/103
// fixes: https://github.com/BepInEx/Il2CppInterop/pull/134
// fixes: https://github.com/BepInEx/Il2CppInterop/issues/135
// reverts: https://github.com/BepInEx/Il2CppInterop/commit/18e58ef5db42a71d6012ab0387b107a4132101eb
// fixes the rest of: https://github.com/BepInEx/Il2CppInterop/pull/134
internal unsafe static class Il2CppInteropFixes
{
private static Dictionary<RewriteGlobalContext, Dictionary<string, AssemblyRewriteContext>> _assemblyLookup = new();
Expand Down
8 changes: 4 additions & 4 deletions MelonLoader/MelonLoader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
<PackageReference Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.3.0" />
<PackageReference Include="Iced" Version="1.21.0" />
<PackageReference Include="Mono.Cecil" Version="0.11.5" />
<PackageReference Include="ds5678.Il2CppInterop.Common" Version="1.5.4" />
<PackageReference Include="ds5678.Il2CppInterop.Runtime" Version="1.5.4" />
<PackageReference Include="ds5678.Il2CppInterop.Generator" Version="1.5.4" />
<PackageReference Include="ds5678.Il2CppInterop.HarmonySupport" Version="1.5.4" />
<PackageReference Include="Il2CppInterop.Common" Version="1.4.6-ci.493" />
<PackageReference Include="Il2CppInterop.Runtime" Version="1.4.6-ci.493" />
<PackageReference Include="Il2CppInterop.Generator" Version="1.4.6-ci.493" />
<PackageReference Include="Il2CppInterop.HarmonySupport" Version="1.4.6-ci.493" />
<PackageReference Include="System.Security.Permissions" Version="8.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
Expand Down

0 comments on commit c75f977

Please sign in to comment.