Skip to content
This repository has been archived by the owner on Nov 13, 2019. It is now read-only.

Commit

Permalink
Fixes missing XML doc from the NuGet package
Browse files Browse the repository at this point in the history
  • Loading branch information
PoLaKoSz committed Dec 13, 2018
1 parent 2f6961d commit cd4b2a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Library.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
<PackageId>MusicFM.hu</PackageId>
<Product>MusicFM.hu</Product>
<NeutralLanguage>en</NeutralLanguage>
<PackageReleaseNotes>First stable release. The enty point to the library is the MusicFM class.</PackageReleaseNotes>
<PackageReleaseNotes>First stable release. The enty point to the library is the MusicFM class. NuGet package now contains the XML documentation.</PackageReleaseNotes>
<Description>MusicFM.hu is the one of the most popular radio station in Hungary. This is a .NET Standard 2.0 library to can access the Timeline, every MusicKIller DJ's tracklist and the two chart (TOP 20 and TOP 50).</Description>
<Version>1.0.1.1</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand All @@ -23,7 +24,7 @@
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>D:\GitHub\MusicFM\src\MusicFM\MusicFM.xml</DocumentationFile>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit cd4b2a6

Please sign in to comment.