Skip to content

Commit

Permalink
add nuget readme (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpvreony authored Jun 1, 2021
1 parent daed650 commit 540d71c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/Directory.build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<Owners>dpvreony</Owners>
<PackageTags>Source Generation</PackageTags>
<PackageReleaseNotes>https://github.com/dpvreony/nucleotide/releases</PackageReleaseNotes>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/dpvreony/nucleotide</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down Expand Up @@ -61,5 +62,9 @@
<ItemGroup>
<AdditionalFiles Include="$(MSBuildThisFileDirectory)stylecop.json" Link="stylecop.json" />
</ItemGroup>
</Project>

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

0 comments on commit 540d71c

Please sign in to comment.