diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-11-30 21:53:09 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-11-30 21:53:09 -0500 |
commit | 05b06e7a9faccfa0998bc3f7f9953817cd473bfb (patch) | |
tree | 19cda8787a8b666652f742ee03d5e1ee2d7f9afe /docs | |
parent | f5a0dd15781f652a04a0d6620433e594128dfd01 (diff) | |
download | SMAPI-05b06e7a9faccfa0998bc3f7f9953817cd473bfb.tar.gz SMAPI-05b06e7a9faccfa0998bc3f7f9953817cd473bfb.tar.bz2 SMAPI-05b06e7a9faccfa0998bc3f7f9953817cd473bfb.zip |
improve installer's .NET 5 validation to explain how to fix it
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 72b321c8..3f5172af 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -2,6 +2,7 @@ # Release notes ## Upcoming release +* Improved .NET 5 validation in Windows installer to better explain how to get the right version. * Fixed installer failing on Windows when run from the game folder. ## 3.13.0 |