Browse Source

Merge pull request #21423 from abpframework/update-studio-docs-latest

Update studio docs for v0.9.11
pull/21425/head
Berkan Sasmaz 1 year ago
committed by GitHub
parent
commit
f73dcc949b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 8
      docs/en/studio/release-notes.md
  2. 2
      docs/en/studio/version-mapping.md

8
docs/en/studio/release-notes.md

@ -2,15 +2,21 @@
This document contains **brief release notes** for each ABP Studio release. Release notes only include **major features** and **visible enhancements**. Therefore, they don't include all the development done in the related version.
## 0.9.11 (2024-11-21)
* Fixed the extension loading problem occured in v0.9.9 & v0.9.10.
## 0.9.10 (2024-11-21)
> Recommended to use v0.9.11+ for .NET 9.
* Added shortcut for Build & Start operation (CTRL + Click)
* Fixed extension loading loop problem in v0.9.9
* Fixed MAUI template for android
## 0.9.9 (2024-11-21)
> Recommended to use v0.9.10 for .NET 9.
> Recommended to use v0.9.11+ for .NET 9.
* Upgraded templates to .NET 9
* Fixed blazor wasm bundle problem in microservice template

2
docs/en/studio/version-mapping.md

@ -4,7 +4,7 @@ This document provides a general overview of the relationship between various ve
| **ABP Studio Version** | **ABP Version of Startup Template** |
|------------------------|---------------------------|
| 0.9.9 - 0.9.10 | 9.0.0 |
| 0.9.9 to 0.9.11 | 9.0.0 |
| 0.9.8 | 8.3.4 |
| 0.9.5 to 0.9.7 | 8.3.3 |
| 0.9.2 to 0.9.4 | 8.3.2 |

Loading…
Cancel
Save