Skip to content

Commit 8bd6848

Browse files
authored
Increment version for storage releases (Azure#52548)
* Increment package version after release of Microsoft.Azure.WebJobs.Extensions.Storage.Queues * Increment package version after release of Microsoft.Azure.WebJobs.Extensions.Storage.Blobs * Increment package version after release of Microsoft.Azure.WebJobs.Extensions.Storage
1 parent 577b1be commit 8bd6848

File tree

6 files changed

+36
-6
lines changed

6 files changed

+36
-6
lines changed

sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs/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+
## 5.4.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 5.3.6 (2025-09-09)
414

515
### Bugs Fixed

sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs/src/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
44
</PropertyGroup>
55
<PropertyGroup>
6-
<Version>5.3.6</Version>
6+
<Version>5.4.0-beta.1</Version>
77
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
8-
<ApiCompatVersion>5.3.5</ApiCompatVersion>
8+
<ApiCompatVersion>5.3.6</ApiCompatVersion>
99
<Description>This extension adds bindings for Storage</Description>
1010
<!-- https://github.com/Azure/azure-sdk-for-net/issues/19222 -->
1111
<NoWarn>$(NoWarn);IDT002;IDT003</NoWarn>

sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Queues/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+
## 5.4.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 5.3.6 (2025-09-09)
414

515
### Other Changes

sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Queues/src/Microsoft.Azure.WebJobs.Extensions.Storage.Queues.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
44
</PropertyGroup>
55
<PropertyGroup>
6-
<Version>5.3.6</Version>
6+
<Version>5.4.0-beta.1</Version>
77
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
8-
<ApiCompatVersion>5.3.5</ApiCompatVersion>
8+
<ApiCompatVersion>5.3.6</ApiCompatVersion>
99
<Description>This extension adds bindings for Storage</Description>
1010
<!-- https://github.com/Azure/azure-sdk-for-net/issues/19222 -->
1111
<NoWarn>$(NoWarn);IDT002</NoWarn>

sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage/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+
## 5.4.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 5.3.6 (2025-09-09)
414

515
### Other Changes

sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage/src/Microsoft.Azure.WebJobs.Extensions.Storage.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
44
</PropertyGroup>
55
<PropertyGroup>
6-
<Version>5.3.6</Version>
6+
<Version>5.4.0-beta.1</Version>
77
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
8-
<ApiCompatVersion>5.3.5</ApiCompatVersion>
8+
<ApiCompatVersion>5.3.6</ApiCompatVersion>
99
<RunApiCompat>false</RunApiCompat>
1010
<Description>This extension adds bindings for Storage</Description>
1111
<!-- This package is a metapackage. The flag below makes sure it doesn't include any DLL-->

0 commit comments

Comments
 (0)