You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have a Chocolatey source with multiple versions of a package. Attempt to install a specific version with Chocolatey GUI. Should be able to pick the version, but only presented with the options: Latest Version and <Version Number that is the latest> (#913). When manually entering the version, it should install the version entered.
What is Expected?
Install the version entered under the Version selector of the Advanced Install dialog.
How Did You Get This To Happen? (Steps to Reproduce)
Have a package with multiple available versions on a source
Attempt to install the package with the Install Advanced option
Enter a known good Version number
Click Install
Notice that the latest version is installed.
System Details
OS Build (In PowerShell run [System.Environment]::OSVersion.version.tostring()): 10.0.19043.0
Windows PowerShell version (Run: $PSVersionTable):
corbob
changed the title
Advanced Install view doesn't populate all available versions
Advanced Install doesn't install manually entered version
Aug 30, 2022
What You Are Seeing?
Have a Chocolatey source with multiple versions of a package. Attempt to install a specific version with Chocolatey GUI. Should be able to pick the version, but only presented with the options:
Latest Version
and<Version Number that is the latest>
(#913). When manually entering the version, it should install the version entered.What is Expected?
Install the version entered under the Version selector of the Advanced Install dialog.
How Did You Get This To Happen? (Steps to Reproduce)
Install Advanced
optionSystem Details
[System.Environment]::OSVersion.version.tostring()
): 10.0.19043.0$PSVersionTable
):choco --version
): 1.1.0Output Log
https://gist.github.com/corbob/8fe7ef90ec6e270da30bee14b3fb1791
The text was updated successfully, but these errors were encountered: