mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-21 10:25:09 -04:00
Update version
This commit is contained in:
parent
2259f19c44
commit
fdf421df3c
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<Version>2.36.1</Version>
|
||||
<Version>2.36.2</Version>
|
||||
<Company>Tyrrrz</Company>
|
||||
<Copyright>Copyright (c) Oleksii Holub</Copyright>
|
||||
<LangVersion>preview</LangVersion>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue