Skip to content

Commit

Permalink
Update changelog.md (#3161)
Browse files Browse the repository at this point in the history
* Update changelog.md

* Update Directory.Build.props
  • Loading branch information
jmprieur authored Dec 4, 2024
1 parent 7535ecc commit 147311e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
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

0 comments on commit 147311e

Please sign in to comment.