Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Aug 8, 2022
1 parent fa6ab41 commit 4173ceb
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 @@
### v6.2.1 (08-Aug-2022)

- Fixed an issue where calling `StreamClient.GetManifestAsync(...)` failed with an error saying `The following content is not available on this app`. (Thanks [@Curtis Caulfield](https://github.com/codedbycurtis))

### v6.2 (29-Jun-2022)

- Added support for retrieving channel metadata using custom channel URL. You can do that via `ChannelClient.GetBySlugAsync(...)`. To parse a channel slug out of a custom channel URL, use `ChannelSlug.Parse(...)`.
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<Version>6.2</Version>
<Version>6.2.1</Version>
<Company>Tyrrrz</Company>
<Copyright>Copyright (C) Oleksii Holub</Copyright>
<LangVersion>latest</LangVersion>
Expand Down

0 comments on commit 4173ceb

Please sign in to comment.