File tree Expand file tree Collapse file tree 5 files changed +17
-5
lines changed Expand file tree Collapse file tree 5 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 8686
8787 <!-- BCL packages -->
8888 <PackageReference Update =" System.Buffers" Version =" 4.5.1" />
89- <PackageReference Update =" System.ClientModel" Version =" 1.4.1 " />
89+ <PackageReference Update =" System.ClientModel" Version =" 1.4.2 " />
9090 <PackageReference Update =" System.IO.Hashing" Version =" 8.0.0" />
9191 <PackageReference Update =" System.Memory" Version =" 4.5.5" />
9292 <PackageReference Update =" System.Memory.Data" Version =" 8.0.1" />
111111 <PackageReference Update =" Azure.AI.Projects" Version =" 1.0.0-beta.2" />
112112 <PackageReference Update =" Azure.Communication.Identity" Version =" 1.3.1" />
113113 <PackageReference Update =" Azure.Communication.Common" Version =" 1.3.0" />
114- <PackageReference Update =" Azure.Core" Version =" 1.46.1 " />
114+ <PackageReference Update =" Azure.Core" Version =" 1.46.2 " />
115115 <PackageReference Update =" Azure.Core.Amqp" Version =" 1.3.1" />
116116 <PackageReference Update =" Azure.Core.Experimental" Version =" 0.1.0-preview.36" />
117117 <PackageReference Update =" Azure.Core.Expressions.DataFactory" Version =" 1.0.0" />
303303 <ItemGroup Condition =" ('$(IsTestProject)' == 'true') OR ('$(IsTestSupportProject)' == 'true') OR ('$(IsPerfProject)' == 'true') OR ('$(IsStressProject)' == 'true') OR ('$(IsSamplesProject)' == 'true')" >
304304 <PackageReference Update =" ApprovalTests" Version =" 3.0.22" />
305305 <PackageReference Update =" ApprovalUtilities" Version =" 3.0.22" />
306- <PackageReference Update =" Azure.Core" Version =" 1.46.1 " />
306+ <PackageReference Update =" Azure.Core" Version =" 1.46.2 " />
307307 <PackageReference Update =" Azure.Identity" Version =" 1.14.0" />
308308 <PackageReference Update =" Azure.Messaging.EventGrid" Version =" 4.17.0" />
309309 <PackageReference Update =" Azure.Messaging.EventHubs.Processor" Version =" 5.12.0" />
Original file line number Diff line number Diff line change 1010
1111### Other Changes
1212
13+ ## 1.46.2 (2025-06-05)
14+
15+ ### Features Added
16+
17+ - Adopt System.ClientModel 1.4.2
18+
1319## 1.46.1 (2025-05-09)
1420
1521### Features Added
Original file line number Diff line number Diff line change 44 <AssemblyTitle >Microsoft Azure Client Pipeline</AssemblyTitle >
55 <Version >1.47.0-beta.1</Version >
66 <!-- The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
7- <ApiCompatVersion >1.46.1 </ApiCompatVersion >
7+ <ApiCompatVersion >1.46.2 </ApiCompatVersion >
88 <PackageTags >Microsoft Azure Client Pipeline</PackageTags >
99 <Nullable >enable</Nullable >
1010 <DefineConstants >$(DefineConstants);AZURE_NULLABLE;HAS_INTERNALS_VISIBLE_CORE</DefineConstants >
Original file line number Diff line number Diff line change 1010
1111### Other Changes
1212
13+ ## 1.4.2 (2025-06-05)
14+
15+ ### Bugs Fixed
16+
17+ - First part of performance improvements for System.ClientModel.SourceGeneration to shorten lengthy builds.
18+
1319## 1.4.1 (2025-05-09)
1420
1521### Bugs Fixed
Original file line number Diff line number Diff line change 44 <Description >Contains building blocks for clients that call cloud services.</Description >
55 <Version >1.5.0-beta.1</Version >
66 <!-- The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
7- <ApiCompatVersion >1.4.1 </ApiCompatVersion >
7+ <ApiCompatVersion >1.4.2 </ApiCompatVersion >
88 <Nullable >enable</Nullable >
99 <TargetFrameworks >netstandard2.0;net8.0</TargetFrameworks >
1010 <PackageIcon >DotNetPackageIcon.png</PackageIcon >
You can’t perform that action at this time.
0 commit comments