Browse Source

Merge pull request #25019 from abpframework/auto-merge/rel-10-1/4406

Merge branch rel-10.2 with rel-10.1
pull/25036/head
Volosoft Agent 3 weeks ago
committed by GitHub
parent
commit
97ff524767
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      docs/en/package-version-changes.md
  2. 4
      docs/en/release-info/migration-guides/abp-10-1.md

4
docs/en/package-version-changes.md

@ -23,6 +23,6 @@
| Package | Old Version | New Version | PR |
|---------|-------------|-------------|-----|
| Microsoft.SemanticKernel | 1.67.1 | 1.71.0 | #24891 |
| Microsoft.SemanticKernel.Abstractions | 1.67.1 | 1.71.0 | #24891 |
| Microsoft.SemanticKernel | 1.67.1 | 1.71.0 | [#24891](https://github.com/abpframework/abp/pull/24891) |
| Microsoft.SemanticKernel.Abstractions | 1.67.1 | 1.71.0 | [#24891](https://github.com/abpframework/abp/pull/24891) |

4
docs/en/release-info/migration-guides/abp-10-1.md

@ -7,7 +7,7 @@
# ABP Version 10.1 Migration Guide
This document is a guide for upgrading ABP v10.0 solutions to ABP v10.1. There are some changes in this version that may affect your applications. Please read them carefully and apply the necessary changes to your application.
This document is a guide for upgrading ABP v10.0 solutions to ABP v10.1. There are some changes in this version that may affect your applications. Please read them carefully and apply the necessary changes to your application. You may also need to update or check package versions; for internal NuGet package changes, see [package-version-changes.md](../../package-version-changes.md) for reference.
## Open-Source (Framework)
@ -88,7 +88,7 @@ ABP now targets Angular v21 (up from v20). For existing Angular projects, apply
}
```
For more details, see the [Angular version reference](https://angular.dev/reference/versions#actively-supported-versions).
You may need to update your Node.js version as well. For more details, see the [Angular version reference](https://angular.dev/reference/versions#actively-supported-versions).
## PRO

Loading…
Cancel
Save