Skip to content

Commit

Permalink
Bump libraries
Browse files Browse the repository at this point in the history
* Updated HarmonyX
* Updated MonoMod
* Updated Cpp2IL
  • Loading branch information
ghorsington committed Jan 11, 2022
1 parent 692fb86 commit 59c5adc
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions BepInEx.Core/BepInEx.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All"/>
<PackageReference Include="HarmonyX" Version="2.7.0"/>
<PackageReference Include="MonoMod.Utils" Version="21.12.13.1"/>
<PackageReference Include="HarmonyX" Version="2.8.0"/>
<PackageReference Include="MonoMod.Utils" Version="22.1.4.3"/>
<PackageReference Include="SemanticVersioning" Version="2.0.0"/>
</ItemGroup>
<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions BepInEx.IL2CPP/BepInEx.IL2CPP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="BepInEx.Il2Cpp.TlsAdapter" Version="1.0.1"/>
<PackageReference Include="HarmonyX" Version="2.7.0"/>
<PackageReference Include="HarmonyX" Version="2.8.0"/>
<PackageReference Include="Iced" Version="1.15.0"/>
<PackageReference Include="Il2CppAssemblyUnhollower.BaseLib" Version="0.4.22"/>
<PackageReference Include="Il2CppAssemblyUnhollower.BaseLib.Legacy" Version="0.4.22"/>
<PackageReference Include="Il2CppAssemblyUnhollower.Tool" Version="0.4.22"/>
<PackageReference Include="Il2CppDumper" Version="6.6.4"/>
<PackageReference Include="Il2CppReferenceLibs.Core" Version="2.0.0" IncludeAssets="compile" PrivateAssets="all"/>
<PackageReference Include="MonoMod.RuntimeDetour" Version="21.12.13.1"/>
<PackageReference Include="Samboy063.Cpp2IL.Core" Version="2021.6.1"/>
<PackageReference Include="MonoMod.RuntimeDetour" Version="22.1.4.3"/>
<PackageReference Include="Samboy063.Cpp2IL.Core" Version="2022.0.0"/>
</ItemGroup>
<Import Project="..\BepInEx.Shared\BepInEx.Shared.projitems" Label="Shared"/>

Expand Down
2 changes: 1 addition & 1 deletion BepInEx.NetLauncher/BepInEx.NetLauncher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<ProjectReference Include="..\BepInEx.Preloader.Core\BepInEx.Preloader.Core.csproj" PrivateAssets="All"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="HarmonyX" Version="2.7.0"/>
<PackageReference Include="HarmonyX" Version="2.8.0"/>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All"/>
</ItemGroup>
<Import Project="..\BepInEx.Shared\BepInEx.Shared.projitems" Label="Shared"/>
Expand Down
6 changes: 3 additions & 3 deletions BepInEx.Preloader.Core/BepInEx.Preloader.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<Import Project="..\BepInEx.Shared\BepInEx.Shared.projitems" Label="Shared"/>
<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All"/>
<PackageReference Include="HarmonyX" Version="2.7.0"/>
<PackageReference Include="MonoMod.RuntimeDetour" Version="21.12.13.1"/>
<PackageReference Include="MonoMod.Utils" Version="21.12.13.1"/>
<PackageReference Include="HarmonyX" Version="2.8.0"/>
<PackageReference Include="MonoMod.RuntimeDetour" Version="22.1.4.3"/>
<PackageReference Include="MonoMod.Utils" Version="22.1.4.3"/>
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion BepInEx.Preloader.Unity/BepInEx.Preloader.Unity.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All"/>
<PackageReference Include="HarmonyX" Version="2.7.0"/>
<PackageReference Include="HarmonyX" Version="2.8.0"/>
</ItemGroup>
<Import Project="..\BepInEx.Shared\BepInEx.Shared.projitems" Label="Shared"/>
</Project>
2 changes: 1 addition & 1 deletion BepInEx.Unity/BepInEx.Unity.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All"/>
<PackageReference Include="HarmonyX" Version="2.7.0"/>
<PackageReference Include="HarmonyX" Version="2.8.0"/>
<PackageReference Include="UnityEngine" Version="5.6.1" IncludeAssets="compile"/>
</ItemGroup>
<Import Project="..\BepInEx.Shared\BepInEx.Shared.projitems" Label="Shared"/>
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ A more comprehensive comparison list of features and compatibility is available
- [NeighTools/UnityDoorstop.Unix](https://github.com/NeighTools/UnityDoorstop.Unix) -
1.5.1.0 ([06e9790](https://github.com/NeighTools/UnityDoorstop.Unix/commit/06e979008730cf89c6bcf8806f2c18c80b0a7b21))
- [BepInEx/HarmonyX](https://github.com/BepInEx/HarmonyX) -
2.7.0 ([2537257](https://github.com/BepInEx/HarmonyX/commit/253725768e59b0e1ea90105cdbcc4a0a477422c7))
2.8.0 ([04d985a](https://github.com/BepInEx/HarmonyX/commit/04d985a2e931a4b274a170ccfbb80465adda15fa))
- [0x0ade/MonoMod](https://github.com/0x0ade/MonoMod) -
v21.11.11.1 ([ede81f4](https://github.com/MonoMod/MonoMod/commit/ede81f48924d58abf05359409fad740fe2b0dfb5))
v22.1.4.3 ([1fe55bb](https://github.com/MonoMod/MonoMod/commit/1fe55bb10f5ad54b896b141c715f731719d7e48a))
- [jbevain/cecil](https://github.com/jbevain/cecil) -
0.10.4 ([98ec890](https://github.com/jbevain/cecil/commit/98ec890d44643ad88d573e97be0e120435eda732))

Expand All @@ -73,7 +73,7 @@ A more comprehensive comparison list of features and compatibility is available
- [Perfare/Il2CppDumper](https://github.com/Perfare/Il2CppDumper) - v6.6.3
fork ([112e2e8](https://github.com/BepInEx/Il2CppDumper/commit/112e2e8c369dfcb6d5718fd4ad7e3838d7ddabbf))
- [SamboyCoding/Cpp2IL](https://github.com/SamboyCoding/Cpp2IL) -
2021.6.1 ([03a18c8](https://github.com/SamboyCoding/Cpp2IL/commit/03a18c89555d6ce3e8863307928fb0237ada39e3))
2022.0.0 ([6c43346](https://github.com/SamboyCoding/Cpp2IL/commit/6c43346e95bc04bfbeb4db43b929860120d3a49b))
- [BepInEx/Il2CppAssemblyUnhollower](https://github.com/BepInEx/Il2CppAssemblyUnhollower) - v0.4.22.0 (fork of
knah/Il2CppAssemblyUnhollower)
fork ([a8b334d](https://github.com/BepInEx/Il2CppAssemblyUnhollower/commit/a8b334d3e303a31c45ef6de44ced844f83b8dcae))
Expand Down

0 comments on commit 59c5adc

Please sign in to comment.