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

When pointing to a nupkg, choco should use only that nupkg to install and not a newer version in the same directory #523

Closed
ferventcoder opened this issue Jan 1, 2016 · 2 comments

Comments

@ferventcoder
Copy link
Member

If you have two versions of a package in a directory and you point directly to the older one, it should be installed. Use version as part of the install arguments.

@paulhunttech
Copy link

I'm looking into a fix for this one.

paulhunttech pushed a commit to paulhunttech/choco that referenced this issue Jan 4, 2017
…pkg.

Previously if there were two versions of a nupkg in the same
directory and you tried to install the older one, it would install
the newer one. Now the nupkg version is explicitly specified as
part of the install arguments.
@ferventcoder ferventcoder added this to the 0.10.4 milestone Mar 15, 2017
@ferventcoder ferventcoder self-assigned this Mar 15, 2017
@ferventcoder
Copy link
Member Author

This is completed for 0.10.4

ferventcoder pushed a commit that referenced this issue Mar 22, 2017
Previously if there were two versions of a nupkg in the same
directory and you tried to install the older one, it would install
the newer one. Now the nupkg version is explicitly specified as
part of the install arguments.
ferventcoder added a commit that referenced this issue Mar 22, 2017
* pr1128:
  (GH-523) Install "*.nupkg" - Be explicit about version
ferventcoder added a commit that referenced this issue Mar 22, 2017
* stable:
  (GH-906) Fix source path when installing "*.nuspec"
  (GH-523) Install "*.nupkg" - Be explicit about version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants