-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Update NuGet package metadata #7517
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
Update NuGet package metadata #7517
Conversation
| <authors>Microsoft</authors> | ||
| <owners>Microsoft,PowerShell</owners> | ||
| <requireLicenseAcceptance>true</requireLicenseAcceptance> | ||
| <description>Native binaries for PowerShell Core</description> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
update description
TravisEz13
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see comments
|
@TravisEz13 Fixed, please have a look. |
| <licenseUrl>https://github.com/PowerShell/PowerShell/blob/master/LICENSE.txt</licenseUrl> | ||
| <tags>PowerShell</tags> | ||
| <language>en-US</language> | ||
| <copyright>© Microsoft Corporation. All rights reserved.</copyright> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it important to use © symbol?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes it is a requirement by NuGet.org
dantraMSFT
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than the question about the removal of <title> element, LGTM.
| <metadata> | ||
| <id>{0}</id> | ||
| <version>{1}</version> | ||
| <title>PowerShellRuntime</title> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you intent to remove the <title> element?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to nuget.org documentation having a description is a must, title is not mandatory. Hence, removed it.
|
@TravisEz13 Ready to merge? |
PR Summary
Update the nuget package metadata as per nuget.org requirements.
PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright headerWIP:to the beginning of the title and remove the prefix when the PR is ready.[feature]if the change is significant or affects feature tests