Skip to content

Commit

Permalink
Bump HarmonyX version
Browse files Browse the repository at this point in the history
  • Loading branch information
ghorsington committed Jul 30, 2020
1 parent 4e37244 commit dae8295
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BepInEx.Harmony/BepInEx.Harmony.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="0Harmony, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>$(SolutionDir)\packages\HarmonyX.2.0.4\lib\net35\0Harmony.dll</HintPath>
<HintPath>$(SolutionDir)\packages\HarmonyX.2.0.6\lib\net35\0Harmony.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Mono.Cecil, Version=0.10.4.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e">
Expand Down
2 changes: 1 addition & 1 deletion BepInEx.Harmony/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="HarmonyX" version="2.0.4" targetFramework="net35" />
<package id="HarmonyX" version="2.0.6" targetFramework="net35" />
<package id="Mono.Cecil" version="0.10.4" targetFramework="net35" />
<package id="MonoMod.RuntimeDetour" version="20.5.21.5" targetFramework="net35" />
<package id="MonoMod.Utils" version="20.5.21.5" targetFramework="net35" />
Expand Down

0 comments on commit dae8295

Please sign in to comment.