-
Notifications
You must be signed in to change notification settings - Fork 258
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
nuget.exe pack doesn't allow a pre-release tag which begins with numbers #1743
Comments
Sounds like something we might fix, after cleaning several higher priority issues. If you think this is something you need earlier, we will gladly take a pull request. |
Thanks @yishaigalatzer. Can you re-open the issue? I will take a look at it when I get some time. |
Sorry closed by accident |
I got the same issue, I think. In my Using I'm pretty sure I'm not violating SemVer 2.0.0, which @kevinkuszyk quoted above. Any progress on this? (I might be able to help out, if help is needed.) |
@Lette This new report seems unrelated. Note we only support semver1 at the moment so you need to use 1.0-beta0001 or something like that. We of course will gladly take a fix for the item above. |
All right. So, we need SemVer 2 support. Do you know of any specific difficulties regarding this? If all that needs to be done is parsing/validation of the version string, then I guess it's pretty straightforward..? |
It's a lot more complex, and we decided to put support for semver2 in the upcoming release on hold for now. We will get back to it at some point |
OK, but correcting the OPs problem with semver 1 is still doable, right? |
What does op mean? |
Original poster - person who first started this thread Sent from my iPhone
|
For future googlers: SemVer 2 is discussed in #1359. |
Thanks Jeff, yes we would like to get it fixed |
This should be fixed as of 3.5.0-rc1 |
Thanks @emgarten - I actually tried it last week and it seems to be working. I didn't want to close the issue in case it didn't make it into the RTM for any reason. |
@kevinkuszyk thanks for verifying! I'll close it. |
I was expecting the following command to work:
But it doesn't. This is the output using the latest (v3.2.0)
nuget.exe
:From readying the semver specs, I think this should be allowed. From semver v1:
And semver v2:
The text was updated successfully, but these errors were encountered: