diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2023-01-07 17:55:15 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2023-01-07 17:55:15 -0500 |
commit | d35f45fc3242d330a2021017054e932eff64f2ca (patch) | |
tree | 66ffae434f5136701c559018be981785446459a0 /docs | |
parent | 81d3baa3b516a41c4be79e833516f890b92e3dbb (diff) | |
download | SMAPI-d35f45fc3242d330a2021017054e932eff64f2ca.tar.gz SMAPI-d35f45fc3242d330a2021017054e932eff64f2ca.tar.bz2 SMAPI-d35f45fc3242d330a2021017054e932eff64f2ca.zip |
fix game assemblies not excluded from release zip when bundle type not set
Diffstat (limited to 'docs')
-rw-r--r-- | docs/technical/mod-package.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/technical/mod-package.md b/docs/technical/mod-package.md index 707b1641..0e710e50 100644 --- a/docs/technical/mod-package.md +++ b/docs/technical/mod-package.md @@ -414,6 +414,7 @@ when you compile it. ## Release notes ## Upcoming release * Added `manifest.json` format validation on build (thanks to tylergibbs2!). +* Fixed game assemblies no longer excluded from the release zip if referenced explicitly without setting `BundleExtraAssemblies`. ### 4.0.2 Released 09 October 2022. |