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

feat(pacmak): support adding suffix to .NET package versions #557

Merged
merged 5 commits into from
Jun 25, 2019

Conversation

RomainMuller
Copy link
Contributor

@RomainMuller RomainMuller commented Jun 25, 2019

Allows setting a jsii.targets.dotnet.versionSuffix key defines a
string to be appended at the end of the version number of the NuGet
package.


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

Allows setting a `jsii.targets.dotnet.versionSuffix` key defines a
string to be appended at the end of the version number of the NuGet
package. It'll be prepended with a `-` before it is concatenated with
the version number (`0.12.0` with suffix `dp` will render `0.12.0-dp`).
@RomainMuller RomainMuller requested review from costleya and a team as code owners June 25, 2019 12:56
@ghost ghost requested a review from eladb June 25, 2019 12:56
@RomainMuller RomainMuller changed the title feat(pacmak): Support adding suffix to .NET package versions feat(pacmak): support adding suffix to .NET package versions Jun 25, 2019
@RomainMuller RomainMuller merged commit 99adf19 into master Jun 25, 2019
@RomainMuller RomainMuller deleted the rmuller/dotnet-version-suffix branch June 25, 2019 15:33
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