diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-02-01 11:11:44 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-02-01 11:11:44 -0500 |
commit | aeb72586fdd94219cb9ae11cfd9f162765a5bc51 (patch) | |
tree | 8cc4c01245119faf1885501f1a3fcb95c6314b5a /docs/technical | |
parent | d0885831c3698bcb353d76c147500b7ea1dfbc78 (diff) | |
download | SMAPI-aeb72586fdd94219cb9ae11cfd9f162765a5bc51.tar.gz SMAPI-aeb72586fdd94219cb9ae11cfd9f162765a5bc51.tar.bz2 SMAPI-aeb72586fdd94219cb9ae11cfd9f162765a5bc51.zip |
prepare for release
Diffstat (limited to 'docs/technical')
-rw-r--r-- | docs/technical/mod-package.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/technical/mod-package.md b/docs/technical/mod-package.md index a54d3011..e771d7a9 100644 --- a/docs/technical/mod-package.md +++ b/docs/technical/mod-package.md @@ -289,7 +289,7 @@ which can be uploaded to NuGet or referenced directly. ## Release notes ### 3.1 * Added support for semantic versioning 2.0. -* `0Harmony.dll` is now ignored if the mod references it directly (it's bundled with SMAPI). +* `0Harmony.dll` is now ignored if the mod references Harmony directly (it's bundled with SMAPI). ### 3.0 * Updated for SMAPI 3.0 and Stardew Valley 1.4. |