Skip to content

Commit

Permalink
Release Google.Cloud.ConfidentialComputing.V1 version 1.0.0-beta02 (#…
Browse files Browse the repository at this point in the history
…10779)

Changes in this release:

### New features

- Added support for signed container image and custom audience and nonce requests ([commit 8a1370f](https://togithub.com/googleapis/google-cloud-dotnet/commit/8a1370f5f2731fc5b80a9a4b9b81f831da158886))
  • Loading branch information
jskeet authored Aug 4, 2023
1 parent 2850ab6 commit 532e2ef
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.0.0-beta01</Version>
<Version>1.0.0-beta02</Version>
<TargetFrameworks>netstandard2.1;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.0.0-beta02, released 2023-08-04

### New features

- Added support for signed container image and custom audience and nonce requests ([commit 8a1370f](https://github.com/googleapis/google-cloud-dotnet/commit/8a1370f5f2731fc5b80a9a4b9b81f831da158886))

## Version 1.0.0-beta01, released 2023-04-19

Initial release.
2 changes: 1 addition & 1 deletion apis/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -1288,7 +1288,7 @@
},
{
"id": "Google.Cloud.ConfidentialComputing.V1",
"version": "1.0.0-beta01",
"version": "1.0.0-beta02",
"type": "grpc",
"productName": "Confidential Computing",
"productUrl": "https://cloud.google.com/confidential-computing",
Expand Down

0 comments on commit 532e2ef

Please sign in to comment.