From 8f32c87aa1c7ad3afc8426904e992f8a6ff5d231 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sun, 4 Nov 2018 23:22:33 -0500 Subject: migrate to new Harmony NuGet package --- docs/release-notes.md | 1 + src/SMAPI/StardewModdingAPI.csproj | 7 +++---- src/lib/0Harmony.dll | Bin 99840 -> 0 bytes src/lib/0Harmony.pdb | Bin 323072 -> 0 bytes 4 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 src/lib/0Harmony.dll delete mode 100644 src/lib/0Harmony.pdb 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 @@ + + 1.2.0.1 + - - False - ..\lib\0Harmony.dll - diff --git a/src/lib/0Harmony.dll b/src/lib/0Harmony.dll deleted file mode 100644 index 63619429..00000000 Binary files a/src/lib/0Harmony.dll and /dev/null differ diff --git a/src/lib/0Harmony.pdb b/src/lib/0Harmony.pdb deleted file mode 100644 index d7a4c67c..00000000 Binary files a/src/lib/0Harmony.pdb and /dev/null differ -- cgit