Skip to content

Commit

Permalink
Release Google.Cloud.Kms.V1 version 3.7.0 (#10789)
Browse files Browse the repository at this point in the history
Changes in this release:

### New features

- Add interoperable symmetric encryption system ([commit 0a36eb9](https://togithub.com/googleapis/google-cloud-dotnet/commit/0a36eb98bd94e46576c52d63e5c6b44910e41ba2))

### Documentation improvements

- Minor formatting ([commit 2d4d254](https://togithub.com/googleapis/google-cloud-dotnet/commit/2d4d254457a1bb700638f18409522f631be92300))
  • Loading branch information
jskeet authored Aug 4, 2023
1 parent 3a01c37 commit b9553fe
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>3.6.0</Version>
<Version>3.7.0</Version>
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Key Management Service API, which manages encryption for your cloud services the same way you do on-premises. You can generate, use, rotate, and destroy AES256 encryption keys.</Description>
Expand Down
10 changes: 10 additions & 0 deletions apis/Google.Cloud.Kms.V1/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Version history

## Version 3.7.0, released 2023-08-04

### New features

- Add interoperable symmetric encryption system ([commit 0a36eb9](https://github.com/googleapis/google-cloud-dotnet/commit/0a36eb98bd94e46576c52d63e5c6b44910e41ba2))

### Documentation improvements

- Minor formatting ([commit 2d4d254](https://github.com/googleapis/google-cloud-dotnet/commit/2d4d254457a1bb700638f18409522f631be92300))

## Version 3.6.0, released 2023-07-13

### New features
Expand Down
2 changes: 1 addition & 1 deletion apis/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -2688,7 +2688,7 @@
"protoPath": "google/cloud/kms/v1",
"productName": "Google Cloud Key Management Service",
"productUrl": "https://cloud.google.com/kms/",
"version": "3.6.0",
"version": "3.7.0",
"type": "grpc",
"description": "Recommended Google client library to access the Google Key Management Service API, which manages encryption for your cloud services the same way you do on-premises. You can generate, use, rotate, and destroy AES256 encryption keys.",
"tags": [
Expand Down

0 comments on commit b9553fe

Please sign in to comment.