Skip to content

Commit

Permalink
Update version: 1.62.0 -> 1.62.1
Browse files Browse the repository at this point in the history
Bugs:

* #2546 Which uses ordinal comparisons for string operations.
  • Loading branch information
amanda-tarafa committed Sep 25, 2023
1 parent eef251a commit 5edf85b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.62.0</Version>
<Version>1.62.1</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2021 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
Expand Down
2 changes: 1 addition & 1 deletion features.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"language": "csharp",
"description": "C# libraries for Google APIs.",
"releaseVersion": "1.62.0", "comment1": "Version of generated package.",
"currentSupportVersion": "1.62.0", "comment2": "Version of support library upon which to depend.",
"currentSupportVersion": "1.62.1", "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 5edf85b

Please sign in to comment.