Skip to content

Commit 13bb530

Browse files
committed
Prepped branch for STG 99 GA release
1 parent bf47443 commit 13bb530

File tree

12 files changed

+45
-42
lines changed

12 files changed

+45
-42
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Release History
22

3-
## 12.23.0-beta.2 (Unreleased)
3+
## 12.23.0 (unreleased)
44

55
### Features Added
6+
- Includes all features from 12.23.0-beta.1
67

7-
### Breaking Changes
8+
## 12.22.0 (2025-07-14)
89

9-
### Bugs Fixed
10-
11-
### Other Changes
10+
### Features Added
11+
- Includes all features from 12.22.0-beta.1
1212

1313
## 12.23.0-beta.1 (2025-06-09)
1414

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.23.0-beta.2</Version>
7+
<Version>12.23.0</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>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/CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# Release History
22

3-
## 12.26.0-beta.2 (Unreleased)
3+
## 12.26.0 (unreleased)
44

55
### Features Added
6+
- Includes all features from 12.26.0-beta.1
67

7-
### Breaking Changes
8+
## 12.25.0 (2025-07-14)
89

9-
### Bugs Fixed
10-
11-
### Other Changes
10+
### Features Added
11+
- Includes all features from 12.25.0-beta.1
12+
- Includes all features from 12.24.1
1213

1314
## 12.26.0-beta.1 (2025-06-09)
1415

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.26.0-beta.2</Version>
7+
<Version>12.26.0</Version>
88
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
9-
<ApiCompatVersion>12.24.1</ApiCompatVersion>
9+
<ApiCompatVersion>12.25.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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Release History
22

3-
## 12.25.0-beta.2 (Unreleased)
3+
## 12.25.0 (unreleased)
44

55
### Features Added
6+
- This release contains bug fixes to improve quality.
67

7-
### Breaking Changes
8-
9-
### Bugs Fixed
8+
## 12.24.0 (2025-07-14)
109

11-
### Other Changes
10+
### Features Added
11+
- This release contains bug fixes to improve quality.
1212

1313
## 12.25.0-beta.1 (2025-06-09)
1414

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.25.0-beta.2</Version>
7+
<Version>12.25.0</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>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: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Release History
22

3-
## 12.24.0-beta.2 (Unreleased)
3+
## 12.24.0 (unreleased)
44

55
### Features Added
6+
- Includes all features from 12.24.0-beta.1
67

7-
### Breaking Changes
8+
## 12.23.0 (2025-07-14)
89

9-
### Bugs Fixed
10-
11-
### Other Changes
10+
### Features Added
11+
- Includes all features from 12.23.0-beta.1
1212

1313
## 12.24.0-beta.1 (2025-06-09)
1414

@@ -36,6 +36,7 @@
3636
### Features Added
3737
- Added support for service version 2025-05-05.
3838

39+
3940
## 12.21.0 (2024-11-12)
4041

4142
### Features Added

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.24.0-beta.2</Version>
7+
<Version>12.24.0</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>DataLakeSDK;$(DefineConstants)</DefineConstants>
1111
<PackageTags>Microsoft Azure Storage Files;Microsoft;Azure;File;Files;Data Lake;Storage;StorageScalable;$(PackageCommonTags)</PackageTags>
1212
<DisableEnhancedAnalysis>true</DisableEnhancedAnalysis>

sdk/storage/Azure.Storage.Files.Shares/CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Release History
22

3-
## 12.24.0-beta.2 (Unreleased)
3+
## 12.24.0 (unreleased)
44

55
### Features Added
6+
- Includes all features from 12.24.0-beta.1
67

7-
### Breaking Changes
8-
9-
### Bugs Fixed
8+
## 12.23.0 (2025-07-14)
109

11-
### Other Changes
10+
### Features Added
11+
- Includes all features from 12.23.0-beta.1
1212

1313
## 12.24.0-beta.1 (2025-06-09)
1414

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.24.0-beta.2</Version>
7+
<Version>12.24.0</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>FileSDK;$(DefineConstants)</DefineConstants>
1111
<PackageTags>Microsoft Azure Storage Files;Microsoft;Azure;File;Files;Storage;StorageScalable;$(PackageCommonTags)</PackageTags>
1212
<DisableEnhancedAnalysis>true</DisableEnhancedAnalysis>

0 commit comments

Comments
 (0)