mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-22 10:55:15 -04:00
Update version
This commit is contained in:
parent
592b8b6294
commit
71e6a8de7a
3 changed files with 10 additions and 3 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
### v2.14 (15-Jun-2019)
|
||||||
|
|
||||||
|
- [TXT] Added support for embeds.
|
||||||
|
- [TXT] Added support for reactions.
|
||||||
|
- [CSV] Added support for reactions.
|
||||||
|
- [TXT] Changed how attachments are rendered.
|
||||||
|
|
||||||
### v2.13.1 (06-Jun-2019)
|
### v2.13.1 (06-Jun-2019)
|
||||||
|
|
||||||
- Fixed an issue where the app sometimes crashed when exporting due to `System.InvalidCastException`.
|
- Fixed an issue where the app sometimes crashed when exporting due to `System.InvalidCastException`.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<TargetFrameworks>net46;netcoreapp2.1</TargetFrameworks>
|
<TargetFrameworks>net46;netcoreapp2.1</TargetFrameworks>
|
||||||
<Version>2.13.1</Version>
|
<Version>2.14</Version>
|
||||||
<Company>Tyrrrz</Company>
|
<Company>Tyrrrz</Company>
|
||||||
<Copyright>Copyright (c) Alexey Golub</Copyright>
|
<Copyright>Copyright (c) Alexey Golub</Copyright>
|
||||||
<ApplicationIcon>..\favicon.ico</ApplicationIcon>
|
<ApplicationIcon>..\favicon.ico</ApplicationIcon>
|
||||||
|
|
|
@ -3,5 +3,5 @@
|
||||||
[assembly: AssemblyTitle("DiscordChatExporter")]
|
[assembly: AssemblyTitle("DiscordChatExporter")]
|
||||||
[assembly: AssemblyCompany("Tyrrrz")]
|
[assembly: AssemblyCompany("Tyrrrz")]
|
||||||
[assembly: AssemblyCopyright("Copyright (c) Alexey Golub")]
|
[assembly: AssemblyCopyright("Copyright (c) Alexey Golub")]
|
||||||
[assembly: AssemblyVersion("2.13.1")]
|
[assembly: AssemblyVersion("2.14")]
|
||||||
[assembly: AssemblyFileVersion("2.13.1")]
|
[assembly: AssemblyFileVersion("2.14")]
|
Loading…
Add table
Add a link
Reference in a new issue