Skip to content

Commit

Permalink
Added PackageReadmeFile property
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDave1999 committed Nov 7, 2021
1 parent fa7b722 commit e748edf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/SeztionParser/SeztionParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,18 @@
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<Description>seztion-parser is a class library used to read data from each section of a file (the file extension can be any, e.g. .INI).</Description>
<PackageIcon>seztionparser-icon-nuget.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Version>1.0.1</Version>
</PropertyGroup>

<ItemGroup>
<None Include="../../seztionparser-icon-nuget.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="../../README.md">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

Expand Down

0 comments on commit e748edf

Please sign in to comment.