Browse Source

Bump MonoMod to 20.03.05.01

Geoffrey Horsington 4 years ago
parent
commit
7e690cd562
3 changed files with 9 additions and 7 deletions
  1. 6 4
      BepInEx.Preloader/BepInEx.Preloader.csproj
  2. 2 2
      BepInEx.Preloader/packages.config
  3. 1 1
      README.md

+ 6 - 4
BepInEx.Preloader/BepInEx.Preloader.csproj

@@ -35,11 +35,13 @@
     <Reference Include="Mono.Cecil.Rocks, Version=0.10.4.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL">
       <HintPath>..\packages\Mono.Cecil.0.10.4\lib\net35\Mono.Cecil.Rocks.dll</HintPath>
     </Reference>
-    <Reference Include="MonoMod.RuntimeDetour, Version=20.1.1.4, Culture=neutral, processorArchitecture=MSIL">
-      <HintPath>..\packages\MonoMod.RuntimeDetour.20.1.1.4\lib\net35\MonoMod.RuntimeDetour.dll</HintPath>
+    <Reference Include="MonoMod.RuntimeDetour, Version=20.3.5.1, Culture=neutral, PublicKeyToken=null">
+      <HintPath>..\packages\MonoMod.RuntimeDetour.20.3.5.1\lib\net35\MonoMod.RuntimeDetour.dll</HintPath>
+      <Private>True</Private>
     </Reference>
-    <Reference Include="MonoMod.Utils, Version=20.1.1.4, Culture=neutral, processorArchitecture=MSIL">
-      <HintPath>..\packages\MonoMod.Utils.20.1.1.4\lib\net35\MonoMod.Utils.dll</HintPath>
+    <Reference Include="MonoMod.Utils, Version=20.3.5.1, Culture=neutral, PublicKeyToken=null">
+      <HintPath>..\packages\MonoMod.Utils.20.3.5.1\lib\net35\MonoMod.Utils.dll</HintPath>
+      <Private>True</Private>
     </Reference>
     <Reference Include="System" />
     <Reference Include="System.Core" />

+ 2 - 2
BepInEx.Preloader/packages.config

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <packages>
   <package id="Mono.Cecil" version="0.10.4" targetFramework="net35" />
-  <package id="MonoMod.RuntimeDetour" version="20.1.1.4" targetFramework="net35" />
-  <package id="MonoMod.Utils" version="20.1.1.4" targetFramework="net35" />
+  <package id="MonoMod.RuntimeDetour" version="20.3.5.1" targetFramework="net35" />
+  <package id="MonoMod.Utils" version="20.3.5.1" targetFramework="net35" />
 </packages>

+ 1 - 1
README.md

@@ -24,7 +24,7 @@ Unity plugin framework
 ## Used libraries
 - [NeighTools/UnityDoorstop](https://github.com/NeighTools/UnityDoorstop) - 2.12.1.0 ([f96e256](https://github.com/NeighTools/UnityDoorstop/commit/f96e25679bea87d80821b7e9d3b9e9824f85454c))
 - [pardeike/Harmony](https://github.com/pardeike/Harmony) - pre-2.0 ([443f551](https://github.com/pardeike/Harmony/commit/443f551ec45ecf409755b5979a4466343197de03))
-- [0x0ade/MonoMod](https://github.com/0x0ade/MonoMod) - v20.1.1.4 ([3bf5e6f](https://github.com/MonoMod/MonoMod/commit/3bf5e6f9f8c7176745a60205ca6f9cb5260bca37))
+- [0x0ade/MonoMod](https://github.com/0x0ade/MonoMod) - v20.3.5.1 ([016635a](https://github.com/MonoMod/MonoMod/commit/016635a2101b3ee85da1ca04572037aa028e731b))
 - [jbevain/cecil](https://github.com/jbevain/cecil) - 0.10.4 ([98ec890](https://github.com/jbevain/cecil/commit/98ec890d44643ad88d573e97be0e120435eda732))
 
 ## Credits