Skip to content

Commit 4a2a487

Browse files
authored
Increment package version after release of Azure.Core (#59694)
1 parent f81c1ee commit 4a2a487

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

eng/centralpackagemanagement/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<PackageVersion Include="Azure.AI.OpenAI" Version="2.0.0" />
106106
<PackageVersion Include="Azure.AI.Projects" Version="2.0.1" />
107107
<PackageVersion Include="Azure.Communication.Common" Version="1.4.0" />
108-
<PackageVersion Include="Azure.Core" Version="1.57.0" />
108+
<PackageVersion Include="Azure.Core" Version="1.58.0" />
109109
<PackageVersion Include="Azure.Core.Amqp" Version="1.3.1" />
110110
<PackageVersion Include="Azure.Core.Experimental" Version="0.1.0-preview.36" />
111111
<PackageVersion Include="Azure.Core.Expressions.DataFactory" Version="1.0.0" />

sdk/core/Azure.Core/CHANGELOG.md

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

3+
## 1.59.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.58.0 (2026-06-04)
414

515
### Features Added

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

Lines changed: 2 additions & 2 deletions
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.58.0</Version>
5+
<Version>1.59.0-beta.1</Version>
66
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
7-
<ApiCompatVersion>1.57.0</ApiCompatVersion>
7+
<ApiCompatVersion>1.58.0</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)