Skip to content

Commit

Permalink
Merge pull request #561 from Kasuromi/master
Browse files Browse the repository at this point in the history
Bump Il2CppInterop to v1.4.4
  • Loading branch information
bbepis committed Feb 25, 2023
2 parents c8aedd5 + de2d03e commit 6b500b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -65,7 +65,7 @@ A more comprehensive comparison list of features and compatibility is available
#### IL2CPP libraries

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

## License
Expand Down
Expand Up @@ -15,10 +15,10 @@
<ItemGroup>
<PackageReference Include="HarmonyX" Version="2.10.1"/>
<PackageReference Include="Iced" Version="1.18.0"/>
<PackageReference Include="Il2CppInterop.Generator" Version="1.4.1"/>
<PackageReference Include="Il2CppInterop.HarmonySupport" Version="1.4.1"/>
<PackageReference Include="Il2CppInterop.Generator" Version="1.4.4"/>
<PackageReference Include="Il2CppInterop.HarmonySupport" Version="1.4.4"/>
<PackageReference Include="Il2CppInterop.ReferenceLibs" Version="1.0.0" IncludeAssets="compile" PrivateAssets="all"/>
<PackageReference Include="Il2CppInterop.Runtime" Version="1.4.1"/>
<PackageReference Include="Il2CppInterop.Runtime" Version="1.4.4"/>
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" IncludeAssets="compile" PrivateAssets="all"/>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.1" IncludeAssets="compile" PrivateAssets="all"/>
<PackageReference Include="MonoMod.RuntimeDetour" Version="22.5.1.1"/>
Expand Down

0 comments on commit 6b500b3

Please sign in to comment.