Skip to content

Commit 82077ec

Browse files
authored
Bump Il2CppInterop & Dobby (#669)
1 parent 06a7278 commit 82077ec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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.6-ci.367"/>
19-
<PackageReference Include="Il2CppInterop.HarmonySupport" Version="1.4.6-ci.367"/>
18+
<PackageReference Include="Il2CppInterop.Generator" Version="1.4.6-ci.389"/>
19+
<PackageReference Include="Il2CppInterop.HarmonySupport" Version="1.4.6-ci.389"/>
2020
<PackageReference Include="Il2CppInterop.ReferenceLibs" Version="1.0.0" IncludeAssets="compile" PrivateAssets="all"/>
21-
<PackageReference Include="Il2CppInterop.Runtime" Version="1.4.6-ci.367"/>
21+
<PackageReference Include="Il2CppInterop.Runtime" Version="1.4.6-ci.389"/>
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"/>

build/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public enum ProjectBuildType
3434

3535
public const string DoorstopVersion = "4.0.0";
3636
public const string DotnetRuntimeVersion = "6.0.7";
37-
public const string DobbyVersion = "1.0.4";
37+
public const string DobbyVersion = "1.0.5";
3838

3939
public const string DotnetRuntimeZipUrl =
4040
$"https://github.com/BepInEx/dotnet-runtime/releases/download/{DotnetRuntimeVersion}/mini-coreclr-Release.zip";

0 commit comments

Comments
 (0)