ChocolateyGUI
ChocolateyGUI copied to clipboard
Advanced Install doesn't install manually entered version
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)
- 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
):
Name Value
---- -----
PSVersion 5.1.19041.1320
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.19041.1320
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
- Chocolatey version (Run
choco --version
): 1.1.0 - Chocolatey GUI Version: 1.0.0.0
Output Log
https://gist.github.com/corbob/8fe7ef90ec6e270da30bee14b3fb1791