Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz authored and Kajal4414 committed Jan 11, 2023
1 parent 5318cd5 commit d4798ac
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### v1.9.7 (11-Jan-2023)

- Switched from .NET 6.0 to .NET 7.0. The application should update the required prerequisites automatically.
- Fixed an issue where the grid showing the list of downloads failed to resize properly as new items were added. (Thanks [@Jeremy](https://github.com/jerry08))
- Fixed an issue where trying to close the same dialog twice in a short time crashed the application.

### v1.9.6 (07-Jan-2023)

- Fixed various YouTube-related issues. Updated to YoutubeExplode v6.2.5.
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<Version>1.9.6</Version>
<Version>1.9.7</Version>
<Company>Tyrrrz</Company>
<Copyright>Copyright (C) Oleksii Holub</Copyright>
<LangVersion>preview</LangVersion>
Expand Down
4 changes: 2 additions & 2 deletions License.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
YoutubeDownloader
Copyright (C) 2018-2022 Oleksii Holub
Copyright (C) 2018-2023 Oleksii Holub

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -689,4 +689,4 @@ into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
<http://www.gnu.org/philosophy/why-not-lgpl.html>.

0 comments on commit d4798ac

Please sign in to comment.