Skip to content

Commit

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

No API surface changes; just dependency updates.
  • Loading branch information
jskeet authored Mar 13, 2024
1 parent 6c760f3 commit 499506f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 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.8.0</Version>
<Version>3.9.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 All @@ -10,9 +10,9 @@
<ItemGroup>
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.6.0, 5.0.0)" />
<PackageReference Include="Google.Cloud.Iam.V1" Version="[3.0.0, 4.0.0)" />
<PackageReference Include="Google.Cloud.Location" Version="[2.0.0, 3.0.0)" />
<PackageReference Include="Google.LongRunning" Version="[3.0.0, 4.0.0)" />
<PackageReference Include="Google.Cloud.Iam.V1" Version="[3.1.0, 4.0.0)" />
<PackageReference Include="Google.Cloud.Location" Version="[2.1.0, 3.0.0)" />
<PackageReference Include="Google.LongRunning" Version="[3.1.0, 4.0.0)" />
<PackageReference Include="Grpc.Core" Version="[2.46.6, 3.0.0)" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
</ItemGroup>
</Project>
4 changes: 4 additions & 0 deletions apis/Google.Cloud.Kms.V1/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Version history

## Version 3.9.0, released 2024-03-13

No API surface changes; just dependency updates.

## Version 3.8.0, released 2024-02-09

### Documentation improvements
Expand Down
8 changes: 4 additions & 4 deletions apis/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -2927,7 +2927,7 @@
"protoPath": "google/cloud/kms/v1",
"productName": "Google Cloud Key Management Service",
"productUrl": "https://cloud.google.com/kms/",
"version": "3.8.0",
"version": "3.9.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 All @@ -2938,9 +2938,9 @@
],
"dependencies": {
"Google.Api.Gax.Grpc": "4.6.0",
"Google.Cloud.Iam.V1": "3.0.0",
"Google.Cloud.Location": "2.0.0",
"Google.LongRunning": "3.0.0",
"Google.Cloud.Iam.V1": "3.1.0",
"Google.Cloud.Location": "2.1.0",
"Google.LongRunning": "3.1.0",
"Grpc.Core": "2.46.6"
},
"shortName": "cloudkms",
Expand Down

0 comments on commit 499506f

Please sign in to comment.