Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Mar 3, 2019
1 parent fa1b6a6 commit 61223b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### v1.4.1 (03-Mar-2019)

- Fixed an issue where `DownloadAndProcessMediaStreamsAsync` would sometimes report progress above 1.

### v1.4 (17-Jan-2019)

- Reworked automatic stream selection in `DownloadVideoAsync` so that it prioritizes video streams by highest quality and only then by format. This ensures that it always downloads the highest quality video stream even if the input format doesn't match the output format.
Expand Down
2 changes: 1 addition & 1 deletion YoutubeExplode.Converter/YoutubeExplode.Converter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
<Version>1.4</Version>
<Version>1.4.1</Version>
<Company>Tyrrrz</Company>
<Authors>$(Company)</Authors>
<Copyright>Copyright (C) Alexey Golub</Copyright>
Expand Down

0 comments on commit 61223b4

Please sign in to comment.