Skip to content

Commit

Permalink
Формирование Readme для пакетов
Browse files Browse the repository at this point in the history
  • Loading branch information
K1llMan committed Jan 17, 2023
1 parent 4b4b0d3 commit cba1c21
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
5 changes: 5 additions & 0 deletions src/Configs/Common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,10 @@
<ProjectUrl>https://github.com/K1llMan/Yandex.Music.Api</ProjectUrl>
<RepositoryUrl>https://github.com/K1llMan/Yandex.Music.Api</RepositoryUrl>
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<None Include="README.md" Pack="true" PackagePath=""/>
</ItemGroup>
</Project>
16 changes: 10 additions & 6 deletions src/Yandex.Music.Api/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
Yandex.Music API (Unofficial) for .Net
====

Форк [Yandex.Music API (Unofficial) for .Net Core](https://github.com/Winster332/Yandex.Music.Api)
API переделано под работу с API официального приложения, подобно [[Alpha] Неофициальная Python библиотека для API Yandex Music](https://github.com/MarshalX/yandex-music-api)
Изначально было форком [Yandex.Music API (Unofficial) for .Net Core](https://github.com/Winster332/Yandex.Music.Api), отсоединено по причине отсутствия поддержки родительского проекта и полном переписывании функционала библиотеки.

API переделано под работу с API официального приложения, подобно [API Yandex Music - неофициальная Python библиотека](https://github.com/MarshalX/yandex-music-api)

[Документация](https://yandexmusicapicsharp.readthedocs.io/ru/latest/index.html)

[История версий](https://github.com/K1llMan/Yandex.Music.Api/blob/master/CHANGELOG.md)

Функционал
-------
Expand Down Expand Up @@ -114,8 +119,7 @@ YandexMusicApi

Функции, помеченные звёздочкой, вероятно, не работают или передают неверные параметры.

Библиотека требует рефакторинга и переработки иерархии классов моделей. Отсутствует функционал радио.
Отсутствует функционал радио.

LICENCE
-------
[GNU General Public License v3.0](https://github.com/K1llMan/Yandex.Music.Api/blob/master/LICENSE)
## LICENCE
[GNU General Public License v3.0](https://github.com/K1llMan/Yandex.Music.Api/blob/master/LICENSE)
4 changes: 4 additions & 0 deletions src/Yandex.Music.Client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ Yandex.Music.Client for .Net

Клиент на основе библиотеки [Yandex.Music API (Unofficial) for .Net Core](https://github.com/K1llMan/Yandex.Music.Api/tree/master/Yandex.Music.Api)

[Документация](https://yandexmusicapicsharp.readthedocs.io/ru/latest/index.html)

[История версий](https://github.com/K1llMan/Yandex.Music.Api/blob/master/CHANGELOG.md)

LICENCE
-------
[GNU General Public License v3.0](https://github.com/K1llMan/Yandex.Music.Api/blob/master/LICENSE)

0 comments on commit cba1c21

Please sign in to comment.