Skip to content

Commit

Permalink
Increment version for keyvault releases (#15030)
Browse files Browse the repository at this point in the history
* Increment package version after release of Azure.Security.KeyVault.Secrets

* Increment package version after release of Azure.Security.KeyVault.Certificates

* Increment package version after release of Azure.Security.KeyVault.Keys

* Increment package version after release of Azure.Security.KeyVault.Administration
  • Loading branch information
azure-sdk committed Sep 9, 2020
1 parent 03a0c51 commit 8fe51f0
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release History

## 4.0.0-beta.2 (Unreleased)


## 4.0.0-beta.1 (2020-09-08)

### Added
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 Administration client library</Description>
<AssemblyTitle>Microsoft Azure.Security.KeyVault.Administration client library</AssemblyTitle>
<Version>4.0.0-beta.1</Version>
<Version>4.0.0-beta.2</Version>
<PackageTags>Microsoft Azure Key Vault Administration;$(PackageCommonTags)</PackageTags>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
<NoWarn>$(NoWarn);3021;CA1812</NoWarn>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release History

## 4.2.0-beta.2 (Unreleased)


## 4.2.0-beta.1 (2020-09-08)

### Added
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.2.0-beta.1</Version>
<Version>4.2.0-beta.2</Version>
<ApiCompatVersion>4.1.0</ApiCompatVersion>
<PackageTags>Microsoft Azure Key Vault Certificates;$(PackageCommonTags)</PackageTags>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
Expand Down
3 changes: 3 additions & 0 deletions sdk/keyvault/Azure.Security.KeyVault.Keys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release History

## 4.2.0-beta.2 (Unreleased)


## 4.2.0-beta.1 (2020-09-08)

### Added
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.2.0-beta.1</Version>
<Version>4.2.0-beta.2</Version>
<ApiCompatVersion>4.1.0</ApiCompatVersion>
<PackageTags>Microsoft Azure Key Vault Keys;$(PackageCommonTags)</PackageTags>

Expand Down
3 changes: 3 additions & 0 deletions sdk/keyvault/Azure.Security.KeyVault.Secrets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release History

## 4.2.0-beta.2 (Unreleased)


## 4.2.0-beta.1 (2020-09-08)

### Added
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 Secrets client library</Description>
<AssemblyTitle>Microsoft Azure.Security.KeyVault.Secrets client library</AssemblyTitle>
<Version>4.2.0-beta.1</Version>
<Version>4.2.0-beta.2</Version>
<ApiCompatVersion>4.1.0</ApiCompatVersion>
<PackageTags>Microsoft Azure Key Vault Secrets;$(PackageCommonTags)</PackageTags>

Expand Down

0 comments on commit 8fe51f0

Please sign in to comment.