Skip to content

Commit d1f0fc3

Browse files
authored
Increment version for blob storage patch release (Azure#52832)
1 parent ee72373 commit d1f0fc3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@
77
### Breaking Changes
88

99
### Bugs Fixed
10-
- Fixed bug for processing partitioned downloads for empty blobs with content validation enabled.
1110

1211
### Other Changes
1312

13+
## 12.25.1 (2025-09-24)
14+
15+
### Bugs Fixed
16+
- Fixed bug for processing partitioned downloads for empty blobs with content validation enabled.
17+
1418
## 12.25.0 (2025-07-14)
1519

1620
### Features Added

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

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

0 commit comments

Comments
 (0)