Skip to content

Commit

Permalink
Release Google.Cloud.Asset.V1 version 3.11.0 (#12601)
Browse files Browse the repository at this point in the history
Changes in this release:

### New features

- Add tag key id support ([commit 74afcba](https://togithub.com/googleapis/google-cloud-dotnet/commit/74afcba52ed630e837ce66ebf6d7e9afef48d6cf))

### Documentation improvements

- Add tagKeyIds example for ResourceSearchResult.tags ([commit 74afcba](https://togithub.com/googleapis/google-cloud-dotnet/commit/74afcba52ed630e837ce66ebf6d7e9afef48d6cf))
  • Loading branch information
jskeet committed Apr 19, 2024
1 parent 3c7c772 commit c623f7b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>3.10.0</Version>
<Version>3.11.0</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Cloud Asset Inventory API (v1).</Description>
Expand Down
10 changes: 10 additions & 0 deletions apis/Google.Cloud.Asset.V1/docs/history.md
@@ -1,5 +1,15 @@
# Version history

## Version 3.11.0, released 2024-04-19

### New features

- Add tag key id support ([commit 74afcba](https://github.com/googleapis/google-cloud-dotnet/commit/74afcba52ed630e837ce66ebf6d7e9afef48d6cf))

### Documentation improvements

- Add tagKeyIds example for ResourceSearchResult.tags ([commit 74afcba](https://github.com/googleapis/google-cloud-dotnet/commit/74afcba52ed630e837ce66ebf6d7e9afef48d6cf))

## Version 3.10.0, released 2024-03-28

### New features
Expand Down
2 changes: 1 addition & 1 deletion apis/apis.json
Expand Up @@ -534,7 +534,7 @@
"protoPath": "google/cloud/asset/v1",
"productName": "Google Cloud Asset Inventory",
"productUrl": "https://cloud.google.com/resource-manager/docs/cloud-asset-inventory/overview",
"version": "3.10.0",
"version": "3.11.0",
"type": "grpc",
"description": "Recommended Google client library to access the Google Cloud Asset Inventory API (v1).",
"dependencies": {
Expand Down

0 comments on commit c623f7b

Please sign in to comment.