Skip to content

Commit 5578f71

Browse files
authored
prep for release (Azure#51060)
1 parent 9ed0ab8 commit 5578f71

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

sdk/core/System.ClientModel/CHANGELOG.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
# Release History
22

3-
## 1.5.0-beta.2 (Unreleased)
3+
## 1.5.0 (2025-07-03)
44

55
### Features Added
66

7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
7+
- Added the following types for 3rd-party Authentication support: `AuthenticationTokenProvider`, `GetTokenOptions`, `AuthenticationToken`, `AuthenticationPolicy`, and `BearerTokenPolicy`.
128

139
## 1.5.0-beta.1 (2025-06-13)
1410

sdk/core/System.ClientModel/src/System.ClientModel.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>Contains building blocks for clients that call cloud services.</Description>
5-
<Version>1.5.0-beta.2</Version>
5+
<Version>1.5.0</Version>
66
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
77
<ApiCompatVersion>1.4.2</ApiCompatVersion>
88
<Nullable>enable</Nullable>

0 commit comments

Comments
 (0)