diff --git a/docs/en/Blog-Posts/2024-07-31 v8_3_Preview/post.md b/docs/en/Blog-Posts/2024-07-31 v8_3_Preview/post.md index 7f1a01f615..dcf49e81f4 100644 --- a/docs/en/Blog-Posts/2024-07-31 v8_3_Preview/post.md +++ b/docs/en/Blog-Posts/2024-07-31 v8_3_Preview/post.md @@ -10,6 +10,10 @@ Try this version and provide feedback for a more stable version of ABP v8.3! Tha You can check the [Get Started page](https://abp.io/get-started) to see how to get started with ABP. You can either download [ABP Studio](https://abp.io/get-started#abp-studio-tab) (**recommended**, if you prefer a user-friendly GUI application - desktop application) or use the [ABP CLI](https://abp.io/docs/latest/cli). +By default, ABP Studio uses stable versions to create solutions. Therefore, if you want to create a solution with a preview version, first you need to create a solution and then switch your solution to the preview version from the ABP Studio UI: + +![](switch-to-preview.png) + ## Migration Guide There are a few breaking changes in this version that may affect your application. Please read the migration guide carefully, if you are upgrading from v8.2 or earlier: [ABP Version 8.3 Migration Guide](https://abp.io/docs/8.3/release-info/migration-guides/abp-8-3) diff --git a/docs/en/Blog-Posts/2024-07-31 v8_3_Preview/switch-to-preview.png b/docs/en/Blog-Posts/2024-07-31 v8_3_Preview/switch-to-preview.png new file mode 100644 index 0000000000..43ee814751 Binary files /dev/null and b/docs/en/Blog-Posts/2024-07-31 v8_3_Preview/switch-to-preview.png differ