We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cddb86 commit 278d535Copy full SHA for 278d535
sdk/core/System.ClientModel/CHANGELOG.md
@@ -1,14 +1,10 @@
1
# Release History
2
3
-## 1.5.0-beta.1 (Unreleased)
4
-
5
-### Features Added
6
7
-### Breaking Changes
+## 1.4.1 (2025-05-09)
8
9
### Bugs Fixed
10
11
-### Other Changes
+- Fixed an issue when a model builder was both IEnumerable and IPersistable.
12
13
## 1.4.0 (2025-05-02)
14
sdk/core/System.ClientModel/src/System.ClientModel.csproj
@@ -2,7 +2,7 @@
<PropertyGroup>
<Description>Contains building blocks for clients that call cloud services.</Description>
- <Version>1.5.0-beta.1</Version>
+ <Version>1.4.1</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.4.0</ApiCompatVersion>
<Nullable>enable</Nullable>
0 commit comments