Skip to content

Commit

Permalink
Add readme to package
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Jun 17, 2021
1 parent 5be164b commit 7813e3a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions YoutubeExplode/YoutubeExplode.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<PackageTags>youtube video download playlist user channel closed caption tracks subtitles parse extract metadata info net core standard</PackageTags>
<PackageProjectUrl>https://github.com/Tyrrrz/YoutubeExplode</PackageProjectUrl>
<PackageReleaseNotes>https://github.com/Tyrrrz/YoutubeExplode/blob/master/Changelog.md</PackageReleaseNotes>
<PackageReadmeFile>ReadMe.md</PackageReadmeFile>
<PackageIcon>favicon.png</PackageIcon>
<PackageLicenseExpression>LGPL-3.0-only</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
Expand All @@ -17,7 +18,8 @@
</PropertyGroup>

<ItemGroup>
<None Include="../favicon.png" Pack="true" PackagePath="" />
<None Include="../ReadMe.md" Pack="true" PackagePath="" Visible="false" />
<None Include="../favicon.png" Pack="true" PackagePath="" Visible="false" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net461'">
Expand All @@ -39,4 +41,4 @@
<PackageReference Include="System.Text.Json" Version="4.7.2" />
</ItemGroup>

</Project>
</Project>

0 comments on commit 7813e3a

Please sign in to comment.