From 67325b610a204aa9f9692fd676c5e0de0217f9e5 Mon Sep 17 00:00:00 2001 From: Oleksii Holub <1935960+Tyrrrz@users.noreply.github.com> Date: Mon, 7 Mar 2022 03:02:28 +0200 Subject: [PATCH] Update version --- Changelog.md | 4 ++++ Directory.Build.props | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index ee06ac0..1ad7617 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +### v2.33.1 (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.33 (06-Mar-2022) - Added messages informing about war in Ukraine and available ways to help. diff --git a/Directory.Build.props b/Directory.Build.props index db90206..8205497 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,7 +2,7 @@ net6.0 - 2.33 + 2.33.1 Tyrrrz Copyright (c) Oleksii Holub preview