Skip to content

Commit

Permalink
Include documentation in NuGet package
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeugma440 committed Mar 29, 2020
1 parent c68af9d commit 69a05e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ATL/ATL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFrameworks>net45;netstandard2.0;netcoreapp2.0</TargetFrameworks>
<Description>Fully managed, portable and easy-to-use C# library to read and edit audio data and metadata (tags) from various audio formats, playlists and CUE sheets</Description>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Company />
<AssemblyVersion>3.3.0.0</AssemblyVersion>
<PackageId>z440.atl.core</PackageId>
Expand All @@ -13,7 +14,7 @@
<Authors>Zeugma440</Authors>
<Product>Audio Tools Library (ATL) for .NET</Product>
<FileVersion>3.3.0.0</FileVersion>
<PackageReleaseNotes></PackageReleaseNotes>
<PackageReleaseNotes>Documentation included</PackageReleaseNotes>
<Version>3.03</Version>
<RunAnalyzersDuringBuild>false</RunAnalyzersDuringBuild>
</PropertyGroup>
Expand Down

0 comments on commit 69a05e4

Please sign in to comment.