From 86256a996d24d0a96efa57d94c2432c10a5f5510 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Fri, 6 Dec 2024 07:59:10 +0000 Subject: [PATCH] Release Google.Maps.Routing.V2 version 1.0.0-beta15 Changes in this release: ### 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)) --- .../Google.Maps.Routing.V2/Google.Maps.Routing.V2.csproj | 2 +- apis/Google.Maps.Routing.V2/docs/history.md | 7 +++++++ apis/apis.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/apis/Google.Maps.Routing.V2/Google.Maps.Routing.V2/Google.Maps.Routing.V2.csproj b/apis/Google.Maps.Routing.V2/Google.Maps.Routing.V2/Google.Maps.Routing.V2.csproj index a9a59090bb38..03fe6539072f 100644 --- a/apis/Google.Maps.Routing.V2/Google.Maps.Routing.V2/Google.Maps.Routing.V2.csproj +++ b/apis/Google.Maps.Routing.V2/Google.Maps.Routing.V2/Google.Maps.Routing.V2.csproj @@ -1,7 +1,7 @@  - 1.0.0-beta14 + 1.0.0-beta15 netstandard2.0;net462 true Recommended Google client library to access the Google Maps Routes Preferred API. diff --git a/apis/Google.Maps.Routing.V2/docs/history.md b/apis/Google.Maps.Routing.V2/docs/history.md index 302d075f0905..068734014b0c 100644 --- a/apis/Google.Maps.Routing.V2/docs/history.md +++ b/apis/Google.Maps.Routing.V2/docs/history.md @@ -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 diff --git a/apis/apis.json b/apis/apis.json index b93fa06a6958..acaa8fb22cf0 100644 --- a/apis/apis.json +++ b/apis/apis.json @@ -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",