Skip to content

Commit 278d535

Browse files
authored
Prepare release for System.ClientModel 1.4.1 (Azure#49963)
1 parent 8cddb86 commit 278d535

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.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 1.4.1 (2025-05-09)
84

95
### Bugs Fixed
106

11-
### Other Changes
7+
- Fixed an issue when a model builder was both IEnumerable and IPersistable.
128

139
## 1.4.0 (2025-05-02)
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.1</Version>
5+
<Version>1.4.1</Version>
66
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
77
<ApiCompatVersion>1.4.0</ApiCompatVersion>
88
<Nullable>enable</Nullable>

0 commit comments

Comments
 (0)