Skip to content

Commit

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

### New features

- Add NACS EVCS connector type support ([commit ee1cdaa](https://togithub.com/googleapis/google-cloud-dotnet/commit/ee1cdaaeab2fc6c37738968189ff102aa82447e4))
  • Loading branch information
jskeet authored Mar 3, 2025
1 parent 3da797d commit 83da949
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-beta12</Version>
<Version>1.0.0-beta13</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-beta13, released 2025-03-03

### New features

- Add NACS EVCS connector type support ([commit ee1cdaa](https://github.com/googleapis/google-cloud-dotnet/commit/ee1cdaaeab2fc6c37738968189ff102aa82447e4))

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

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

0 comments on commit 83da949

Please sign in to comment.