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

Add LICENSE file to NuGet pkg #33

Merged
merged 2 commits into from
Mar 21, 2024
Merged

Add LICENSE file to NuGet pkg #33

merged 2 commits into from
Mar 21, 2024

Conversation

TSRBerry
Copy link
Contributor

The PackageLicenseUrl property has been deprecated.
Instead we are supposed to use PackageLicenseExpression or PackageLicenseFile now.

This PR replaces PackageLicenseUrl with PackageLicenseFile and includes the license file in the NuGet package, as required by this license.

CSharp/Concentus.props Outdated Show resolved Hide resolved
Copy link
Owner

@lostromb lostromb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ideally I would like to also use nuget licensing expressions to label this declaratively, like <license type="expression">BSD-3-Clause</license>

I was planning to overhaul packaging soon anyways in the modernize branch... But this will work for now. Just fix the xml syntax

@TSRBerry TSRBerry requested a review from lostromb March 21, 2024 16:09
@lostromb lostromb merged commit b14383a into lostromb:master Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants