Version exception
See original GitHub issuesometime between releases 2.7.34 and the current release, Versioning appears(at least in my case) to be broken. I’ve cloned the repo and taken a look at whats going on behind the scenes. It appears to first version correctly and pack my project into a nuget package successfully. However it then proceeds to run releasify on that nuget package. At which time it calls SemanticVersion.TryParseInternal
On the initial pack command that method is used to verify the version is correct and while debugging i can indeed see my versioning get through validation
When releasify is then ran on the nuget package instead of my version being passed to that command, It seems to duplicate my version with a dash. So, for example, if i provided 1.0.0
what i see come in is actually 1.0.0-1.0.0
this will obviously fail validation and causes builds to not complete.
Issue Analytics
- State:
- Created 2 years ago
- Comments:10 (6 by maintainers)
Top GitHub Comments
Yes I was looking at all the First() calls in that function and wondering if that may have been the issue. Thanks for reporting this, I will push an update with a fix soon.
This has been released in 2.8.1-pre.