Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set package README, license expression, and development dependency #41

Merged
merged 3 commits into from
Jun 3, 2024

Conversation

MattKotsenas
Copy link
Collaborator

Contributes to #31 (more fixes needed)

This brings our NuGet package closer to best practices:

  • Swaps the license URL for an expression. This makes automated compliance easier for users
  • Add our README to the package so it shows up on NuGet.org
  • Mark the package as a development dependency so it doesn't show up as a dependency if users' packages

Using an expression for the well-known BSD-3 Clause license instead of a
URL (which makes it look like the package is using a custom license) and simplifes
compliance for users.
@rjmurillo rjmurillo self-requested a review June 3, 2024 16:40
@rjmurillo rjmurillo added this to the 0.1.X milestone Jun 3, 2024
@rjmurillo rjmurillo merged commit 0fb11a7 into rjmurillo:master Jun 3, 2024
3 checks passed
@MattKotsenas MattKotsenas deleted the bugfix/nupkg-properites branch June 3, 2024 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants