Skip to content

Commit 6b500b3

Browse files
authored
Merge pull request #561 from Kasuromi/master
Bump Il2CppInterop to v1.4.4
2 parents c8aedd5 + de2d03e commit 6b500b3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ A more comprehensive comparison list of features and compatibility is available
6565
#### IL2CPP libraries
6666

6767
- [SamboyCoding/Cpp2IL](https://github.com/SamboyCoding/Cpp2IL) - v2022.0.7.2
68-
- [BepInEx/Il2CppInterop](https://github.com/BepInEx/Il2CppInterop) - v1.4.1
68+
- [BepInEx/Il2CppInterop](https://github.com/BepInEx/Il2CppInterop) - v1.4.4
6969
- [BepInEx/dotnet-runtime](https://github.com/BepInEx/dotnet-runtime) - v6.0.7
7070

7171
## License

Runtimes/Unity/BepInEx.Unity.IL2CPP/BepInEx.Unity.IL2CPP.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<ItemGroup>
1616
<PackageReference Include="HarmonyX" Version="2.10.1"/>
1717
<PackageReference Include="Iced" Version="1.18.0"/>
18-
<PackageReference Include="Il2CppInterop.Generator" Version="1.4.1"/>
19-
<PackageReference Include="Il2CppInterop.HarmonySupport" Version="1.4.1"/>
18+
<PackageReference Include="Il2CppInterop.Generator" Version="1.4.4"/>
19+
<PackageReference Include="Il2CppInterop.HarmonySupport" Version="1.4.4"/>
2020
<PackageReference Include="Il2CppInterop.ReferenceLibs" Version="1.0.0" IncludeAssets="compile" PrivateAssets="all"/>
21-
<PackageReference Include="Il2CppInterop.Runtime" Version="1.4.1"/>
21+
<PackageReference Include="Il2CppInterop.Runtime" Version="1.4.4"/>
2222
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" IncludeAssets="compile" PrivateAssets="all"/>
2323
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.1" IncludeAssets="compile" PrivateAssets="all"/>
2424
<PackageReference Include="MonoMod.RuntimeDetour" Version="22.5.1.1"/>

0 commit comments

Comments
 (0)