From fe39198f117dbefd852f6b989cd508ffbd0bd7c6 Mon Sep 17 00:00:00 2001 From: Jean-Marc Prieur Date: Wed, 4 Dec 2024 13:08:07 -0800 Subject: [PATCH 1/2] Update changelog.md --- changelog.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/changelog.md b/changelog.md index 29730a0d3..24ab97f1b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,17 @@ +3.5.0 +======== +- Updated to Microsoft.IdentityModel.* 8.3.0 + +## Bug fixes +* Ensure Singleton registration for TokenAcquisition Services when TokenAcquirerFactory is null. See https://github.com/AzureAD/microsoft-identity-web/pull/3155 +* Dont modify the merged options when building the confidential client. See https://github.com/AzureAD/microsoft-identity-web/pull/3137 + +## Fundamentals +* Install all .NET versions in pipeline, including .NET 9. See https://github.com/AzureAD/microsoft-identity-web/pull/3152 +* Upgrade to C# 13. See https://github.com/AzureAD/microsoft-identity-web/pull/3138 +* Specify sdk version in global.json. See https://github.com/AzureAD/microsoft-identity-web/pull/3156 +* Disable Coverage PR comments. See in https://github.com/AzureAD/microsoft-identity-web/pull/3159 + 3.4.0 ======== - Updated to Microsoft.IdentityModel.* 8.2.1 From 8751d4b503adf2effdc594d9b286a0b01a71ec44 Mon Sep 17 00:00:00 2001 From: Jean-Marc Prieur Date: Wed, 4 Dec 2024 13:09:00 -0800 Subject: [PATCH 2/2] Update Directory.Build.props --- Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index f13506f78..6e87fca12 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -79,7 +79,7 @@ - 8.2.1 + 8.3.0 4.66.1 3.3.0 4.7.2