From e3fce5578a89001e075c17f22b1b6158114fa943 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Mon, 18 Jan 2021 21:32:05 +0300 Subject: [PATCH] Update POST.md --- docs/en/Blog-Posts/2021-01-14 v4_2_Preview/POST.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/Blog-Posts/2021-01-14 v4_2_Preview/POST.md b/docs/en/Blog-Posts/2021-01-14 v4_2_Preview/POST.md index 28a42059fb..8d769b52ce 100644 --- a/docs/en/Blog-Posts/2021-01-14 v4_2_Preview/POST.md +++ b/docs/en/Blog-Posts/2021-01-14 v4_2_Preview/POST.md @@ -8,16 +8,16 @@ Today, we have released the [ABP Framework](https://abp.io/) and the [ABP Commer If you want to try the version `4.2.0` today, follow the steps below; -1) **Upgrade** the ABP CLI to the version `4.2.0-rc.1` using a command line terminal: +1) **Upgrade** the ABP CLI to the version `4.2.0-rc.2` using a command line terminal: ````bash -dotnet tool update Volo.Abp.Cli -g --version 4.2.0-rc.1 +dotnet tool update Volo.Abp.Cli -g --version 4.2.0-rc.2 ```` **or install** if you haven't installed before: ````bash -dotnet tool install Volo.Abp.Cli -g --version 4.2.0-rc.1 +dotnet tool install Volo.Abp.Cli -g --version 4.2.0-rc.2 ```` 2) Create a **new application** with the `--preview` option: