Skip to content

Commit

Permalink
Release Google.Maps.Places.V1 version 1.0.0-beta12 (#14202)
Browse files Browse the repository at this point in the history
Changes in this release:

### Bug fixes

- Add oauth scopes to Places proto ([commit ee54180](https://togithub.com/googleapis/google-cloud-dotnet/commit/ee54180880376324f52df3f50aa0107762ca765e))
  • Loading branch information
jskeet authored Feb 3, 2025
1 parent 85e6801 commit 6d42c3d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.0.0-beta11</Version>
<Version>1.0.0-beta12</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Maps Places API, which allows developers to access a variety of search and retrieval endpoints for a Place.</Description>
Expand Down
6 changes: 6 additions & 0 deletions apis/Google.Maps.Places.V1/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Version history

## Version 1.0.0-beta12, released 2025-02-03

### Bug fixes

- Add oauth scopes to Places proto ([commit ee54180](https://github.com/googleapis/google-cloud-dotnet/commit/ee54180880376324f52df3f50aa0107762ca765e))

## Version 1.0.0-beta11, released 2025-01-27

### New features
Expand Down
2 changes: 1 addition & 1 deletion generator-input/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -6150,7 +6150,7 @@
},
{
"id": "Google.Maps.Places.V1",
"version": "1.0.0-beta11",
"version": "1.0.0-beta12",
"type": "grpc",
"productName": "Places API",
"productUrl": "https://developers.google.com/maps/documentation/places/web-service/",
Expand Down

0 comments on commit 6d42c3d

Please sign in to comment.