Skip to content

Commit 09a4ca7

Browse files
authored
Increment package version after release of Microsoft.Extensions.Azure (Azure#48869)
1 parent 245c4d8 commit 09a4ca7

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

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

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

3+
## 1.12.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.11.0 (2025-03-15)
414

515
### Features Added

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
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.11.0</Version>
7+
<Version>1.12.0-beta.1</Version>
88
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
9-
<ApiCompatVersion>1.10.0</ApiCompatVersion>
9+
<ApiCompatVersion>1.11.0</ApiCompatVersion>
1010
<PackageTags>Microsoft Azure Client Pipeline AspNetCore Extensions</PackageTags>
1111

1212
<!-- Make sure that we don't pull in additional dependencies during build or package -->

0 commit comments

Comments
 (0)