Skip to content

Commit e0cdc9f

Browse files
authored
Prepare Azure.Core 1.17 release (Azure#23058)
1 parent c9c20f9 commit e0cdc9f

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

sdk/core/Azure.Core/CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
# Release History
22

3-
## 1.17.0-beta.1 (Unreleased)
3+
## 1.17.0 (2021-08-10)
44

55
### Features Added
66

7-
### Breaking Changes
8-
9-
### Key Bugs Fixed
7+
- Added `ClientOptions.Default` to configure defaults process-wide.
8+
- Added `HttpPipelinePosition.BeforeTransport` to be able to add policies at the end of the pipeline before the transport.
109

1110
### Fixed
1211

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Description>This is the implementation of the Azure Client Pipeline</Description>
44
<AssemblyTitle>Microsoft Azure Client Pipeline</AssemblyTitle>
5-
<Version>1.17.0-beta.1</Version>
5+
<Version>1.17.0</Version>
66
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
77
<ApiCompatVersion>1.16.0</ApiCompatVersion>
88
<PackageTags>Microsoft Azure Client Pipeline</PackageTags>

0 commit comments

Comments
 (0)