Skip to content

Commit fd08712

Browse files
azure-sdkm-nash
andauthored
Increment version for core releases (Azure#49979)
* Increment package version after release of Azure.Core * bump azure core version in packages.data.props --------- Co-authored-by: m-nash <[email protected]>
1 parent dc70df6 commit fd08712

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

eng/Packages.Data.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
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.0" />
114+
<PackageReference Update="Azure.Core" Version="1.46.1" />
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" />
@@ -300,7 +300,7 @@
300300
<ItemGroup Condition="('$(IsTestProject)' == 'true') OR ('$(IsTestSupportProject)' == 'true') OR ('$(IsPerfProject)' == 'true') OR ('$(IsStressProject)' == 'true') OR ('$(IsSamplesProject)' == 'true')">
301301
<PackageReference Update="ApprovalTests" Version="3.0.22" />
302302
<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" />
304304
<PackageReference Update="Azure.Identity" Version="1.13.1" />
305305
<PackageReference Update="Azure.Messaging.EventGrid" Version="4.17.0" />
306306
<PackageReference Update="Azure.Messaging.EventHubs.Processor" Version="5.12.0" />

sdk/core/Azure.Core/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 1.47.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.46.1 (2025-05-09)
414

515
### Features Added

sdk/core/Azure.Core/src/Azure.Core.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<PropertyGroup>
33
<Description>This is the implementation of the Azure Client Pipeline</Description>
44
<AssemblyTitle>Microsoft Azure Client Pipeline</AssemblyTitle>
5-
<Version>1.46.1</Version>
5+
<Version>1.47.0-beta.1</Version>
66
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
7-
<ApiCompatVersion>1.46.0</ApiCompatVersion>
7+
<ApiCompatVersion>1.46.1</ApiCompatVersion>
88
<PackageTags>Microsoft Azure Client Pipeline</PackageTags>
99
<Nullable>enable</Nullable>
1010
<DefineConstants>$(DefineConstants);AZURE_NULLABLE;HAS_INTERNALS_VISIBLE_CORE</DefineConstants>

0 commit comments

Comments
 (0)