Skip to content

Commit

Permalink
Release preparation for Azure.Core 1.30.0 (#34822)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSher authored Mar 9, 2023
1 parent bfad443 commit abf92e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions sdk/core/Azure.Core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Release History

## 1.30.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes
## 1.30.0 (2023-03-09)

### Bugs Fixed

### Other Changes
- Fixed the issue with empty header names and values, caused by `ArrayBackedPropertyBag` keeping reference to the array after returning it to array pool [in (https://github.com/Azure/azure-sdk-for-net/pull/34800) `Dispose` method].

## 1.29.0 (2023-03-02)

Expand Down
2 changes: 1 addition & 1 deletion sdk/core/Azure.Core/src/Azure.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Description>This is the implementation of the Azure Client Pipeline</Description>
<AssemblyTitle>Microsoft Azure Client Pipeline</AssemblyTitle>
<Version>1.30.0-beta.1</Version>
<Version>1.30.0</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.29.0</ApiCompatVersion>
<PackageTags>Microsoft Azure Client Pipeline</PackageTags>
Expand Down

0 comments on commit abf92e3

Please sign in to comment.