Skip to content

Commit 5ff47b2

Browse files
authored
Increment version for storage releases (Azure#47128)
1 parent 338bbe7 commit 5ff47b2

File tree

14 files changed

+95
-25
lines changed

14 files changed

+95
-25
lines changed

sdk/storage/Azure.Storage.Blobs.Batch/CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,26 @@
11
# Release History
22

3+
## 12.21.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 12.20.0 (2024-11-12)
414

515
### Features Added
616
- Includes all features from 12.20.0-beta.1 and 12.20.0-beta.2.
717

8-
## 12.19.1 (2024-10-10)
18+
## 12.20.0-beta.2 (2024-10-10)
919

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

13-
## 12.20.0-beta.2 (2024-10-10)
23+
## 12.19.1 (2024-10-10)
1424

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

sdk/storage/Azure.Storage.Blobs.Batch/src/Azure.Storage.Blobs.Batch.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.Batch client library</AssemblyTitle>
7-
<Version>12.20.0</Version>
7+
<Version>12.21.0-beta.1</Version>
88
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
9-
<ApiCompatVersion>12.19.1</ApiCompatVersion>
9+
<ApiCompatVersion>12.20.0</ApiCompatVersion>
1010
<DefineConstants>BlobSDK;$(DefineConstants)</DefineConstants>
1111
<PackageTags>Microsoft Azure Storage Blobs Batching;Batch blob;Batch operation;BlobBatchClient;BlobBatch;Microsoft;Azure;Blobs;Blob;Storage;StorageScalable;$(PackageCommonTags)</PackageTags>
1212
<Description>

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.53 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 12.0.0-preview.52 (2024-11-12)
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.52</Version>
7+
<Version>12.0.0-preview.53</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: 12 additions & 2 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 (2024-11-12)
414

515
### Features Added
@@ -9,12 +19,12 @@
919
- Fixed bug where network download streams were not properly disposed.
1020
- Fixed bug where DownloadToAsync() did not dispose all its network streams on error in some cases.
1121

12-
## 12.22.2 (2024-10-10)
22+
## 12.23.0-beta.2 (2024-10-10)
1323

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

17-
## 12.23.0-beta.2 (2024-10-10)
27+
## 12.22.2 (2024-10-10)
1828

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

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.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.2</ApiCompatVersion>
9+
<ApiCompatVersion>12.23.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: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,26 @@
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 (2024-11-12)
414

515
### Features Added
616
- This release contains bug fixes to improve quality.
717

8-
## 12.21.1 (2024-10-10)
18+
## 12.22.0-beta.2 (2024-10-10)
919

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

13-
## 12.22.0-beta.2 (2024-10-10)
23+
## 12.21.1 (2024-10-10)
1424

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

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.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.1</ApiCompatVersion>
9+
<ApiCompatVersion>12.22.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.DataLake/CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,26 @@
11
# Release History
22

3+
## 12.22.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 12.21.0 (2024-11-12)
414

515
### Features Added
616
- Includes all features from 12.21.0-beta.1 and 12.21.0-beta.2.
717

8-
## 12.20.1 (2024-10-10)
18+
## 12.21.0-beta.2 (2024-10-10)
919

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

13-
## 12.21.0-beta.2 (2024-10-10)
23+
## 12.20.1 (2024-10-10)
1424

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

sdk/storage/Azure.Storage.Files.DataLake/src/Azure.Storage.Files.DataLake.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.DataLake client library</AssemblyTitle>
7-
<Version>12.21.0</Version>
7+
<Version>12.22.0-beta.1</Version>
88
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
9-
<ApiCompatVersion>12.20.1</ApiCompatVersion>
9+
<ApiCompatVersion>12.21.0</ApiCompatVersion>
1010
<DefineConstants>DataLakeSDK;$(DefineConstants)</DefineConstants>
1111
<PackageTags>Microsoft Azure Storage Files;Microsoft;Azure;File;Files;Data Lake;Storage;StorageScalable;$(PackageCommonTags)</PackageTags>
1212
<DisableEnhancedAnalysis>true</DisableEnhancedAnalysis>

0 commit comments

Comments
 (0)