From b789727b6fda3b5d06f89f4f4ac8da5ad72a2ba0 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Thu, 9 May 2024 05:58:26 +0100 Subject: [PATCH] Release Google.Cloud.Eventarc.Publishing.V1 version 2.0.0-beta06 (#12754) 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.Eventarc.Publishing.V1.csproj | 2 +- apis/Google.Cloud.Eventarc.Publishing.V1/docs/history.md | 6 ++++++ apis/apis.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/apis/Google.Cloud.Eventarc.Publishing.V1/Google.Cloud.Eventarc.Publishing.V1/Google.Cloud.Eventarc.Publishing.V1.csproj b/apis/Google.Cloud.Eventarc.Publishing.V1/Google.Cloud.Eventarc.Publishing.V1/Google.Cloud.Eventarc.Publishing.V1.csproj index c6f87e1531c6..e72bd4117b65 100644 --- a/apis/Google.Cloud.Eventarc.Publishing.V1/Google.Cloud.Eventarc.Publishing.V1/Google.Cloud.Eventarc.Publishing.V1.csproj +++ b/apis/Google.Cloud.Eventarc.Publishing.V1/Google.Cloud.Eventarc.Publishing.V1/Google.Cloud.Eventarc.Publishing.V1.csproj @@ -1,7 +1,7 @@  - 2.0.0-beta05 + 2.0.0-beta06 netstandard2.0;net462 true Recommended Google client library to access the Eventarc Publishing API diff --git a/apis/Google.Cloud.Eventarc.Publishing.V1/docs/history.md b/apis/Google.Cloud.Eventarc.Publishing.V1/docs/history.md index a57c6bb7e2a2..064638481522 100644 --- a/apis/Google.Cloud.Eventarc.Publishing.V1/docs/history.md +++ b/apis/Google.Cloud.Eventarc.Publishing.V1/docs/history.md @@ -1,5 +1,11 @@ # Version history +## Version 2.0.0-beta06, 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 2.0.0-beta05, released 2024-03-26 ### New features diff --git a/apis/apis.json b/apis/apis.json index 1d349419e968..ad0a207d5b24 100644 --- a/apis/apis.json +++ b/apis/apis.json @@ -2296,7 +2296,7 @@ }, { "id": "Google.Cloud.Eventarc.Publishing.V1", - "version": "2.0.0-beta05", + "version": "2.0.0-beta06", "type": "grpc", "productName": "Eventarc Publishing", "productUrl": "https://cloud.google.com/eventarc/docs",