Skip to content

Commit

Permalink
Версия 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
K1llMan committed Mar 24, 2024
1 parent 3844223 commit 349839b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# История изменений

## 1.9.0
* Добавлено получение информации по лейблам. ([PrepConcedeITIS](https://github.com/PrepConcedeITIS))
## 1.8.0
* Добавлена загрузка пользовательских треков. ([PrepConcedeITIS](https://github.com/PrepConcedeITIS))
* Методы-расширения перемещены в модуль с API.
Expand Down
2 changes: 1 addition & 1 deletion src/Configs/Common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<PropertyGroup>
<ApiVersion>1.8.0</ApiVersion>
<ApiVersion>1.9.0</ApiVersion>
<Version>$(ApiVersion)</Version>
<AssemblyVersion>$(ApiVersion)</AssemblyVersion>
<FileVersion>$(ApiVersion)</FileVersion>
Expand Down
3 changes: 3 additions & 0 deletions src/Yandex.Music.Api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ YandexMusicApi
│   ├── Get / Async (AuthStorage storage, IEnumerable<string> artistIds)
│   ├── GetTracks / Async (AuthStorage storage, string artistId, int page = 0, int pageSize = 20)
│   └── GetAllTracks / Async (AuthStorage storage, string artistId)
├── Labels
│   ├── GetAlbumsByLabel / Async (AuthStorage storage, YLabel label, int page)
│   └── GetArtistsByLabel / Async (AuthStorage storage, YLabel label, int page)
├── Landing
│   ├── Get / Async (AuthStorage storage, params YLandingBlockType[] blocks)
│   └── Feed / Async (AuthStorage storage)
Expand Down

0 comments on commit 349839b

Please sign in to comment.