mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-06-01 23:38:24 -04:00
Update version
This commit is contained in:
parent
a58509fda8
commit
9180d51e5e
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v2.41.1 (28-Sep-2023)
|
||||||
|
|
||||||
|
- CLI changes:
|
||||||
|
- Fixed an issue where the export failed to export channels with an empty name.
|
||||||
|
|
||||||
## v2.41 (15-Sep-2023)
|
## v2.41 (15-Sep-2023)
|
||||||
|
|
||||||
- General changes:
|
- General changes:
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net7.0</TargetFramework>
|
<TargetFramework>net7.0</TargetFramework>
|
||||||
<Version>2.41</Version>
|
<Version>2.41.1</Version>
|
||||||
<Company>Tyrrrz</Company>
|
<Company>Tyrrrz</Company>
|
||||||
<Copyright>Copyright (c) Oleksii Holub</Copyright>
|
<Copyright>Copyright (c) Oleksii Holub</Copyright>
|
||||||
<LangVersion>preview</LangVersion>
|
<LangVersion>preview</LangVersion>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue