Skip to content

Commit 38976a6

Browse files
authored
[Identity] Prepare Azure.Identity.Broker for 1.3.0 release
1 parent 0692b80 commit 38976a6

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

sdk/identity/Azure.Identity.Broker/CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
# Release History
22

3-
## 1.3.0-beta.5 (Unreleased)
4-
5-
### Features Added
3+
## 1.3.0 (2025-09-04)
64

75
### Breaking Changes
86

97
- Deprecated `SharedTokenCacheCredentialBrokerOptions`. The supporting credential (`SharedTokenCacheCredential`) was a legacy mechanism for authenticating clients using credentials provided to Visual Studio. For brokered authentication, consider using `InteractiveBrowserCredential` instead.
108

11-
### Bugs Fixed
12-
139
### Other Changes
1410

1511
- Updated `Microsoft.Identity.Client.Broker` dependency to version 4.76.0

sdk/identity/Azure.Identity.Broker/src/Azure.Identity.Broker.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Description>Provides authentication broker APIs for authenticating to Microsoft Entra ID</Description>
44
<AssemblyTitle>Microsoft Azure.Identity.Broker Component</AssemblyTitle>
5-
<Version>1.3.0-beta.5</Version>
5+
<Version>1.3.0</Version>
66
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
77
<ApiCompatVersion>1.2.1</ApiCompatVersion>
88
<PackageTags>Microsoft Azure Identity Broker;$(PackageCommonTags)</PackageTags>
@@ -13,7 +13,7 @@
1313
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1414
</PropertyGroup>
1515
<ItemGroup>
16-
<PackageReference Include="Azure.Identity"/>
16+
<PackageReference Include="Azure.Identity" />
1717
<PackageReference Include="Microsoft.Identity.Client.Broker" />
1818
</ItemGroup>
1919
</Project>

0 commit comments

Comments
 (0)