Skip to content

Commit 4ead318

Browse files
authored
Updated Storage changelogs and csproj files after patch release (Azure#35163)
1 parent 044c5b6 commit 4ead318

File tree

19 files changed

+40
-10
lines changed

19 files changed

+40
-10
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
- Added support for service version 2022-11-02.
55
- `BlobBatch` is made explicitly resilient to multiple dispose
66

7+
## 12.12.1 (2023-03-24)
8+
- Bumped Azure.Core dependency from 1.28 and 1.30, fixing issue with headers being non-resilient to double dispose of the request.
9+
710
## 12.12.0 (2023-02-21)
811
- Includes all features from 12.12.0-beta.1.
912

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<AssemblyTitle>Microsoft Azure.Storage.Blobs.Batch client library</AssemblyTitle>
99
<Version>12.13.0-beta.1</Version>
1010
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
11-
<ApiCompatVersion>12.12.0</ApiCompatVersion>
11+
<ApiCompatVersion>12.12.1</ApiCompatVersion>
1212
<DefineConstants>BlobSDK;$(DefineConstants)</DefineConstants>
1313
<PackageTags>Microsoft Azure Storage Blobs Batching;Batch blob;Batch operation;BlobBatchClient;BlobBatch;Microsoft;Azure;Blobs;Blob;Storage;StorageScalable;$(PackageCommonTags)</PackageTags>
1414
<Description>

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# Release History
22

3-
## 12.0.0-preview.32 (Unreleased)
3+
## 12.0.0-preview.33 (Unreleased)
44
- Added support for service version 2022-11-02.
55

6+
## 12.0.0-preview.32 (2023-03-24)
7+
- Bumped Azure.Core dependency from 1.28 and 1.30, fixing issue with headers being non-resilient to double dispose of the request.
8+
69
## 12.0.0-preview.31 (2023-02-21)
710
- This release contains bug fixes to improve quality.
811

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
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77
<PropertyGroup>
88
<AssemblyTitle>Microsoft Azure.Storage.Blobs.ChangeFeed client library</AssemblyTitle>
9-
<Version>12.0.0-preview.32</Version>
9+
<Version>12.0.0-preview.33</Version>
1010
<DefineConstants>ChangeFeedSDK;$(DefineConstants)</DefineConstants>
1111
<PackageTags>Microsoft Azure Change Feed;Microsoft;Azure;Storage;StorageScalable;$(PackageCommonTags)</PackageTags>
1212
<Description>

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
- Added support for service version 2022-11-02.
55
- Fixed bug where GenerateSasUri did not honor TrimBlobNameSlashes when creating the SAS (#34591).
66

7+
## 12.15.1 (2023-03-24)
8+
- Bumped Azure.Core dependency from 1.28 and 1.30, fixing issue with headers being non-resilient to double dispose of the request.
9+
710
## 12.15.0 (2023-02-21)
811
- Includes all features from 12.15.0-beta.1.
912
- Added BlobDownloadDetails.CreatedOn property.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<AssemblyTitle>Microsoft Azure.Storage.Blobs client library</AssemblyTitle>
99
<Version>12.16.0-beta.1</Version>
1010
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
11-
<ApiCompatVersion>12.15.0</ApiCompatVersion>
11+
<ApiCompatVersion>12.15.1</ApiCompatVersion>
1212
<DefineConstants>BlobSDK;$(DefineConstants)</DefineConstants>
1313
<PackageTags>Microsoft Azure Storage Blobs;Microsoft;Azure;Blobs;Blob;Storage;StorageScalable;$(PackageCommonTags)</PackageTags>
1414
<Description>

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
## 12.15.0-beta.1 (Unreleased)
44
- This release contains bug fixes to improve quality.
55

6+
## 12.14.1 (2023-03-24)
7+
- Bumped Azure.Core dependency from 1.28 and 1.30, fixing issue with headers being non-resilient to double dispose of the request.
8+
69
## 12.14.0 (2023-02-21)
710
- Includes all features from 12.14.0-beta.1.
811

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<AssemblyTitle>Microsoft Azure.Storage.Common client library</AssemblyTitle>
99
<Version>12.15.0-beta.1</Version>
1010
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
11-
<ApiCompatVersion>12.14.0</ApiCompatVersion>
11+
<ApiCompatVersion>12.14.1</ApiCompatVersion>
1212
<DefineConstants>CommonSDK;$(DefineConstants)</DefineConstants>
1313
<PackageTags>Microsoft Azure Storage Common, Microsoft, Azure, StorageScalable, azureofficial</PackageTags>
1414
<Description>

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
- Added support for service version 2022-11-02.
66
- Added support for Encryption Context.
77

8+
## 12.13.1 (2023-03-24)
9+
- Bumped Azure.Core dependency from 1.28 and 1.30, fixing issue with headers being non-resilient to double dispose of the request.
10+
811
## 12.13.0 (2023-02-21)
912
- Includes all features from 12.13.0-beta.1.
1013
- Added FileDownloadDetails.CreatedOn property.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<AssemblyTitle>Microsoft Azure.Storage.Files.DataLake client library</AssemblyTitle>
99
<Version>12.14.0-beta.1</Version>
1010
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
11-
<ApiCompatVersion>12.13.0</ApiCompatVersion>
11+
<ApiCompatVersion>12.13.1</ApiCompatVersion>
1212
<DefineConstants>DataLakeSDK;$(DefineConstants)</DefineConstants>
1313
<PackageTags>Microsoft Azure Storage Files;Microsoft;Azure;File;Files;Data Lake;Storage;StorageScalable;$(PackageCommonTags)</PackageTags>
1414
<Description>

0 commit comments

Comments
 (0)