diff --git a/Changelog.md b/Changelog.md index ee06ac00..1ad76179 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 db90206a..82054970 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