From da5979a777719facf7ac662b671c523ef92f1e68 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Thu, 9 May 2024 18:10:16 +0100 Subject: [PATCH] Release Google.Cloud.Tasks.V2Beta3 version 3.0.0-beta07 (#12775) Changes in this release: ### New features - Add IServiceCollection extension methods for client registration where an IServiceProvider is required. ([commit 022fab2](https://togithub.com/googleapis/google-cloud-dotnet/commit/022fab203f28fb9c608972af7f8b83f571ae5694)) --- .../Google.Cloud.Tasks.V2Beta3.csproj | 2 +- apis/Google.Cloud.Tasks.V2Beta3/docs/history.md | 6 ++++++ apis/apis.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/apis/Google.Cloud.Tasks.V2Beta3/Google.Cloud.Tasks.V2Beta3/Google.Cloud.Tasks.V2Beta3.csproj b/apis/Google.Cloud.Tasks.V2Beta3/Google.Cloud.Tasks.V2Beta3/Google.Cloud.Tasks.V2Beta3.csproj index 3f2edc11739f..44634a3eafa1 100644 --- a/apis/Google.Cloud.Tasks.V2Beta3/Google.Cloud.Tasks.V2Beta3/Google.Cloud.Tasks.V2Beta3.csproj +++ b/apis/Google.Cloud.Tasks.V2Beta3/Google.Cloud.Tasks.V2Beta3/Google.Cloud.Tasks.V2Beta3.csproj @@ -1,7 +1,7 @@  - 3.0.0-beta06 + 3.0.0-beta07 netstandard2.0;net462 true Recommended Google client library to access the Google Cloud Tasks API (v2beta3), which manages the execution of large numbers of distributed requests. diff --git a/apis/Google.Cloud.Tasks.V2Beta3/docs/history.md b/apis/Google.Cloud.Tasks.V2Beta3/docs/history.md index 184e9688be15..dad5747fc08f 100644 --- a/apis/Google.Cloud.Tasks.V2Beta3/docs/history.md +++ b/apis/Google.Cloud.Tasks.V2Beta3/docs/history.md @@ -1,5 +1,11 @@ # Version history +## Version 3.0.0-beta07, released 2024-05-08 + +### New features + +- Add IServiceCollection extension methods for client registration where an IServiceProvider is required. ([commit 022fab2](https://github.com/googleapis/google-cloud-dotnet/commit/022fab203f28fb9c608972af7f8b83f571ae5694)) + ## Version 3.0.0-beta06, released 2024-03-26 ### New features diff --git a/apis/apis.json b/apis/apis.json index 59b876e38393..4f49d205939a 100644 --- a/apis/apis.json +++ b/apis/apis.json @@ -4868,7 +4868,7 @@ "protoPath": "google/cloud/tasks/v2beta3", "productName": "Google Cloud Tasks", "productUrl": "https://cloud.google.com/tasks/", - "version": "3.0.0-beta06", + "version": "3.0.0-beta07", "releaseLevelOverride": "preview", "type": "grpc", "description": "Recommended Google client library to access the Google Cloud Tasks API (v2beta3), which manages the execution of large numbers of distributed requests.",