Skip to content

Commit 8009447

Browse files
authored
Prepare release for System.ClientModel 1.8.1 (#53802)
1 parent fb8649a commit 8009447

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

sdk/core/System.ClientModel/CHANGELOG.md

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

3-
## 1.9.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 1.8.1 (2025-11-10)
84

95
### Bugs Fixed
106

11-
### Other Changes
7+
- Fixed an issue with JsonPatch.TryGetValue throwing instead of returning false in some cases.
8+
- Fixed an issue with JsonPatch decoding special characters in json when using GetString.
129

1310
## 1.8.0 (2025-10-31)
1411

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.9.0-beta.1</Version>
5+
<Version>1.8.1</Version>
66
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
77
<ApiCompatVersion>1.8.0</ApiCompatVersion>
88
<Nullable>enable</Nullable>

0 commit comments

Comments
 (0)