Skip to content

Commit 33d910e

Browse files
authored
Prepare Microsoft.Extensions.Azure for release (Azure#46947)
1 parent cfcb0c4 commit 33d910e

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

sdk/extensions/Microsoft.Extensions.Azure/CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
# Release History
22

3-
## 1.8.0-beta.1 (Unreleased)
3+
## 1.8.0 (2024-11-05)
44

55
### Features Added
66

77
- Added support for constructing a `ManagedIdentityCredential` from config by setting the `managedIdentityObjectId` key.
88

9-
### Breaking Changes
10-
11-
### Bugs Fixed
12-
139
### Other Changes
1410

1511
- Updated dependency `Azure.Identity` to version `1.13.1`.

sdk/extensions/Microsoft.Extensions.Azure/src/Microsoft.Extensions.Azure.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
55
<Description>Azure Client SDK integration with Microsoft.Extensions libraries</Description>
66
<AssemblyTitle>Azure Client SDK integration Microsoft.Extensions</AssemblyTitle>
7-
<Version>1.8.0-beta.1</Version>
7+
<Version>1.8.0</Version>
88
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
99
<ApiCompatVersion>1.7.6</ApiCompatVersion>
1010
<PackageTags>Microsoft Azure Client Pipeline AspNetCore Extensions</PackageTags>

0 commit comments

Comments
 (0)