Skip to content

Commit

Permalink
Release Google.Maps.Routing.V2 version 1.0.0
Browse files Browse the repository at this point in the history
Changes in this release:

No API surface changes; just promotion to GA.
  • Loading branch information
jskeet committed Jan 14, 2025
1 parent 3a4ea81 commit 6a02f31
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apis/Google.Maps.Routing.V2/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"distribution_name": "Google.Maps.Routing.V2",
"release_level": "preview",
"release_level": "stable",
"client_documentation": "https://googleapis.dev/dotnet/Google.Maps.Routing.V2/latest",
"library_type": "GAPIC_AUTO",
"language": "dotnet",
Expand Down
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-beta15</Version>
<Version>1.0.0</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
4 changes: 4 additions & 0 deletions apis/Google.Maps.Routing.V2/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Version history

## Version 1.0.0, released 2025-01-14

No API surface changes; just promotion to GA.

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

### 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.Routing.V2",
"version": "1.0.0-beta15",
"version": "1.0.0",
"type": "grpc",
"productName": "Maps Routing",
"productUrl": "https://developers.google.com/maps/documentation/routes_preferred",
Expand Down

0 comments on commit 6a02f31

Please sign in to comment.