Add README to package #35

Merged
Rob-Hague merged 1 commits from package into master 2025-04-06 08:25:45 +00:00
Rob-Hague commented 2025-04-05 11:19:06 +00:00 (Migrated from github.com)

This adds the README file to the nuget package so that it will show on nuget.org. It also:

  • Changes <PackageLicenseFile> to the nowadays recommended <PackageLicenseExpression> for standard licences (it helps automated tooling)
  • Changes the release notes to link back to the GitHub release
  • Adds <EmbedUntrackedSources> recommended for SourceLink (ensures e.g. generated AssemblyInfo in obj/ is packaged)
  • Adds a nuget badge to the README to get to the package page easily
This adds the README file to the nuget package so that it will show on nuget.org. It also: - Changes `<PackageLicenseFile>` to the nowadays recommended `<PackageLicenseExpression>` for standard licences (it helps automated tooling) - Changes the release notes to link back to the GitHub release - Adds `<EmbedUntrackedSources>` recommended for SourceLink (ensures e.g. generated AssemblyInfo in obj/ is packaged) - Adds a nuget badge to the README to get to the package page easily
mahalex commented 2025-04-06 08:25:32 +00:00 (Migrated from github.com)

Thanks for the contribution!

Thanks for the contribution!
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mahalex/MatFileHandler#35
No description provided.