From fdf421df3c61e5b51b75f08d3d453a45a96e2a38 Mon Sep 17 00:00:00 2001 From: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> Date: Sat, 8 Oct 2022 15:38:07 +0300 Subject: [PATCH] Update version --- Changelog.md | 5 +++++ Directory.Build.props | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index cf8109b..1d134fa 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,8 @@ +### v2.36.2 (08-Oct-2022) + +- Removed the message content intent check because the heuristics turned out to be not reliable enough. +- Fixed an issue where the runtime manifest included the wrong target runtime version. This resulted in the application failing to launch for some users when upgrading from earlier versions. + ### v2.36.1 (24-Sep-2022) - Added a check which will trigger an error if the provided bot account does not have the message content intent enabled. Note, however, that this check is based on heuristics which may result in false negatives. diff --git a/Directory.Build.props b/Directory.Build.props index 7637fa2..2fdfc4a 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,7 +2,7 @@ net6.0 - 2.36.1 + 2.36.2 Tyrrrz Copyright (c) Oleksii Holub preview