Skip to content

Commit 3ee0494

Browse files
Prepare for release (#51885)
1 parent efd84ce commit 3ee0494

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

sdk/core/System.ClientModel/CHANGELOG.md

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

3-
## 1.6.0-beta.1 (Unreleased)
3+
## 1.6.0 (2025-08-11)
44

55
### Features Added
66

7-
### Breaking Changes
8-
9-
### Bugs Fixed
7+
- Added `UserAgentPolicy` pipeline policy to allow adding the user agent to the request headers.
108

119
### Other Changes
1210

11+
- Various updates to the `System.ClientModel.SourceGeneration` package to support `ModelReaderWriterBuildableAttribute`.
12+
1313
## 1.5.1 (2025-07-14)
1414

1515
### Bugs Fixed

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

Lines changed: 2 additions & 2 deletions
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.6.0-beta.1</Version>
5+
<Version>1.6.0</Version>
66
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
77
<ApiCompatVersion>1.5.1</ApiCompatVersion>
88
<Nullable>enable</Nullable>
@@ -24,4 +24,4 @@
2424
<None Include="$(OutputPath)\..\..\System.ClientModel.SourceGeneration\$(Configuration)\netstandard2.0\System.ClientModel.SourceGeneration.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
2525
</ItemGroup>
2626

27-
</Project>
27+
</Project>

0 commit comments

Comments
 (0)