Skip to content

Commit

Permalink
Nuget packages now correctly references existing readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
kesac committed Apr 2, 2023
1 parent 38fab52 commit 1c02d79
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Syllabore/Syllabore/Syllabore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,18 @@
<Version>2.0.2.0</Version>
<AssemblyVersion>2.0.2.0</AssemblyVersion>
<FileVersion>2.0.2.0</FileVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 1c02d79

Please sign in to comment.