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