From a6bb568231fb27e57fee02cb98a80e08145b6e16 Mon Sep 17 00:00:00 2001
From: Peter <34331512+pmaytak@users.noreply.github.com>
Date: Thu, 2 Apr 2026 01:33:34 -0700
Subject: [PATCH 1/3] Post-4.7.0
---
Directory.Build.props | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Directory.Build.props b/Directory.Build.props
index effe7a3ee..d10249e0f 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -4,7 +4,7 @@
- 4.5.1
+ 4.7.1
$(MicrosoftIdentityWebVersion)
true
From 1ba67de73d471f6546837471848a04350aecfbc0 Mon Sep 17 00:00:00 2001
From: Peter <34331512+pmaytak@users.noreply.github.com>
Date: Thu, 2 Apr 2026 01:47:08 -0700
Subject: [PATCH 2/3] Update changelog for version 4.7.0
Added changelog entry for version 4.7.0 with bug fixes and updates.
---
changelog.md | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/changelog.md b/changelog.md
index e6ea6f10c..81582d775 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,18 @@
+## 4.7.0
+
+### Bug fixes
+- Updates to Microsoft.Identity.Abstractions 12.0.0 to revert breaking changes introduced in Abstractions 11.0.0. (On .NET 10 target, `Certificate` extension method in `CredentialDescription was reverted to normal property.) See [#3767](https://github.com/AzureAD/microsoft-identity-web/pull/3767).
+
+## 4.6.0
+
+### New features
+- Aspire / Blazor helpers and documentation [#3723](https://github.com/AzureAD/microsoft-identity-web/pull/3723)
+- AI Skills and Aspire DevApp demonstrating Blazor authentication components [#3721](https://github.com/AzureAD/microsoft-identity-web/pull/3721)
+
+### Dependencies updates
+- Bump MSAL to 4.83.1
+- Bump Abstractions to 11.2
+
## 4.6.0
### New features
From 71525f686242cd8017dec45500ca6357914e73ff Mon Sep 17 00:00:00 2001
From: Peter <34331512+pmaytak@users.noreply.github.com>
Date: Thu, 2 Apr 2026 01:47:27 -0700
Subject: [PATCH 3/3] Fix typo in changelog for version 4.7.0
---
changelog.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/changelog.md b/changelog.md
index 81582d775..a1aa57894 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,7 +1,7 @@
## 4.7.0
### Bug fixes
-- Updates to Microsoft.Identity.Abstractions 12.0.0 to revert breaking changes introduced in Abstractions 11.0.0. (On .NET 10 target, `Certificate` extension method in `CredentialDescription was reverted to normal property.) See [#3767](https://github.com/AzureAD/microsoft-identity-web/pull/3767).
+- Updates to Microsoft.Identity.Abstractions 12.0.0 to revert breaking changes introduced in Abstractions 11.0.0. (On .NET 10 target, `Certificate` extension method in `CredentialDescription` was reverted to normal property.) See [#3767](https://github.com/AzureAD/microsoft-identity-web/pull/3767).
## 4.6.0