Skip to content

Commit b019889

Browse files
committed
chore: Update version 1.71.0 -> 1.72.0
Security related fix: - #3043 Depracate vulnerable credential loading mechanisms. See https://cloud.google.com/docs/authentication/client-libraries#external-credentials for more information.
1 parent d6fed4a commit b019889

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Src/Support/CommonProjectProperties.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!-- common nupkg information -->
44
<PropertyGroup>
5-
<Version>1.71.0</Version>
5+
<Version>1.72.0</Version>
66
<Authors>Google LLC</Authors>
77
<Copyright>Copyright 2021 Google LLC</Copyright>
88
<PackageTags>Google</PackageTags>

features.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"language": "csharp",
33
"description": "C# libraries for Google APIs.",
44
// Version of the generated packages
5-
"releaseVersion": "1.71.0",
5+
"releaseVersion": "1.72.0",
66

77
// Version of the support libraries upon which to depend.
8-
"currentSupportVersion": "1.71.0",
8+
"currentSupportVersion": "1.72.0",
99

1010
// Defines the map of Google.Cloud packages that supercede Google.Apis packages
1111
"cloudPackageMap": {

0 commit comments

Comments
 (0)