Skip to content

Commit

Permalink
Update Azure.Identity (#2886)
Browse files Browse the repository at this point in the history
* Update Azure.Identity

* Update changelog.md
  • Loading branch information
yangt49 authored Jun 10, 2024
1 parent 849f437 commit 4ab36e2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@

<PropertyGroup Label="Common dependency versions">
<IdentityModelVersion>7.6.0</IdentityModelVersion>
<MicrosoftIdentityClientVersion>4.60.3</MicrosoftIdentityClientVersion>
<MicrosoftIdentityClientVersion>4.61.3</MicrosoftIdentityClientVersion>
<FxCopAnalyzersVersion>3.3.0</FxCopAnalyzersVersion>
<SystemTextEncodingsWebVersion>4.7.2</SystemTextEncodingsWebVersion>
<AzureSecurityKeyVaultSecretsVersion>4.6.0</AzureSecurityKeyVaultSecretsVersion>
<AzureIdentityVersion>1.11.1</AzureIdentityVersion>
<AzureIdentityVersion>1.11.4</AzureIdentityVersion>
<AzureSecurityKeyVaultCertificatesVersion>4.6.0</AzureSecurityKeyVaultCertificatesVersion>
<MicrosoftGraphVersion>4.36.0</MicrosoftGraphVersion>
<MicrosoftGraphBetaVersion>4.57.0-preview</MicrosoftGraphBetaVersion>
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2.19.1
=========
- Updated MSAL .Net to 4.61.3
- Updated Azure.Identity to 1.11.4

2.19.0
=========
- Updated to Microsoft.IdentityModel.* 7.6.0
Expand Down

0 comments on commit 4ab36e2

Please sign in to comment.