Skip to content

Commit

Permalink
[Storage] Prepare for Storage Base Packages Preview Patch Release and…
Browse files Browse the repository at this point in the history
… WebJobs GA Patch Release (#46537)

* Prepare for Storage Patch Release

* Bumping version for Webjobs for GA patch release
  • Loading branch information
amnguye authored Oct 10, 2024
1 parent abd5a14 commit 991f2e6
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 73 deletions.
9 changes: 2 additions & 7 deletions sdk/storage/Azure.Storage.Blobs.Batch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
# Release History

## 12.20.0-beta.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
## 12.20.0-beta.2 (2024-10-10)

### Other Changes
- Upgraded `System.Text.Json` package dependency to 6.0.10 for security fix.

## 12.20.0-beta.1 (2024-10-08)

Expand Down
9 changes: 2 additions & 7 deletions sdk/storage/Azure.Storage.Blobs.ChangeFeed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
# Release History

## 12.0.0-preview.51 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
## 12.0.0-preview.51 (2024-10-10)

### Other Changes
- Upgraded `System.Text.Json` package dependency to 6.0.10 for security fix.

## 12.0.0-preview.50 (2024-10-08)

Expand Down
9 changes: 2 additions & 7 deletions sdk/storage/Azure.Storage.Blobs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
# Release History

## 12.23.0-beta.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
## 12.23.0-beta.2 (2024-10-10)

### Other Changes
- Upgraded `System.Text.Json` package dependency to 6.0.10 for security fix.

## 12.23.0-beta.1 (2024-10-08)

Expand Down
9 changes: 2 additions & 7 deletions sdk/storage/Azure.Storage.Common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
# Release History

## 12.22.0-beta.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
## 12.22.0-beta.2 (2024-10-10)

### Other Changes
- Upgraded `System.Text.Json` package dependency to 6.0.10 for security fix.

## 12.22.0-beta.1 (2024-10-08)

Expand Down
9 changes: 2 additions & 7 deletions sdk/storage/Azure.Storage.Files.DataLake/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
# Release History

## 12.21.0-beta.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
## 12.21.0-beta.2 (2024-10-10)

### Other Changes
- Upgraded `System.Text.Json` package dependency to 6.0.10 for security fix.

## 12.21.0-beta.1 (2024-10-08)

Expand Down
9 changes: 2 additions & 7 deletions sdk/storage/Azure.Storage.Files.Shares/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
# Release History

## 12.21.0-beta.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
## 12.21.0-beta.2 (2024-10-10)

### Other Changes
- Upgraded `System.Text.Json` package dependency to 6.0.10 for security fix.

## 12.21.0-beta.1 (2024-10-08)

Expand Down
9 changes: 2 additions & 7 deletions sdk/storage/Azure.Storage.Queues/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
# Release History

## 12.21.0-beta.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
## 12.21.0-beta.2 (2024-10-10)

### Other Changes
- Upgraded `System.Text.Json` package dependency to 6.0.10 for security fix.

## 12.21.0-beta.1 (2024-10-08)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
# Release History

## 5.4.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
## 5.3.3 (2024-10-10)

### Other Changes
- Upgraded `System.Text.Json` package dependency to 6.0.10 for security fix.

## 5.3.2 (2024-09-19)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
</PropertyGroup>
<PropertyGroup>
<Version>5.4.0-beta.1</Version>
<Version>5.3.3</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>5.3.2</ApiCompatVersion>
<Description>This extension adds bindings for Storage</Description>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
# Release History

## 5.4.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
## 5.3.3 (2024-10-10)

### Other Changes
- Upgraded `System.Text.Json` package dependency to 6.0.10 for security fix.

## 5.3.2 (2024-09-19)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
</PropertyGroup>
<PropertyGroup>
<Version>5.4.0-beta.1</Version>
<Version>5.3.3</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>5.3.2</ApiCompatVersion>
<Description>This extension adds bindings for Storage</Description>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
# Release History

## 5.4.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
## 5.3.3 (2024-10-10)

### Other Changes
- Upgraded `System.Text.Json` package dependency to 6.0.10 for security fix.

## 5.3.2 (2024-09-19)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
</PropertyGroup>
<PropertyGroup>
<Version>5.4.0-beta.1</Version>
<Version>5.3.3</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>5.3.2</ApiCompatVersion>
<RunApiCompat>false</RunApiCompat>
Expand Down

0 comments on commit 991f2e6

Please sign in to comment.