Skip to content

Commit

Permalink
Add package README file
Browse files Browse the repository at this point in the history
  • Loading branch information
glopesdev committed Jul 30, 2024
1 parent 25010e4 commit a38c23f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<IncludeSymbols>true</IncludeSymbols>
<RepositoryUrl></RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<UseArtifactsOutput>true</UseArtifactsOutput>
<PackageIcon>icon.png</PackageIcon>
Expand All @@ -21,5 +22,6 @@
<ItemGroup>
<Content Include="..\LICENSE" PackagePath="/" />
<Content Include="..\icon.png" PackagePath="/" />
<Content Include="..\README.md" PackagePath="/" />
</ItemGroup>
</Project>

0 comments on commit a38c23f

Please sign in to comment.