Skip to content

Commit 603364a

Browse files
authored
Increment version for storage releases (Azure#38420)
* 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 b533d11 commit 603364a

File tree

4 files changed

+27
-7
lines changed

4 files changed

+27
-7
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.3.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 5.2.0 (2023-08-29)
414

515
### Bugs Fixed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
44
</PropertyGroup>
55
<PropertyGroup>
6-
<Version>5.2.0</Version>
6+
<Version>5.3.0-beta.1</Version>
77
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
8-
<ApiCompatVersion>5.1.3</ApiCompatVersion>
8+
<ApiCompatVersion>5.2.0</ApiCompatVersion>
99
<RunApiCompat>false</RunApiCompat>
1010
<Description>This extension adds bindings for Storage</Description>
1111
<!-- https://github.com/Azure/azure-sdk-for-net/issues/19222 -->

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.3.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 5.2.0 (2023-08-29)
414
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.
515

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
44
</PropertyGroup>
55
<PropertyGroup>
6-
<Version>5.2.0</Version>
6+
<Version>5.3.0-beta.1</Version>
77
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
8-
<ApiCompatVersion>5.1.3</ApiCompatVersion>
8+
<ApiCompatVersion>5.2.0</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-->
@@ -18,6 +18,6 @@
1818
<!-- Remove pointing to the released package of Microsoft.Azure.WebJobs.Extensions.Storage.Queues and reenable pointing to the unreleased version after
1919
release the common package. https://github.com/Azure/azure-sdk-for-net/issues/38145 -->
2020
<!--<ProjectReference Include="..\..\Microsoft.Azure.WebJobs.Extensions.Storage.Queues\src\Microsoft.Azure.WebJobs.Extensions.Storage.Queues.csproj" /> -->
21-
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Storage.Queues" VersionOverride="5.1.3"/>
21+
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Storage.Queues" VersionOverride="5.1.3" />
2222
</ItemGroup>
2323
</Project>

0 commit comments

Comments
 (0)