From 7408f523025786a56b30eaba81486687c56bc431 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Tue, 5 May 2020 16:11:04 +0000 Subject: [PATCH] Release Google.Cloud.Dialogflow.V2 version 3.0.0-beta02 Changes in this release: - [Commit 610cf69](https://github.com/googleapis/google-cloud-dotnet/commit/610cf69): - feat: Publish ListEnvironments - docs: Clarify WebhookResponse fields - [Commit f2f7630](https://github.com/googleapis/google-cloud-dotnet/commit/f2f7630): docs: Update comments on Contexts and Sessions resources. --- README.md | 2 +- .../Google.Cloud.Dialogflow.V2.csproj | 2 +- apis/Google.Cloud.Dialogflow.V2/docs/history.md | 7 +++++++ apis/apis.json | 2 +- docs/root/index.md | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 12dbf2987553..4dc4d102b11b 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Each package name links to the documentation for that package. | [Google.Cloud.Diagnostics.AspNetCore](https://googleapis.dev/dotnet/Google.Cloud.Diagnostics.AspNetCore/4.0.0) | 4.0.0 | Google Cloud Logging, Trace and Error Reporting Instrumentation Libraries for ASP.NET Core | | [Google.Cloud.Diagnostics.AspNetCore.Analyzers](https://googleapis.dev/dotnet/Google.Cloud.Diagnostics.AspNetCore.Analyzers/2.0.0) | 2.0.0 | Guidelines for using Google Cloud Logging, Trace and Error Reporting Instrumentation Libraries for ASP.NET Core | | [Google.Cloud.Diagnostics.Common](https://googleapis.dev/dotnet/Google.Cloud.Diagnostics.Common/4.0.0) | 4.0.0 | Google Cloud Logging, Trace and Error Reporting Instrumentation Libraries Common Components | -| [Google.Cloud.Dialogflow.V2](https://googleapis.dev/dotnet/Google.Cloud.Dialogflow.V2/3.0.0-beta01) | 3.0.0-beta01 | [Google Cloud Dialogflow](https://cloud.google.com/dialogflow-enterprise/) | +| [Google.Cloud.Dialogflow.V2](https://googleapis.dev/dotnet/Google.Cloud.Dialogflow.V2/3.0.0-beta02) | 3.0.0-beta02 | [Google Cloud Dialogflow](https://cloud.google.com/dialogflow-enterprise/) | | [Google.Cloud.Dlp.V2](https://googleapis.dev/dotnet/Google.Cloud.Dlp.V2/2.0.0) | 2.0.0 | [Google Cloud Data Loss Prevention](https://cloud.google.com/dlp/) | | [Google.Cloud.ErrorReporting.V1Beta1](https://googleapis.dev/dotnet/Google.Cloud.ErrorReporting.V1Beta1/2.0.0-beta02) | 2.0.0-beta02 | [Google Cloud Error Reporting](https://cloud.google.com/error-reporting/) | | [Google.Cloud.Firestore.Admin.V1](https://googleapis.dev/dotnet/Google.Cloud.Firestore.Admin.V1/2.0.0) | 2.0.0 | [Firestore Administration (e.g. index management)](https://firebase.google.com) | diff --git a/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2.csproj b/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2.csproj index 8013701c2e17..28fb880cdd30 100644 --- a/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2.csproj +++ b/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2.csproj @@ -1,7 +1,7 @@  - 3.0.0-beta01 + 3.0.0-beta02 netstandard2.0;net461 true Recommended Google client library to access the Google Dialogflow API. diff --git a/apis/Google.Cloud.Dialogflow.V2/docs/history.md b/apis/Google.Cloud.Dialogflow.V2/docs/history.md index 83edacb1e395..5846807dece4 100644 --- a/apis/Google.Cloud.Dialogflow.V2/docs/history.md +++ b/apis/Google.Cloud.Dialogflow.V2/docs/history.md @@ -1,5 +1,12 @@ # Version history +# Version 3.0.0-beta02, released 2020-05-05 + +- [Commit 610cf69](https://github.com/googleapis/google-cloud-dotnet/commit/610cf69): + - feat: Publish ListEnvironments + - docs: Clarify WebhookResponse fields +- [Commit f2f7630](https://github.com/googleapis/google-cloud-dotnet/commit/f2f7630): docs: Update comments on Contexts and Sessions resources. + # Version 3.0.0-beta01, released 2020-04-06 - [Commit 5a41fb5](https://github.com/googleapis/google-cloud-dotnet/commit/5a41fb5): diff --git a/apis/apis.json b/apis/apis.json index 2ef988841213..8e42c95c1a81 100644 --- a/apis/apis.json +++ b/apis/apis.json @@ -422,7 +422,7 @@ "protoPath": "google/cloud/dialogflow/v2", "productName": "Google Cloud Dialogflow", "productUrl": "https://cloud.google.com/dialogflow-enterprise/", - "version": "3.0.0-beta01", + "version": "3.0.0-beta02", "type": "grpc", "description": "Recommended Google client library to access the Google Dialogflow API.", "tags": [ diff --git a/docs/root/index.md b/docs/root/index.md index 681b304c3dce..290c20d9e3bb 100644 --- a/docs/root/index.md +++ b/docs/root/index.md @@ -38,7 +38,7 @@ Each package name links to the documentation for that package. | [Google.Cloud.Diagnostics.AspNetCore](Google.Cloud.Diagnostics.AspNetCore/index.html) | 4.0.0 | Google Cloud Logging, Trace and Error Reporting Instrumentation Libraries for ASP.NET Core | | [Google.Cloud.Diagnostics.AspNetCore.Analyzers](Google.Cloud.Diagnostics.AspNetCore.Analyzers/index.html) | 2.0.0 | Guidelines for using Google Cloud Logging, Trace and Error Reporting Instrumentation Libraries for ASP.NET Core | | [Google.Cloud.Diagnostics.Common](Google.Cloud.Diagnostics.Common/index.html) | 4.0.0 | Google Cloud Logging, Trace and Error Reporting Instrumentation Libraries Common Components | -| [Google.Cloud.Dialogflow.V2](Google.Cloud.Dialogflow.V2/index.html) | 3.0.0-beta01 | [Google Cloud Dialogflow](https://cloud.google.com/dialogflow-enterprise/) | +| [Google.Cloud.Dialogflow.V2](Google.Cloud.Dialogflow.V2/index.html) | 3.0.0-beta02 | [Google Cloud Dialogflow](https://cloud.google.com/dialogflow-enterprise/) | | [Google.Cloud.Dlp.V2](Google.Cloud.Dlp.V2/index.html) | 2.0.0 | [Google Cloud Data Loss Prevention](https://cloud.google.com/dlp/) | | [Google.Cloud.ErrorReporting.V1Beta1](Google.Cloud.ErrorReporting.V1Beta1/index.html) | 2.0.0-beta02 | [Google Cloud Error Reporting](https://cloud.google.com/error-reporting/) | | [Google.Cloud.Firestore.Admin.V1](Google.Cloud.Firestore.Admin.V1/index.html) | 2.0.0 | [Firestore Administration (e.g. index management)](https://firebase.google.com) |