From 19e03e72302e14eb1f095b36639e5cdf103dd9b6 Mon Sep 17 00:00:00 2001 From: Amanda Tarafa Mas Date: Tue, 15 Jun 2021 15:14:36 +0100 Subject: [PATCH] Update version: 1.51.0 -> 1.52.0 Features * #1832 Helper for loading Client Secrets directly from file. * #1838 and #1874 Support for credential impersonation. * #1851 Make it easier to configure a credential's HTTP client, in particular it's now easier to set a proxy to be used for token fetching. Fixes * #1874 ServiceAccountCredential should copy scopes from initializer. Dependencies * #1842 System.Net.Http to 4.3.4 * #1873 Add target for .NET 4.6.1 --- Src/Support/CommonProjectProperties.xml | 2 +- features.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Src/Support/CommonProjectProperties.xml b/Src/Support/CommonProjectProperties.xml index 8feefa5c1f..01862e8340 100644 --- a/Src/Support/CommonProjectProperties.xml +++ b/Src/Support/CommonProjectProperties.xml @@ -2,7 +2,7 @@ - 1.51.0 + 1.52.0 Google LLC Copyright 2021 Google LLC Google diff --git a/features.json b/features.json index 1306af41e8..568c0462f6 100644 --- a/features.json +++ b/features.json @@ -1,8 +1,8 @@ { "language": "csharp", "description": "C# libraries for Google APIs.", - "releaseVersion": "1.51.0", "comment1": "Version of generated package.", - "currentSupportVersion": "1.51.0", "comment2": "Version of support library upon which to depend.", + "releaseVersion": "1.52.0", "comment1": "Version of generated package.", + "currentSupportVersion": "1.52.0", "comment2": "Version of support library upon which to depend.", "pclSupportVersion": "1.25.0", "comment3": "Version of PCL support library.", "net40SupportVersion": "1.10.0", "comment4": "Version of net40 support library.",