Skip to content

Commit

Permalink
Adding README for NuGet package (#125)
Browse files Browse the repository at this point in the history
* Adding README for NuGet package

* Adding PackageReadmeFile metadata
  • Loading branch information
shibayan authored Jul 24, 2021
1 parent 288802f commit 9c5d53a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Sharprompt/Sharprompt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<Authors>shibayan</Authors>
<Company>shibayan</Company>
<Description>Interactive command line interface toolkit for C#</Description>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReleaseNotes>https://github.com/shibayan/Sharprompt/releases</PackageReleaseNotes>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/shibayan/Sharprompt</RepositoryUrl>
Expand All @@ -19,4 +20,8 @@
<PackageReference Include="System.ComponentModel.Annotations" Version="4.7.0" />
</ItemGroup>

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

</Project>

0 comments on commit 9c5d53a

Please sign in to comment.