Browse Source

Merge pull request #21603 from abpframework/auto-merge/rel-9-0/3289

Merge branch dev with rel-9.0
pull/21606/head
maliming 1 year ago
committed by GitHub
parent
commit
c916cd5891
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 10
      docs/en/studio/release-notes.md
  2. 2
      docs/en/studio/version-mapping.md

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

@ -2,6 +2,16 @@
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. 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.16 (2024-12-11)
> This version does not work for macOS, we are currently working on that manner.
* Added a new command for refreshing the previously runned C#/Js Proxies.
* Added kubernetes configurations to Blazor WebApp for Microservice Template.
* Handled multiple dbcontexts for ef core migration operations.
* Made enhancements for dynamic localization feature in Microservice Template.
* Upgraded LeptonX Theme package versions to `4.0.2`.
## 0.9.15 (2024-12-05) ## 0.9.15 (2024-12-05)
* Upgraded templates to version `9.0.1`. * Upgraded templates to version `9.0.1`.

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** | | **ABP Studio Version** | **ABP Version of Startup Template** |
|------------------------|---------------------------| |------------------------|---------------------------|
| 0.9.15 | 9.0.1 | | 0.9.15 - 0.9.16 | 9.0.1 |
| 0.9.9 to 0.9.14 | 9.0.0 | | 0.9.9 to 0.9.14 | 9.0.0 |
| 0.9.8 | 8.3.4 | | 0.9.8 | 8.3.4 |
| 0.9.5 to 0.9.7 | 8.3.3 | | 0.9.5 to 0.9.7 | 8.3.3 |

Loading…
Cancel
Save