We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 3.5.0 added support for specifying a explict version when doing package update on a single id.
(-Version Uppdates the package in -Id to the version indicated. Requires -Id to contain exactly one package id.)
It would be very helpful if FAKE could support this parameter in NugetUpdateParams as it would greatly improve our release-process.
NuGet/NuGet.Client@214cfb0
The text was updated successfully, but these errors were encountered:
Code provided in pull-request #1514
Sorry, something went wrong.
Pull-request merged.
No branches or pull requests
Description
NuGet 3.5.0 added support for specifying a explict version when doing package update on a single id.
(-Version Uppdates the package in -Id to the version indicated. Requires -Id to contain exactly one package id.)
It would be very helpful if FAKE could support this parameter in NugetUpdateParams as it would greatly improve our release-process.
Related information
NuGet/NuGet.Client@214cfb0
The text was updated successfully, but these errors were encountered: