Skip to content

Commit 3fc1bab

Browse files
authored
Increment version for storage releases (Azure#48732)
* Increment package version after release of Azure.Storage.Common * Increment package version after release of Azure.Storage.Blobs * Increment package version after release of Azure.Storage.Queues * Increment package version after release of Azure.Storage.Files.Shares * Increment package version after release of Azure.Storage.Blobs.ChangeFeed
1 parent b96c328 commit 3fc1bab

File tree

10 files changed

+59
-9
lines changed

10 files changed

+59
-9
lines changed

sdk/storage/Azure.Storage.Blobs.ChangeFeed/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+
## 12.0.0-preview.55 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 12.0.0-preview.54 (2025-03-11)
414

515
### Features Added

sdk/storage/Azure.Storage.Blobs.ChangeFeed/src/Azure.Storage.Blobs.ChangeFeed.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</PropertyGroup>
55
<PropertyGroup>
66
<AssemblyTitle>Microsoft Azure.Storage.Blobs.ChangeFeed client library</AssemblyTitle>
7-
<Version>12.0.0-preview.54</Version>
7+
<Version>12.0.0-preview.55</Version>
88
<DefineConstants>ChangeFeedSDK;$(DefineConstants)</DefineConstants>
99
<PackageTags>Microsoft Azure Change Feed;Microsoft;Azure;Storage;StorageScalable;$(PackageCommonTags)</PackageTags>
1010
<Description>

sdk/storage/Azure.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+
## 12.25.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 12.24.0 (2025-03-11)
414

515
### Features Added

sdk/storage/Azure.Storage.Blobs/src/Azure.Storage.Blobs.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
</PropertyGroup>
55
<PropertyGroup>
66
<AssemblyTitle>Microsoft Azure.Storage.Blobs client library</AssemblyTitle>
7-
<Version>12.24.0</Version>
7+
<Version>12.25.0-beta.1</Version>
88
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
9-
<ApiCompatVersion>12.23.0</ApiCompatVersion>
9+
<ApiCompatVersion>12.24.0</ApiCompatVersion>
1010
<DefineConstants>BlobSDK;$(DefineConstants)</DefineConstants>
1111
<PackageTags>Microsoft Azure Storage Blobs;Microsoft;Azure;Blobs;Blob;Storage;StorageScalable;$(PackageCommonTags)</PackageTags>
1212
<DisableEnhancedAnalysis>true</DisableEnhancedAnalysis>

sdk/storage/Azure.Storage.Common/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+
## 12.24.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 12.23.0 (2025-03-11)
414

515
### Bugs Fixed

sdk/storage/Azure.Storage.Common/src/Azure.Storage.Common.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
</PropertyGroup>
55
<PropertyGroup>
66
<AssemblyTitle>Microsoft Azure.Storage.Common client library</AssemblyTitle>
7-
<Version>12.23.0</Version>
7+
<Version>12.24.0-beta.1</Version>
88
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
9-
<ApiCompatVersion>12.22.0</ApiCompatVersion>
9+
<ApiCompatVersion>12.23.0</ApiCompatVersion>
1010
<DefineConstants>CommonSDK;$(DefineConstants)</DefineConstants>
1111
<PackageTags>Microsoft Azure Storage Common, Microsoft, Azure, StorageScalable, azureofficial</PackageTags>
1212
<Description>

sdk/storage/Azure.Storage.Files.Shares/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+
## 12.23.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 12.22.0 (2025-03-11)
414

515
### Features Added

sdk/storage/Azure.Storage.Files.Shares/src/Azure.Storage.Files.Shares.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
</PropertyGroup>
55
<PropertyGroup>
66
<AssemblyTitle>Microsoft Azure.Storage.Files.Shares client library</AssemblyTitle>
7-
<Version>12.22.0</Version>
7+
<Version>12.23.0-beta.1</Version>
88
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
9-
<ApiCompatVersion>12.21.0</ApiCompatVersion>
9+
<ApiCompatVersion>12.22.0</ApiCompatVersion>
1010
<DefineConstants>FileSDK;$(DefineConstants)</DefineConstants>
1111
<PackageTags>Microsoft Azure Storage Files;Microsoft;Azure;File;Files;Storage;StorageScalable;$(PackageCommonTags)</PackageTags>
1212
<DisableEnhancedAnalysis>true</DisableEnhancedAnalysis>

sdk/storage/Azure.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+
## 12.23.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 12.22.0 (2025-03-11)
414

515
### Features Added

sdk/storage/Azure.Storage.Queues/src/Azure.Storage.Queues.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
</PropertyGroup>
55
<PropertyGroup>
66
<AssemblyTitle>Microsoft Azure.Storage.Queues client library</AssemblyTitle>
7-
<Version>12.22.0</Version>
7+
<Version>12.23.0-beta.1</Version>
88
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
9-
<ApiCompatVersion>12.21.0</ApiCompatVersion>
9+
<ApiCompatVersion>12.22.0</ApiCompatVersion>
1010
<DefineConstants>QueueSDK;$(DefineConstants)</DefineConstants>
1111
<PackageTags>Microsoft Azure Storage Queues;Microsoft;Azure;Queues;Queue;Storage;StorageScalable;$(PackageCommonTags)</PackageTags>
1212
<Description>

0 commit comments

Comments
 (0)