Skip to content

Commit

Permalink
Release Google.Cloud.ConfidentialComputing.V1 version 1.7.0 (#13940)
Browse files Browse the repository at this point in the history
Changes in this release:

### New features

- Add a token_type options proto to allow for customization of specific token types. Added the first token type option to hold principal tag token options ([commit 4bf271b](https://togithub.com/googleapis/google-cloud-dotnet/commit/4bf271b8ae073fb8915a01e4f58be3647a20a49a))
  • Loading branch information
jskeet authored Dec 6, 2024
1 parent e0a8947 commit a59d42e
Show file tree
Hide file tree
Showing 3 changed files with 8 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>1.6.0</Version>
<Version>1.7.0</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Cloud Confidential Computing API (v1)</Description>
Expand Down
6 changes: 6 additions & 0 deletions apis/Google.Cloud.ConfidentialComputing.V1/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Version history

## Version 1.7.0, released 2024-12-06

### New features

- Add a token_type options proto to allow for customization of specific token types. Added the first token type option to hold principal tag token options ([commit 4bf271b](https://github.com/googleapis/google-cloud-dotnet/commit/4bf271b8ae073fb8915a01e4f58be3647a20a49a))

## Version 1.6.0, released 2024-07-22

### 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 @@ -1547,7 +1547,7 @@
},
{
"id": "Google.Cloud.ConfidentialComputing.V1",
"version": "1.6.0",
"version": "1.7.0",
"type": "grpc",
"productName": "Confidential Computing",
"productUrl": "https://cloud.google.com/confidential-computing",
Expand Down

0 comments on commit a59d42e

Please sign in to comment.