From a5eda87a0c6b07ab00f9c2101041c53c54092c85 Mon Sep 17 00:00:00 2001 From: Oleksii Holub <1935960+Tyrrrz@users.noreply.github.com> Date: Mon, 7 Mar 2022 03:05:47 +0200 Subject: [PATCH] Update version --- Changelog.md | 4 ++++ Directory.Build.props | 2 +- Installer/Installer.iss | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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}