Browse Source

Merge pull request #21663 from abpframework/auto-merge/rel-9-0/3308

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

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

@ -2,6 +2,13 @@
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.17 (2024-12-17)
* Added social login option to the "No Layers" Blazor WebAssembly template.
* Fixed AutoMapper missing configuration exception problem during module import.
* Fixed Blazor WebAssembly build issue for the MAUI template.
* Fixed a problem that prevented ABP Studio from opening on macOS.
## 0.9.16 (2024-12-11)
> This version does not work for macOS, we are currently working on that manner.

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

@ -4,6 +4,7 @@ This document provides a general overview of the relationship between various ve
| **ABP Studio Version** | **ABP Version of Startup Template** |
|------------------------|---------------------------|
| 0.9.17 | 9.0.2 |
| 0.9.15 - 0.9.16 | 9.0.1 |
| 0.9.9 to 0.9.14 | 9.0.0 |
| 0.9.8 | 8.3.4 |

Loading…
Cancel
Save