Skip to content

Commit

Permalink
Update versions for Key Vault servicing release (#13347)
Browse files Browse the repository at this point in the history
  • Loading branch information
heaths authored Jul 9, 2020
1 parent 85e98e3 commit c816453
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 4.0.3 (Unreleased)
## 4.0.3 (2020-07-09)

### Fixed

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>This is the Microsoft Azure Key Vault Certificates client library</Description>
<AssemblyTitle>Microsoft Azure.Security.KeyVault.Certificates client library</AssemblyTitle>
<Version>4.0.3-preview.1</Version>
<Version>4.0.3</Version>
<PackageTags>Microsoft Azure Key Vault Certificates;$(PackageCommonTags)</PackageTags>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
<NoWarn>$(NoWarn);3021</NoWarn>
Expand Down
6 changes: 5 additions & 1 deletion sdk/keyvault/Azure.Security.KeyVault.Keys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Release History

## 4.0.4 (Unreleased)
## 4.0.4 (2020-07-09)

### Fixed

- The "get" permission is no longer required to resolve keys for `KeyResolver` ([#11574](https://github.com/Azure/azure-sdk-for-net/issues/11574))

### Minor changes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>This is the Microsoft Azure Key Vault Keys client library</Description>
<AssemblyTitle>Microsoft Azure.Security.KeyVault.Keys client library</AssemblyTitle>
<Version>4.0.4-preview.1</Version>
<Version>4.0.4</Version>
<PackageTags>Microsoft Azure Key Vault Keys;$(PackageCommonTags)</PackageTags>

<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
Expand Down

0 comments on commit c816453

Please # to comment.