Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
</PropertyGroup>

<PropertyGroup Label="Common dependency versions">
<MicrosoftIdentityModelVersion Condition="'$(MicrosoftIdentityModelVersion)' == ''">8.2.1</MicrosoftIdentityModelVersion>
<MicrosoftIdentityModelVersion Condition="'$(MicrosoftIdentityModelVersion)' == ''">8.3.0</MicrosoftIdentityModelVersion>
<MicrosoftIdentityClientVersion Condition="'$(MicrosoftIdentityClientVersion)' == ''">4.66.1</MicrosoftIdentityClientVersion>
<FxCopAnalyzersVersion>3.3.0</FxCopAnalyzersVersion>
<SystemTextEncodingsWebVersion>4.7.2</SystemTextEncodingsWebVersion>
Expand Down
14 changes: 14 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading