Skip to content

Commit

Permalink
Add the readme to the nuget.
Browse files Browse the repository at this point in the history
  • Loading branch information
andy840119 committed Jul 28, 2024
1 parent 855026a commit 1888654
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions LrcParser/LrcParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@
<PackageReleaseNotes>喵</PackageReleaseNotes>
<PackageId>LrcParser</PackageId>
<NeutralLanguage>en</NeutralLanguage>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>$(AssemblyName).Tests</_Parameter1>
</AssemblyAttribute>
<None Include="..\README.md" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>

0 comments on commit 1888654

Please sign in to comment.