diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-12-01 17:19:21 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-12-01 17:19:21 -0500 |
commit | c10685b03574e967c1bf48aafc814f60196812ec (patch) | |
tree | bc57622b1470b2e329393475b826012805986f67 /docs/technical | |
parent | 42e878e77d58569be81e34ca206a78e0ebe0604d (diff) | |
download | SMAPI-c10685b03574e967c1bf48aafc814f60196812ec.tar.gz SMAPI-c10685b03574e967c1bf48aafc814f60196812ec.tar.bz2 SMAPI-c10685b03574e967c1bf48aafc814f60196812ec.zip |
update mod build package release notes
Diffstat (limited to 'docs/technical')
-rw-r--r-- | docs/technical/mod-package.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/technical/mod-package.md b/docs/technical/mod-package.md index 93e0009d..41f808a5 100644 --- a/docs/technical/mod-package.md +++ b/docs/technical/mod-package.md @@ -412,7 +412,9 @@ The NuGet package is generated automatically in `StardewModdingAPI.ModBuildConfi when you compile it. ## Release notes -## Upcoming release +## 4.0.0 +Released 30 November 2021. + * Updated for Stardew Valley 1.5.5 and SMAPI 3.13.0. (Older versions are no longer supported.) * Added `IgnoreModFilePaths` option to ignore literal paths. * Added `BundleExtraAssemblies` option to copy bundled DLLs into the mod zip/folder. |