Skip to content

Commit

Permalink
Get ready for Azure.Core 1.9.0 (#18453)
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym committed Feb 5, 2021
1 parent 435c658 commit deda6b2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion sdk/core/Azure.Core/CHANGELOG.md
@@ -1,6 +1,6 @@
# Release History

## 1.9.0-beta.1 (Unreleased)
## 1.9.0 (2021-02-09)

## Added
- Added Serialize overloads on `ObjectSerializer` that serialize to `BinaryData`.
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/Azure.Core/src/Azure.Core.csproj
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.9.0-beta.1</Version>
<Version>1.9.0</Version>
<ApiCompatVersion>1.8.1</ApiCompatVersion>
<PackageTags>Microsoft Azure Client Pipeline</PackageTags>
<Nullable>enable</Nullable>
Expand Down
10 changes: 5 additions & 5 deletions sdk/extensions/Microsoft.Extensions.Azure/CHANGELOG.md
@@ -1,6 +1,6 @@
# Release History

## 1.1.0-beta.2 (Unreleased)
## 1.1.0-beta.2 (2021-02-09)

### Added

Expand All @@ -14,19 +14,19 @@
- The `AzureEventSourceLogForwarder` class that allows manual control over the log forwarding.
- The `AddAzureClientsCore` extension method.

## 1.0.0
## 1.0.0

- Updated Azure.Identity dependency version

## 1.0.0-preview.3
## 1.0.0-preview.3

- Updated Azure.Identity dependency version

## 1.0.0-preview.2
## 1.0.0-preview.2

- Minor bug fixes and code improvements.

## 1.0.0-preview.1
## 1.0.0-preview.1

- Added TokenCredential support.
- Added client version support.
Expand Down

0 comments on commit deda6b2

Please sign in to comment.