diff --git a/Changelog.md b/Changelog.md index e82bb0b..19c2faa 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +### v2.4.3 (07-Mar-2022) + +- Fixed an issue where the application silently failed to run if the system didn't have .NET Runtime 6.0.2 installed. If you continue seeing this issue, please uninstall all existing .NET runtimes from your computer and then try running the application again. + ### v2.4.2 (06-Mar-2022) - Added message about war in Ukraine. diff --git a/Directory.Build.props b/Directory.Build.props index 391afbd..4c96cca 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,7 +2,7 @@ net6.0-windows - 2.4.2 + 2.4.3 Tyrrrz Copyright (C) Oleksii Holub preview diff --git a/Installer/Installer.iss b/Installer/Installer.iss index 11d0415..83509b8 100644 --- a/Installer/Installer.iss +++ b/Installer/Installer.iss @@ -1,5 +1,5 @@ #define AppName "LightBulb" -#define AppVersion "2.4.2" +#define AppVersion "2.4.3" [Setup] AppId={{892F745F-A497-42ED-B503-8D74936D0BEB}