Skip to content

feat(dotnet): improve metadata of NuGet packages#1112

Merged
mergify[bot] merged 2 commits intomasterfrom
rmuller/improve-dotnet-metadata
Dec 12, 2019
Merged

feat(dotnet): improve metadata of NuGet packages#1112
mergify[bot] merged 2 commits intomasterfrom
rmuller/improve-dotnet-metadata

Conversation

@RomainMuller
Copy link
Contributor

@RomainMuller RomainMuller commented Dec 11, 2019

Convert the package.json keywords into PackageTags in the NuGet
metadata. This is applied on the packages hosted in this repository as
well as generated code.

The keywords section from package.json is now forwarded into the
.jsii assembly to support this feature.

At this point, could not find a way to carry these keywords/tags to
Maven Central or PyPI, so only NuGet actually leverages those.

Fixes #170


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Convert the `package.json` `keywords` into `PackageTags` in the NuGet
metadata. This is applied on the packages hosted in this repository as
well as generated code.

The `keywords` section from `package.json` is now forwarded into the
`.jsii` assembly to support this feature.

At this point, could not find a way to carry these keywords/tags to
Maven Central or PyPI, so only NuGet actually leverages those.
@RomainMuller RomainMuller requested a review from a team as a code owner December 11, 2019 00:43
@RomainMuller RomainMuller changed the title chore: improve metadata of NuGet packages feat(NuGet): improve metadata of NuGet packages Dec 11, 2019
@RomainMuller RomainMuller changed the title feat(NuGet): improve metadata of NuGet packages feat(dotnet): improve metadata of NuGet packages Dec 11, 2019
@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify
Copy link
Contributor

mergify bot commented Dec 11, 2019

Thank you for contributing! ❤️ I will now look into making sure the PR is up-to-date, then proceed to try and merge it!

@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify mergify bot merged commit ccd6510 into master Dec 12, 2019
@mergify mergify bot deleted the rmuller/improve-dotnet-metadata branch December 12, 2019 18:52
@mergify mergify bot removed the ready-to-merge label Dec 12, 2019
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.

Emit tags from package.json into .jsii

3 participants