From 1c6db60ed62f81911df5f9688791d60766e4a0a5 Mon Sep 17 00:00:00 2001 From: Robert Roos Date: Wed, 17 Aug 2022 08:20:15 +0000 Subject: [PATCH] Update Previews.md Clarification for new users (such as me) that to move over to the preview of a release the CLI needs to be upgraded to the latest RC as well. --- docs/en/Previews.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/en/Previews.md b/docs/en/Previews.md index 61cf1c9226..70ddc4fe2b 100644 --- a/docs/en/Previews.md +++ b/docs/en/Previews.md @@ -11,6 +11,14 @@ More than one preview releases (like 3.1.0-rc.2 and 3.1.0-rc.3) might be publish ## Using the Preview Versions +### Update the CLI + +Before creating or updating an existing solution make sure to update the CLI to the latest preview version, for example: + +````bash +dotnet tool update --global Volo.Abp.Cli --version 6.0.0-rc.2 +```` + ### New Solutions To create a project for testing the preview version, you can select the "**preview**" option on the [download page](https://abp.io/get-started) or use the "**--preview**" parameter with the [ABP CLI](CLI.md) new command: