Skip to content

Commit

Permalink
Add README to package
Browse files Browse the repository at this point in the history
  • Loading branch information
drewnoakes committed Jan 6, 2023
1 parent 8faf17a commit 3d15ce8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Figgle/Figgle.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<RepositoryUrl>https://github.com/drewnoakes/figgle.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>figlet;ascii;banner;headings</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<!-- deterministic builds -->
<Deterministic>true</Deterministic>
Expand All @@ -24,5 +25,6 @@
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<EmbeddedResource Include="Fonts.zip" />
<None Include="../images/logo-square-256px.png" Pack="true" PackagePath="\" />
<None Include="../README.md" Pack="True" PackagePath="\" />
</ItemGroup>
</Project>

0 comments on commit 3d15ce8

Please sign in to comment.