Skip to content

Commit

Permalink
Bump Il2CppInterop
Browse files Browse the repository at this point in the history
  • Loading branch information
js6pak committed Oct 21, 2022
1 parent 40bf261 commit 582f4d0
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.2.0
- [BepInEx/Il2CppInterop](https://github.com/BepInEx/Il2CppInterop) - v1.3.0
- [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.0"/>
<PackageReference Include="Iced" Version="1.17.0"/>
<PackageReference Include="Il2CppInterop.Generator" Version="1.2.0"/>
<PackageReference Include="Il2CppInterop.HarmonySupport" Version="1.2.0"/>
<PackageReference Include="Il2CppInterop.Generator" Version="1.3.0"/>
<PackageReference Include="Il2CppInterop.HarmonySupport" Version="1.3.0"/>
<PackageReference Include="Il2CppInterop.ReferenceLibs" Version="1.0.0" IncludeAssets="compile" PrivateAssets="all"/>
<PackageReference Include="Il2CppInterop.Runtime" Version="1.2.0"/>
<PackageReference Include="Il2CppInterop.Runtime" Version="1.3.0"/>
<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 582f4d0

Please sign in to comment.