diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-04-25 00:50:26 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-14 17:49:49 -0400 |
commit | e18ffc009d4fd56b200b0bb13b671940c9fadbc7 (patch) | |
tree | 767418a7a9ee70c7690158107697021393019886 /docs | |
parent | c15785a68d3e99959cdcca5bfb51e8686316a33b (diff) | |
download | SMAPI-e18ffc009d4fd56b200b0bb13b671940c9fadbc7.tar.gz SMAPI-e18ffc009d4fd56b200b0bb13b671940c9fadbc7.tar.bz2 SMAPI-e18ffc009d4fd56b200b0bb13b671940c9fadbc7.zip |
update mods + mod build package for smapi-internal changes
Diffstat (limited to 'docs')
-rw-r--r-- | docs/mod-build-config.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/mod-build-config.md b/docs/mod-build-config.md index fc63a5a2..aee81113 100644 --- a/docs/mod-build-config.md +++ b/docs/mod-build-config.md @@ -228,11 +228,11 @@ _[Game path](#game-path)_ above. ## Release notes ### Upcoming release -* Updated for Stardew Valley 1.4. +* Updated for SMAPI 3.0 and Stardew Valley 1.4. * If the project contains an `assets` folder, its contents are now included in the mod automatically. * Fixed `Newtonsoft.Json.pdb` included in release zips when Json.NET is referenced directly. * Fixed `<IgnoreModFilePatterns>` not working for `i18n` files. -* Dropped support for very old versions of SMAPI and Visual Studio. +* Dropped support for older versions of SMAPI and Visual Studio. ### 2.2 * Added support for SMAPI 2.8+ (still compatible with earlier versions). |