Skip to content

Commit

Permalink
Add release notes
Browse files Browse the repository at this point in the history
Add release notes to:
*TicTacTubeCore.Genius
*TicTacTubeCore.Soundcloud
*TicTacTubeCore.Telegram
*TicTacTubeCore.YoutubeDL
  • Loading branch information
plainerman committed Apr 10, 2018
1 parent 45cdbdf commit bd52b03
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions TicTacTubeCore.Genius/TicTacTubeCore.Genius.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<PackageTags>C# data processing pipeline genius</PackageTags>
<AssemblyVersion>0.1.0.0</AssemblyVersion>
<FileVersion>0.1.0.0</FileVersion>
<PackageReleaseNotes>This is the initial version of the project. In combination with the TicTacTube core, it enables users to query the genius API.</PackageReleaseNotes>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down
1 change: 1 addition & 0 deletions TicTacTubeCore.Soundcloud/TicTacTubeCore.Soundcloud.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<RepositoryUrl>https://github.com/plainerman/TicTacTube</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<PackageTags>C# data processing pipeline soundcloud</PackageTags>
<PackageReleaseNotes>This is the initial version of the project. In combination with the TicTacTube core, it enables users to parse soundcloud urls and fetch information from songs.</PackageReleaseNotes>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down
1 change: 1 addition & 0 deletions TicTacTubeCore.Telegram/TicTacTubeCore.Telegram.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<PackageTags>C# data processing pipeline telegram bot</PackageTags>
<AssemblyVersion>0.1.0.0</AssemblyVersion>
<FileVersion>0.1.0.0</FileVersion>
<PackageReleaseNotes>This is the initial version of the project. In combination with the TicTacTube core, it enables users to create a simple Telegram bot that can interact with it's users.</PackageReleaseNotes>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down
1 change: 1 addition & 0 deletions TicTacTubeCore.YoutubeDL/TicTacTubeCore.YoutubeDL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<RepositoryUrl>https://github.com/plainerman/TicTacTube</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<PackageTags>C# data processing pipeline youtube-dl</PackageTags>
<PackageReleaseNotes>This is the initial version of the project. In combination with the TicTacTube core, it enables users to integrate the application youtube-dl to download audio and or video from webpages.</PackageReleaseNotes>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down

0 comments on commit bd52b03

Please sign in to comment.