Skip to content

Commit 4afe466

Browse files
committed
Update version: 1.64.0 -> 1.65.0
Fixes: - #2613 Default JSON serializer is not affected by gloabl JSON settings. - #2630 Tune authorization token staleness and validity windows so that it doesn't overlap with Metadata Server authorization token caching. Features: - #2616 Makes batch response handling more efficient, particularly benefiting large responses.
1 parent 5fe57a7 commit 4afe466

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.64.0</Version>
5+
<Version>1.65.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
@@ -1,8 +1,8 @@
11
{
22
"language": "csharp",
33
"description": "C# libraries for Google APIs.",
4-
"releaseVersion": "1.64.0", "comment1": "Version of generated package.",
5-
"currentSupportVersion": "1.64.0", "comment2": "Version of support library upon which to depend.",
4+
"releaseVersion": "1.65.0", "comment1": "Version of generated package.",
5+
"currentSupportVersion": "1.65.0", "comment2": "Version of support library upon which to depend.",
66

77
"clouds_comment": "Defines the map of Google.Cloud packages that supercede Google.Apis packages",
88
"cloudPackageMap": {

0 commit comments

Comments
 (0)