summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/release-notes.md1
-rw-r--r--src/SMAPI/StardewModdingAPI.csproj7
-rw-r--r--src/lib/0Harmony.dllbin99840 -> 0 bytes
-rw-r--r--src/lib/0Harmony.pdbbin323072 -> 0 bytes
4 files changed, 4 insertions, 4 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 2111e35e..db45c12b 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -40,6 +40,7 @@
* added support for overlaying image assets with semi-transparency;
* mods can now load PNGs even if the game is currently drawing.
* When comparing mod versions, SMAPI now considers `-unofficial` to be lower-precedence than any other value (e.g. `1.0-beta` is now considered newer than `1.0-unofficial` regardless of normal sorting).
+ * Updated Harmony from 1.0.9.1 to 1.2.0.1.
* Fixed `IContentPack.ReadJsonFile` allowing non-relative paths.
* Fixed trace logs not showing path for invalid mods.
* Fixed 'no update keys' warning not shown for mods with only invalid update keys.
diff --git a/src/SMAPI/StardewModdingAPI.csproj b/src/SMAPI/StardewModdingAPI.csproj
index 8c12c1f9..bf230baf 100644
--- a/src/SMAPI/StardewModdingAPI.csproj
+++ b/src/SMAPI/StardewModdingAPI.csproj
@@ -55,14 +55,13 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="LargeAddressAware" Version="1.0.3" />
+ <PackageReference Include="Lib.Harmony">
+ <Version>1.2.0.1</Version>
+ </PackageReference>
<PackageReference Include="Mono.Cecil" Version="0.10.0" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
</ItemGroup>
<ItemGroup>
- <Reference Include="0Harmony, Version=1.0.9.1, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\lib\0Harmony.dll</HintPath>
- </Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
diff --git a/src/lib/0Harmony.dll b/src/lib/0Harmony.dll
deleted file mode 100644
index 63619429..00000000
--- a/src/lib/0Harmony.dll
+++ /dev/null
Binary files differ
diff --git a/src/lib/0Harmony.pdb b/src/lib/0Harmony.pdb
deleted file mode 100644
index d7a4c67c..00000000
--- a/src/lib/0Harmony.pdb
+++ /dev/null
Binary files differ