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

Ignore trailing 0 when checking available versions against spec #71

Closed
agross opened this issue Sep 9, 2014 · 1 comment
Closed

Ignore trailing 0 when checking available versions against spec #71

agross opened this issue Sep 9, 2014 · 1 comment

Comments

@agross
Copy link
Contributor

agross commented Sep 9, 2014

source "http://nuget.org/api/v2"
nuget "Newtonsoft.Json" "6.0.5.0"
>paket install
Analyzing Paket.dependencies
  Newtonsoft.Json 6.0.5.0
No package found which matches Newtonsoft.Json "6.0.5.0" on [Nuget "http://nuget.org/api/v2"].
Version available:
  3.5.8
  4.0.1
  ...
  6.0.5

A nuget package requiring Newtonsoft.Json may define a dependency on 6.0.5.0 and it would resolve to 6.0.5 instead of 6.0.5.0 when installing.

@bartelink
Copy link
Member

and s/which/that/ in the error message ;)

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

2 participants