Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.72.0</Version>
<Version>1.73.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
Expand Up @@ -2,10 +2,10 @@
"language": "csharp",
"description": "C# libraries for Google APIs.",
// Version of the generated packages
"releaseVersion": "1.72.0",
"releaseVersion": "1.73.0",

// Version of the support libraries upon which to depend.
"currentSupportVersion": "1.72.0",
"currentSupportVersion": "1.73.0",

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