Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get ready for Azure.Core 1.9.0 #18453

Merged
merged 2 commits into from
Feb 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdk/core/Azure.Core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this intended?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I'll ship that one as well decided to kill 2 birds with one stone.



## 1.1.0-beta.1 (2020-11-10)
Expand All @@ -11,19 +11,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