diff --git a/Changelog.md b/Changelog.md index da64e52..4727778 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,8 @@ +### v2.3.3 (15-Jun-2021) + +- Fixed an issue where the list of missing components, reported by the prerequisite check at application startup, included Windows updates that were not applicable to the user's system due to the fact that other superseding updates have already been installed. This issue only affected users running LightBulb on Windows 7. +- Fixed a few other minor issues related to the prerequisite installation window. + ### v2.3.2 (09-Jun-2021) - Application will now detect if the required .NET Runtime or any of its prerequisites are missing and prompt the user to download and install them automatically. **Experimental feature, please test it out and report any issues you may find!** diff --git a/Directory.Build.props b/Directory.Build.props index 4d0cd3d..25e0ab0 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,7 +2,7 @@ netcoreapp3.1 - 2.3.2 + 2.3.3 Tyrrrz Copyright (C) Alexey Golub preview diff --git a/Installer/Installer.iss b/Installer/Installer.iss index 2d2d886..d32f489 100644 --- a/Installer/Installer.iss +++ b/Installer/Installer.iss @@ -1,5 +1,5 @@ #define AppName "LightBulb" -#define AppVersion "2.3.2" +#define AppVersion "2.3.3" [Setup] AppId={{892F745F-A497-42ED-B503-8D74936D0BEB}