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

Feature Request: Add support for removing the delimiter between the prerelease label and {height} in NuGetPackageVersion #710

Open
NightOwl888 opened this issue Jan 3, 2022 · 0 comments

Comments

@NightOwl888
Copy link

To allow migrating projects that are using different prerelease versioning schemes, it would be useful to be able to have more control over the format of the NuGetPackageVersion string that is produced.

Specifically, we would like to remove the - from between the prerelease label and the {height} element in order to correctly compare with a prerelease pattern we are already using.

Currently:

4.8.0-beta-0001+gxxxxxxxxxx

Desired:

4.8.0-beta0001+gxxxxxxxxxx

This can also be done for other package mangers besides NuGet, and it would make the most sense to enable this feature for all package mangers at once to keep the version pattern consistent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants