File tree 3 files changed +14
-4
lines changed
3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 111
111
<PackageReference Update =" Azure.AI.Projects" Version =" 1.0.0-beta.2" />
112
112
<PackageReference Update =" Azure.Communication.Identity" Version =" 1.3.1" />
113
113
<PackageReference Update =" Azure.Communication.Common" Version =" 1.3.0" />
114
- <PackageReference Update =" Azure.Core" Version =" 1.46.0 " />
114
+ <PackageReference Update =" Azure.Core" Version =" 1.46.1 " />
115
115
<PackageReference Update =" Azure.Core.Amqp" Version =" 1.3.1" />
116
116
<PackageReference Update =" Azure.Core.Experimental" Version =" 0.1.0-preview.36" />
117
117
<PackageReference Update =" Azure.Core.Expressions.DataFactory" Version =" 1.0.0" />
300
300
<ItemGroup Condition =" ('$(IsTestProject)' == 'true') OR ('$(IsTestSupportProject)' == 'true') OR ('$(IsPerfProject)' == 'true') OR ('$(IsStressProject)' == 'true') OR ('$(IsSamplesProject)' == 'true')" >
301
301
<PackageReference Update =" ApprovalTests" Version =" 3.0.22" />
302
302
<PackageReference Update =" ApprovalUtilities" Version =" 3.0.22" />
303
- <PackageReference Update =" Azure.Core" Version =" 1.46.0 " />
303
+ <PackageReference Update =" Azure.Core" Version =" 1.46.1 " />
304
304
<PackageReference Update =" Azure.Identity" Version =" 1.13.1" />
305
305
<PackageReference Update =" Azure.Messaging.EventGrid" Version =" 4.17.0" />
306
306
<PackageReference Update =" Azure.Messaging.EventHubs.Processor" Version =" 5.12.0" />
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
+ ## 1.47.0-beta.1 (Unreleased)
4
+
5
+ ### Features Added
6
+
7
+ ### Breaking Changes
8
+
9
+ ### Bugs Fixed
10
+
11
+ ### Other Changes
12
+
3
13
## 1.46.1 (2025-05-09)
4
14
5
15
### Features Added
Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<Description >This is the implementation of the Azure Client Pipeline</Description >
4
4
<AssemblyTitle >Microsoft Azure Client Pipeline</AssemblyTitle >
5
- <Version >1.46 .1</Version >
5
+ <Version >1.47.0-beta .1</Version >
6
6
<!-- The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
7
- <ApiCompatVersion >1.46.0 </ApiCompatVersion >
7
+ <ApiCompatVersion >1.46.1 </ApiCompatVersion >
8
8
<PackageTags >Microsoft Azure Client Pipeline</PackageTags >
9
9
<Nullable >enable</Nullable >
10
10
<DefineConstants >$(DefineConstants);AZURE_NULLABLE;HAS_INTERNALS_VISIBLE_CORE</DefineConstants >
You can’t perform that action at this time.
0 commit comments