File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
sdk/core/System.ClientModel Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 1.6.0-beta.1 (Unreleased )
3
+ ## 1.6.0 (2025-08-11 )
4
4
5
5
### Features Added
6
6
7
- ### Breaking Changes
8
-
9
- ### Bugs Fixed
7
+ - Added ` UserAgentPolicy ` pipeline policy to allow adding the user agent to the request headers.
10
8
11
9
### Other Changes
12
10
11
+ - Various updates to the ` System.ClientModel.SourceGeneration ` package to support ` ModelReaderWriterBuildableAttribute ` .
12
+
13
13
## 1.5.1 (2025-07-14)
14
14
15
15
### Bugs Fixed
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<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 >
6
6
<!-- The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
7
7
<ApiCompatVersion >1.5.1</ApiCompatVersion >
8
8
<Nullable >enable</Nullable >
24
24
<None Include =" $(OutputPath)\..\..\System.ClientModel.SourceGeneration\$(Configuration)\netstandard2.0\System.ClientModel.SourceGeneration.dll" Pack =" true" PackagePath =" analyzers/dotnet/cs" Visible =" false" />
25
25
</ItemGroup >
26
26
27
- </Project >
27
+ </Project >
You can’t perform that action at this time.
0 commit comments