Skip to content

Commit 1e360ff

Browse files
committed
[EnySys] Bump SCM Version to 1.5.1
The focus of these changes is to update `System.ClientModel` to version 1.5.1, in order to absorb a fix for a concurrency bug that can cause infinite loops during deserialization on the legacy .NET Framework.
1 parent 6a50608 commit 1e360ff

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## 2.3.0-beta.1 (Unreleased)
4+
5+
### Other changes
6+
7+
- Updated to `System.ClientModel` 1.5.1, which contains a fix for a concurrency bug which could cause some applications running on the legacy .NET Framework to experience an infinite loop while deserializing service responses.
8+
39
## 2.2.0 (2025-07-02)
410

511
### Features Added

src/OpenAI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181

8282
<ItemGroup>
8383
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
84-
<PackageReference Include="System.ClientModel" Version="1.4.2" />
84+
<PackageReference Include="System.ClientModel" Version="1.5.1" />
8585
</ItemGroup>
8686

8787
<ItemGroup Condition="!$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">

0 commit comments

Comments
 (0)