Skip to content

Commit

Permalink
Prepare for WebJobs Storage Extension Release (#38943)
Browse files Browse the repository at this point in the history
  • Loading branch information
amnguye authored Sep 25, 2023
1 parent 11b414a commit 209a340
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 28 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
# Release History

## 5.3.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

## 5.2.1 (2023-09-25)
### Other Changes
- This release contains bug fixes to improve quality.

## 5.2.0 (2023-08-29)

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.3.0-beta.1</Version>
<Version>5.2.1</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>5.2.0</ApiCompatVersion>
<Description>This extension adds bindings for Storage</Description>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
# Release History

## 5.2.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

## 5.2.0 (2023-09-25)
### Other Changes
- This release contains bug fixes to improve quality.

## 5.1.3 (2023-06-26)
- Trigger binding support for ParameterBindingData reference type
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.2.0-beta.1</Version>
<Version>5.2.0</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>5.1.3</ApiCompatVersion>
<Description>This extension adds bindings for Storage</Description>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
# Release History

## 5.3.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
## 5.2.1 (2023-09-25)
Please refer to [`Microsoft.Azure.WebJobs.Extension.Storage.Blobs`](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs/CHANGELOG.md) and [`Microsoft.Azure.WebJobs.Extension.Storage.Queues`](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Queues/CHANGELOG.md) for detailed list of changes.

## 5.2.0 (2023-08-29)
Please refer to [`Microsoft.Azure.WebJobs.Extension.Storage.Blobs`](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs/CHANGELOG.md) and [`Microsoft.Azure.WebJobs.Extension.Storage.Queues`](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Queues/CHANGELOG.md) for detailed list of changes.
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.3.0-beta.1</Version>
<Version>5.2.1</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>5.2.0</ApiCompatVersion>
<RunApiCompat>false</RunApiCompat>
Expand Down

0 comments on commit 209a340

Please sign in to comment.