Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Increment package version after release of Azure.Security.KeyVault.Keys
  • Loading branch information
azure-sdk committed Oct 15, 2024
commit 168da8ce97123b386a7f5303df394b8598c00167
10 changes: 10 additions & 0 deletions sdk/keyvault/Azure.Security.KeyVault.Keys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 4.8.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 4.7.0 (2024-10-14)

### Features Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<PropertyGroup>
<Description>This is the Microsoft Azure Key Vault Keys client library</Description>
<AssemblyTitle>Microsoft Azure.Security.KeyVault.Keys client library</AssemblyTitle>
<Version>4.7.0</Version>
<Version>4.8.0-beta.1</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>4.6.0</ApiCompatVersion>
<ApiCompatVersion>4.7.0</ApiCompatVersion>
<PackageTags>Microsoft Azure Key Vault Keys;$(PackageCommonTags)</PackageTags>

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