QOps-SetVersion

Switches the active QOps module to a specific already-installed version, without downloading anything.

New in version 3.0.6

Syntax

QOps-SetVersion [Version]

Parameters meaning:

Version is the version to switch to — an exact version (3.0.6.26061309) or a prefix (3.0.6), which resolves to the newest installed build matching it. Each version is installed side by side in its own directory, and this picks one of them; the switch takes effect from the next cmdlet call, and works as a rollback as well as forward.

This applies to the PowerShell edition you are running — PS 5.1 and PS 7 each keep their own set of installed versions.

Examples

QOps-SetVersion "3.0.6"

Switches to the newest installed 3.0.6 build.

QOps-SetVersion "3.0.6.26061309"

Switches to that exact build.