Skip to content

Commit 30bd3ef

Browse files
authored
Post-4.7.0 (#3768)
* Post-4.7.0 * Update changelog for version 4.7.0 Added changelog entry for version 4.7.0 with bug fixes and updates. * Fix typo in changelog for version 4.7.0
1 parent 2fbb7bc commit 30bd3ef

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- This needs to be greater than or equal to the validation baseline version. The conditional logic around TargetNetNext is there
55
to avoid NU5104 for packing a release version library with prerelease deps. By adding preview to it, that warning is avoided.
66
-->
7-
<MicrosoftIdentityWebVersion Condition="'$(MicrosoftIdentityWebVersion)' == ''">4.5.1</MicrosoftIdentityWebVersion>
7+
<MicrosoftIdentityWebVersion Condition="'$(MicrosoftIdentityWebVersion)' == ''">4.7.1</MicrosoftIdentityWebVersion>
88
<!--This will generate AssemblyVersion, AssemblyFileVersion and AssemblyInformationVersion-->
99
<Version>$(MicrosoftIdentityWebVersion)</Version>
1010
<EnablePackageValidation>true</EnablePackageValidation>

changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 4.7.0
2+
3+
### Bug fixes
4+
- 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).
5+
6+
## 4.6.0
7+
8+
### New features
9+
- Aspire / Blazor helpers and documentation [#3723](https://github.com/AzureAD/microsoft-identity-web/pull/3723)
10+
- AI Skills and Aspire DevApp demonstrating Blazor authentication components [#3721](https://github.com/AzureAD/microsoft-identity-web/pull/3721)
11+
12+
### Dependencies updates
13+
- Bump MSAL to 4.83.1
14+
- Bump Abstractions to 11.2
15+
116
## 4.6.0
217

318
### New features

0 commit comments

Comments
 (0)