diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-12-03 00:26:46 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-12-03 00:26:46 -0500 |
commit | 181508084b5bb2bb7b8cd61ec3193a293300ba45 (patch) | |
tree | b4fab17d3ddba8a677f3889693230ff7a7dbaaa0 /docs | |
parent | bf5a9b87627b04523c7885b503e85ca2021c63a3 (diff) | |
download | SMAPI-181508084b5bb2bb7b8cd61ec3193a293300ba45.tar.gz SMAPI-181508084b5bb2bb7b8cd61ec3193a293300ba45.tar.bz2 SMAPI-181508084b5bb2bb7b8cd61ec3193a293300ba45.zip |
make installer self-contained
This lets players run the installer without manually installing .NET 5, which was causing a lot of support requests.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index cb52f814..09bbf832 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -2,6 +2,9 @@ # Release notes ## Upcoming version +* For players: + * You no longer need .NET 5 to run the SMAPI installer. + * For SMAPI maintainers: * Added a new [scripted release package process](technical/smapi.md), which removes the need to compile SMAPI on multiple platforms and manually combine them. |