Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit 5c9dcb1

Browse files
committed
Bump HarmonyX to 2.5.2
1 parent 602770d commit 5c9dcb1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/UnityExplorer.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
<!-- BepInEx universal refs -->
121121
<ItemGroup Condition="'$(IsBepInEx)'=='true'">
122122
<Reference Include="0Harmony">
123-
<HintPath>packages\HarmonyX.2.4.2\lib\net35\0Harmony.dll</HintPath>
123+
<HintPath>packages\HarmonyX.2.5.2\lib\net35\0Harmony.dll</HintPath>
124124
<Private>False</Private>
125125
</Reference>
126126
</ItemGroup>
@@ -156,7 +156,7 @@
156156
<!-- Standalone refs -->
157157
<ItemGroup Condition="'$(IsStandalone)'=='true'">
158158
<Reference Include="0Harmony">
159-
<HintPath>packages\HarmonyX.2.4.2\lib\net35\0Harmony.dll</HintPath>
159+
<HintPath>packages\HarmonyX.2.5.2\lib\net35\0Harmony.dll</HintPath>
160160
<Private>False</Private>
161161
</Reference>
162162
</ItemGroup>

src/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="HarmonyX" version="2.4.2" targetFramework="net35" />
3+
<package id="HarmonyX" version="2.5.2" targetFramework="net35" />
44
<package id="ILRepack.Lib.MSBuild.Task" version="2.0.18.2" targetFramework="net35" />
55
<package id="ini-parser" version="2.5.2" targetFramework="net35" />
66
<package id="Mono.Cecil" version="0.10.4" targetFramework="net35" />

0 commit comments

Comments
 (0)