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

NuGet.Server - Support normalized version (and use it in queries) #2944

Closed
maartenba opened this issue Mar 15, 2016 · 1 comment
Closed

NuGet.Server - Support normalized version (and use it in queries) #2944

maartenba opened this issue Mar 15, 2016 · 1 comment
Assignees

Comments

@maartenba
Copy link
Contributor

NuGet.Server - Support normalized version (and use it in queries)

See NuGet/Home#2298

Short term, we plan to improve the 3.4 behavior as follows - And we will put bits in your hands as soon as they are ready (on the myget nugetbuild feed).

3.4 client will send a normalized version first which is 3 digits or 4 as applicable.
For example:

User input Id in nuspec Request Response
1.0 1.0.0.0 1.0.0 Value in nuspec
1.00 1.0 1.0.0 Value in nuspec
1.00.0.1 1.0.0.1 1.0.0.1 Value in nuspec

Also we identified that the root issue in the proget repo is that it returns a 200/html instead of 404 for that request. So lets get that fixed as well.

If we get a 404 we will get all versions of the packages and pick it from there (this is already in the code but failed because of the 200/html response)

@maartenba
Copy link
Contributor Author

Fixed

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