Skip to content

Commit b526d01

Browse files
authored
Prepare Azure.Extensions.AspNetCore.DataProtection.Blobs for release again (Azure#17610)
1 parent 4dbb076 commit b526d01

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Blobs/CHANGELOG.md

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

3-
## 1.2.0-beta.1 (Unreleased)
4-
5-
6-
## 1.1.0 (2020-08-06)
3+
## 1.2.0 (2020-12-16)
74

85
### Changes
96

107
#### Key Bug Fixes
118

129
- The `Azure.Storage.Blobs` dependency updated to 12.6.0 to avoid a breaking change in an early package version.
1310

11+
## 1.1.0 (2020-08-06)
12+
13+
- No major changes.
14+
1415
## 1.0.1 (2020-08-06)
1516

1617
### Fixed

sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Blobs/src/Azure.Extensions.AspNetCore.DataProtection.Blobs.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
55
<Description>Microsoft Azure Blob storage support as key store (https://docs.microsoft.com/en-us/aspnet/core/security/data-protection/implementation/key-storage-providers).</Description>
66
<PackageTags>aspnetcore;dataprotection;azure;blob;key store</PackageTags>
7-
<Version>1.2.0-beta.1</Version>
7+
<Version>1.2.0</Version>
88
<ApiCompatVersion>1.1.0</ApiCompatVersion>
99
<IsExtensionClientLibrary>true</IsExtensionClientLibrary>
1010
<NoWarn>$(NoWarn);AZC0102</NoWarn>

0 commit comments

Comments
 (0)