Add README to package #35
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "package"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This adds the README file to the nuget package so that it will show on nuget.org. It also:
<PackageLicenseFile>
to the nowadays recommended<PackageLicenseExpression>
for standard licences (it helps automated tooling)<EmbedUntrackedSources>
recommended for SourceLink (ensures e.g. generated AssemblyInfo in obj/ is packaged)Thanks for the contribution!