Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii Holub authored and Oleksii Holub committed Jan 16, 2019
1 parent 6cfef47 commit 6d107e0
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.3 (16-Jan-2019)

- Removed quality preferences and instead added a public method `DownloadAndProcessMediaStreamsAsync` that takes a list of `MediaStreamInfo`s as a parameter. That way the consumers can find the most fitting combination of audio and video streams (or just a single stream in case of audio-only or video-only output) and just pass them as a parameter. The higher level method `DownloadVideoAsync` will always attempt to find the highest possible quality streams.

### v1.2 (09-Jan-2019)

- Added preferred framerate as a parameter to one of the overloads of `DownloadVideoAsync`, alongside preferred video quality.
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.2</Version>
<Version>1.3</Version>
<Company>Tyrrrz</Company>
<Authors>$(Company)</Authors>
<Copyright>Copyright (C) 2018 Alexey Golub</Copyright>
Expand Down

0 comments on commit 6d107e0

Please sign in to comment.