DevSetup v1.0.10 is here! 🎉 Discover what’s new

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 release
v1.0.10+

Updates DevSetup to the latest stable release, checking if the current version is already installed before proceeding.

devsetup -update

Update to main
v1.0.10+

Updates DevSetup to the latest commit on the main branch, typically matching the current release.

devsetup -update -main

Update to develop
v1.0.10+

Updates DevSetup to the latest commit on the develop branch to test unreleased features.

devsetup -update -develop

Downgrade
v1.0.10+

Downgrades DevSetup to a specified previous release by providing the desired version.

devsetup -update -version 1.0.0

After any update, restart PowerShell for the changes to take effect.