Skip to content

Commit

Permalink
Patch release prep (#30664)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcc-msft committed Aug 22, 2022
1 parent e0a8cf9 commit 85f2ddd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sdk/storage/Azure.Storage.Blobs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 12.13.1 (Unreleased)
## 12.13.1 (2022-08-22)
- Added support for downloading blobs with bugged client-side encryption metadata from previous library versions.

## 12.13.0 (2022-07-07)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</PropertyGroup>
<PropertyGroup>
<AssemblyTitle>Microsoft Azure.Storage.Blobs client library</AssemblyTitle>
<Version>12.13.0</Version>
<Version>12.13.1</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion Condition="'$(TargetFramework)' != 'netstandard2.1'">12.12.0</ApiCompatVersion>
<DefineConstants>BlobSDK;$(DefineConstants)</DefineConstants>
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/Azure.Storage.Queues/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 12.11.1 (Unreleased)
## 12.11.1 (2022-08-22)
- Added support for receiving queue messages with bugged client-side encryption metadata from previous library versions.

## 12.11.0 (2022-07-07)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</PropertyGroup>
<PropertyGroup>
<AssemblyTitle>Microsoft Azure.Storage.Queues client library</AssemblyTitle>
<Version>12.11.0</Version>
<Version>12.11.1</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion Condition="'$(TargetFramework)' != 'netstandard2.1'">12.10.0</ApiCompatVersion>
<DefineConstants>QueueSDK;$(DefineConstants)</DefineConstants>
Expand Down

0 comments on commit 85f2ddd

Please sign in to comment.