Skip to content

Commit

Permalink
Release Prep: Core (#37469)
Browse files Browse the repository at this point in the history
  • Loading branch information
christothes committed Jul 11, 2023
1 parent 7032a6e commit b49f132
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
8 changes: 1 addition & 7 deletions sdk/core/Azure.Core.Experimental/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
# Release History

## 0.1.0-preview.28 (Unreleased)

### Features Added
## 0.1.0-preview.28 (2023-07-11)

### Breaking Changes

- Removed `DynamicData` type.

### Bugs Fixed

### Other Changes

## 0.1.0-preview.27 (2023-05-09)

### Features Added
Expand Down
10 changes: 3 additions & 7 deletions sdk/core/Azure.Core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
# Release History

## 1.34.0-beta.1 (Unreleased)
## 1.34.0 (2023-07-11)

### Features Added

- Added `IsCaeEnabled` property to `TokenRequestContext` to enabled per-request support for Continuous Access Evaluation

### Breaking Changes

### Bugs Fixed

### Other Changes
- Updated dependency on System.Diagnostics.DiagnosticSource
- Added `ContentLengthLong` property to `ResponseHeaders`

## 1.33.0 (2023-06-16)

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.34.0-beta.1</Version>
<Version>1.34.0</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.33.0</ApiCompatVersion>
<PackageTags>Microsoft Azure Client Pipeline</PackageTags>
Expand Down

0 comments on commit b49f132

Please sign in to comment.