Update
Overview
Describes how to use the devsetup -update command to upgrade or downgrade the DevSetup tool to different release channels or versions.
Options
Lists the available update options for managing DevSetup versions.
Update to current releasev1.0.10+
v1.0.10+
Updates DevSetup to the latest stable release, checking if the current version is already installed before proceeding.
devsetup -updateUpdate to mainv1.0.10+
v1.0.10+
Updates DevSetup to the latest commit on the main branch, typically matching the current release.
devsetup -update -mainUpdate to developv1.0.10+
v1.0.10+
Updates DevSetup to the latest commit on the develop branch to test unreleased features.
devsetup -update -developDowngradev1.0.10+
v1.0.10+
Downgrades DevSetup to a specified previous release by providing the desired version.
devsetup -update -version 1.0.0After any update, restart PowerShell for the changes to take effect.