`Select-VSSetupInstance -Latest` - is it about install date or version? The help says -Latest [<SwitchParameter>] Select the most recently installed instance with the highest version (within the optional `-Version` range). so it is not clear whether it is about date or version. If we take a look at the [code](https://github.com/Microsoft/vssetup.powershell/blob/af3e82ff5d20db081d542a98830e6a8de8862161/src/VSSetup.PowerShell/PowerShell/SelectInstanceCommand.cs#L146) then it looks like it is about installation dates and versions are not checked. If it is true, is it by design that `Latest` deals with installation dates, not versions? In any case, the help might be more clear about what is checked. NB (Just for cross-reference) Loosely related to this issue https://github.com/nightroman/Invoke-Build/issues/122