Skip to content

Commit

Permalink
Release Google.Maps.Routing.V2 version 1.0.0-beta15 (#13955)
Browse files Browse the repository at this point in the history
Changes in this release:

### New features

- Add API for experimental flyover and narrow road polyline details ([commit bfd5a3b](https://togithub.com/googleapis/google-cloud-dotnet/commit/bfd5a3b5d8ae03239a0148b356035905b6a0506b))
- Add API for shorter distance reference routes ([commit be57837](https://togithub.com/googleapis/google-cloud-dotnet/commit/be578371af3db0375bc2dc6991033d6b93c8b911))
  • Loading branch information
jskeet authored Dec 6, 2024
1 parent ae81ad5 commit 53e5935
Show file tree
Hide file tree
Showing 3 changed files with 9 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-beta14</Version>
<Version>1.0.0-beta15</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Maps Routes Preferred API.</Description>
Expand Down
7 changes: 7 additions & 0 deletions apis/Google.Maps.Routing.V2/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Version history

## Version 1.0.0-beta15, released 2024-12-06

### New features

- Add API for experimental flyover and narrow road polyline details ([commit bfd5a3b](https://github.com/googleapis/google-cloud-dotnet/commit/bfd5a3b5d8ae03239a0148b356035905b6a0506b))
- Add API for shorter distance reference routes ([commit be57837](https://github.com/googleapis/google-cloud-dotnet/commit/be578371af3db0375bc2dc6991033d6b93c8b911))

## Version 1.0.0-beta14, released 2024-05-08

### New features
Expand Down
2 changes: 1 addition & 1 deletion apis/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -5975,7 +5975,7 @@
},
{
"id": "Google.Maps.Routing.V2",
"version": "1.0.0-beta14",
"version": "1.0.0-beta15",
"type": "grpc",
"productName": "Maps Routing",
"productUrl": "https://developers.google.com/maps/documentation/routes_preferred",
Expand Down

0 comments on commit 53e5935

Please sign in to comment.