Skip to content

Commit 5a8dbe3

Browse files
committed
Bump Il2CppAssemblyUnhollower and Cpp2IL
1 parent 4530c98 commit 5a8dbe3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

BepInEx.IL2CPP/BepInEx.IL2CPP.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
<PackageReference Include="BepInEx.Il2Cpp.TlsAdapter" Version="1.0.1"/>
2828
<PackageReference Include="HarmonyX" Version="2.5.7"/>
2929
<PackageReference Include="Iced" Version="1.15.0"/>
30-
<PackageReference Include="Il2CppAssemblyUnhollower.BaseLib" Version="0.4.19.2"/>
31-
<PackageReference Include="Il2CppAssemblyUnhollower.BaseLib.Legacy" Version="0.4.19.2"/>
32-
<PackageReference Include="Il2CppAssemblyUnhollower.Tool" Version="0.4.19.2"/>
30+
<PackageReference Include="Il2CppAssemblyUnhollower.BaseLib" Version="0.4.19.3"/>
31+
<PackageReference Include="Il2CppAssemblyUnhollower.BaseLib.Legacy" Version="0.4.19.3"/>
32+
<PackageReference Include="Il2CppAssemblyUnhollower.Tool" Version="0.4.19.3"/>
3333
<PackageReference Include="Il2CppDumper" Version="6.6.4"/>
3434
<PackageReference Include="Il2CppReferenceLibs.Core" Version="2.0.0" IncludeAssets="compile" PrivateAssets="all"/>
3535
<PackageReference Include="MonoMod.RuntimeDetour" Version="21.10.10.1"/>
36-
<PackageReference Include="Samboy063.Cpp2IL.Core" Version="2021.4.1"/>
36+
<PackageReference Include="Samboy063.Cpp2IL.Core" Version="2021.5.3"/>
3737
</ItemGroup>
3838
<Import Project="..\BepInEx.Shared\BepInEx.Shared.projitems" Label="Shared"/>
3939

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ A more comprehensive comparison list of features and compatibility is available
7070
- [Perfare/Il2CppDumper](https://github.com/Perfare/Il2CppDumper) - v6.6.3
7171
fork ([112e2e8](https://github.com/BepInEx/Il2CppDumper/commit/112e2e8c369dfcb6d5718fd4ad7e3838d7ddabbf))
7272
- [SamboyCoding/Cpp2IL](https://github.com/SamboyCoding/Cpp2IL) -
73-
2021.4.1 ([8798cc2](https://github.com/SamboyCoding/Cpp2IL/commit/8798cc238666ac2b7bee932540290834bd2c9b08))
74-
- [knah/Il2CppAssemblyUnhollower](https://github.com/knah/Il2CppAssemblyUnhollower) - v0.4.19.2
75-
fork ([17cfb3e](https://github.com/BepInEx/Il2CppAssemblyUnhollower/commit/17cfb3e059626d898f2d19d3fbffcb5509af51ce))
73+
2021.5.3 ([3cf500d](https://github.com/SamboyCoding/Cpp2IL/commit/3cf500d194943703ed594cb444e4f4303e5ee5b9))
74+
- [knah/Il2CppAssemblyUnhollower](https://github.com/knah/Il2CppAssemblyUnhollower) - v0.4.19.3
75+
fork ([6ce07a8](https://github.com/BepInEx/Il2CppAssemblyUnhollower/commit/6ce07a80a9358a56aa7d001c10b476941db6850a))
7676
- [mono/mono](https://github.com/mono/mono) - 6.12.0.93
7777
fork ([7328415](https://github.com/BepInEx/mono/commit/7328415ac575399a71f32487e97bce9d5fe7f6ca))
7878

0 commit comments

Comments
 (0)