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

Drop trailing .0 from future release versions #72

Open
JustinGrote opened this issue Nov 27, 2024 · 0 comments
Open

Drop trailing .0 from future release versions #72

JustinGrote opened this issue Nov 27, 2024 · 0 comments

Comments

@JustinGrote
Copy link

Hi,

Modern nuget/PS packages generally follow a semver style format with three quadrants. As all of your releases have not utilized the 4th quandrant, and this causes problems with some package managers (e.g. ModuleFast) if you have a trailing zero because the nuget libraries normalize this to x.y.z instead of x.y.z.0, and then it gets placed in the wrong folder for PowerShell causing an install issue.

if you could update your package to not have a trailing zero, (e.g. next release 0.4.16 instead of 0.4.16.0) it would help a lot :).

Thanks!

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

No branches or pull requests

1 participant