Skip to content

Commit

Permalink
Preparing for Storage WebJobs Extension Release for Blobs (#38123)
Browse files Browse the repository at this point in the history
* Preparing for Storage WebJobs Extension Release for Blobs

* Updated changelogs to prepare for GA release

* Updated package versions

* Point Microsoft.Azure.WebJobs.Extensions.Storage to the released version of Queues
  • Loading branch information
amnguye authored Aug 10, 2023
1 parent ce1d633 commit 11736d0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 20 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
# Release History

## 5.2.0-beta.1 (Unreleased)
## 5.2.0 (2023-08-10)

### Features Added
- Added support for `BlobsOptions.MaxDequeueCount`

### Breaking Changes

### Bugs Fixed

### Other Changes

## 5.1.3 (2023-06-26)
- Loosen parameter binding data parsing and validation to allow binding BlobContainerClient without blob name. (#37124)

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.2.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
## 5.2.0 (2023-08-10)
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.1.3 (2023-06-26)
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
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<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>
<RunApiCompat>false</RunApiCompat>
Expand All @@ -15,6 +15,9 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Microsoft.Azure.WebJobs.Extensions.Storage.Blobs\src\Microsoft.Azure.WebJobs.Extensions.Storage.Blobs.csproj" />
<ProjectReference Include="..\..\Microsoft.Azure.WebJobs.Extensions.Storage.Queues\src\Microsoft.Azure.WebJobs.Extensions.Storage.Queues.csproj" />
<!-- Remove pointing to the released package of Microsoft.Azure.WebJobs.Extensions.Storage.Queues and reenable pointing to the unreleased version after
release the common package. https://github.com/Azure/azure-sdk-for-net/issues/38145 -->
<!--<ProjectReference Include="..\..\Microsoft.Azure.WebJobs.Extensions.Storage.Queues\src\Microsoft.Azure.WebJobs.Extensions.Storage.Queues.csproj" /> -->
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Storage.Queues" VersionOverride="5.1.3"/>
</ItemGroup>
</Project>

0 comments on commit 11736d0

Please sign in to comment.