diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-12-04 15:55:29 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-12-04 15:55:29 -0500 |
commit | c80d07fddfffe4fd3f8fa69bf6cab6374eec992d (patch) | |
tree | 1322c583652748a9a3f4ba2cca0e5d7921453143 /docs | |
parent | 711e17a4f99af29177fb250b24868b6e655dacb7 (diff) | |
download | SMAPI-c80d07fddfffe4fd3f8fa69bf6cab6374eec992d.tar.gz SMAPI-c80d07fddfffe4fd3f8fa69bf6cab6374eec992d.tar.bz2 SMAPI-c80d07fddfffe4fd3f8fa69bf6cab6374eec992d.zip |
migrate SMAPI to self-contained install
This removes the need to have .NET 5 installed to run SMAPI. Note that there's no need to actually bundle the .NET files, since they're already bundled into the game folder.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 3f13b4e2..4fc6a524 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -3,7 +3,7 @@ # Release notes ## Upcoming version * For players: - * You no longer need .NET 5 to run the SMAPI installer. + * You no longer need .NET 5 installed to run SMAPI or the installer. * Updated for the Stardew Valley 1.5.5 hotfix on 2021-12-03. * For SMAPI maintainers: |