Skip to content

Commit

Permalink
Update version: 1.63.0 -> 1.64.0 (#2606)
Browse files Browse the repository at this point in the history
Fixes:

- Discovery date/time types handling: #2575 and #2580
  • Loading branch information
amanda-tarafa authored Nov 14, 2023
1 parent 9cf3918 commit 6081756
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CSharpGeneratorFunctions.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This is intended to be imported using the "source" function
# from any script that wants to invoke the C#-based generator.

declare -r GAPIC_GENERATOR_VERSION=1.4.21
declare -r GAPIC_GENERATOR_VERSION=1.4.22

TMP_CSHARP_GENERATOR_DIR=tmp-gapic-generator-csharp
if [[ $CSHARP_GENERATOR_DIR == "" ]]
Expand Down
2 changes: 1 addition & 1 deletion Src/Support/CommonProjectProperties.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- common nupkg information -->
<PropertyGroup>
<Version>1.64.0-alpha01</Version>
<Version>1.64.0</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2021 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
Expand Down
4 changes: 2 additions & 2 deletions features.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"language": "csharp",
"description": "C# libraries for Google APIs.",
"releaseVersion": "1.63.0", "comment1": "Version of generated package.",
"currentSupportVersion": "1.63.0", "comment2": "Version of support library upon which to depend.",
"releaseVersion": "1.64.0", "comment1": "Version of generated package.",
"currentSupportVersion": "1.64.0", "comment2": "Version of support library upon which to depend.",

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

0 comments on commit 6081756

Please sign in to comment.