소스 검색

Bump HarmonyX to 2.0.3

ghorsington 4 년 전
부모
커밋
7628f7c101
4개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      BepInEx.Preloader/BepInEx.Preloader.csproj
  2. 1 1
      BepInEx.Preloader/packages.config
  3. 1 1
      BepInEx/BepInEx.csproj
  4. 1 1
      BepInEx/packages.config

+ 1 - 1
BepInEx.Preloader/BepInEx.Preloader.csproj

@@ -24,7 +24,7 @@
   </PropertyGroup>
   <ItemGroup>
     <Reference Include="0Harmony, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null">
-      <HintPath>..\packages\HarmonyX.2.0.2\lib\net35\0Harmony.dll</HintPath>
+      <HintPath>..\packages\HarmonyX.2.0.3\lib\net35\0Harmony.dll</HintPath>
       <Private>True</Private>
     </Reference>
     <Reference Include="Mono.Cecil, Version=0.10.4.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL">

+ 1 - 1
BepInEx.Preloader/packages.config

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <packages>
-  <package id="HarmonyX" version="2.0.2" targetFramework="net35" />
+  <package id="HarmonyX" version="2.0.3" 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" />

+ 1 - 1
BepInEx/BepInEx.csproj

@@ -42,7 +42,7 @@
   </PropertyGroup>
   <ItemGroup>
     <Reference Include="0Harmony, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null">
-      <HintPath>..\packages\HarmonyX.2.0.2\lib\net35\0Harmony.dll</HintPath>
+      <HintPath>..\packages\HarmonyX.2.0.3\lib\net35\0Harmony.dll</HintPath>
       <Private>True</Private>
     </Reference>
     <Reference Include="Mono.Cecil, Version=0.10.4.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL">

+ 1 - 1
BepInEx/packages.config

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <packages>
-  <package id="HarmonyX" version="2.0.2" targetFramework="net35" />
+  <package id="HarmonyX" version="2.0.3" 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" />