Skip to content

Commit

Permalink
Release Google.Maps.AreaInsights.V1 version 1.0.0-beta01
Browse files Browse the repository at this point in the history
Changes in this release:

Initial release.
  • Loading branch information
jskeet committed Sep 10, 2024
1 parent 23381c8 commit 0b63ce2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ Each package name links to the documentation for that package.
| [Google.Identity.AccessContextManager.V1](https://cloud.google.com/dotnet/docs/reference/Google.Identity.AccessContextManager.V1/latest) | [![NuGet](https://img.shields.io/nuget/v/Google.Identity.AccessContextManager.V1)](https://nuget.org/packages/Google.Identity.AccessContextManager.V1) | [Identity Access Context Manager](https://cloud.google.com/access-context-manager/docs) |
| [Google.LongRunning](https://cloud.google.com/dotnet/docs/reference/Google.LongRunning/latest) | [![NuGet](https://img.shields.io/nuget/v/Google.LongRunning)](https://nuget.org/packages/Google.LongRunning) | Support for the Long-Running Operations API pattern |
| [Google.Maps.AddressValidation.V1](https://googleapis.dev/dotnet/Google.Maps.AddressValidation.V1/latest) | [![NuGet](https://img.shields.io/nuget/v/Google.Maps.AddressValidation.V1)](https://nuget.org/packages/Google.Maps.AddressValidation.V1) | [Address Validation](https://developers.google.com/maps/documentation/address-validation/requests-validate-address) |
| [Google.Maps.AreaInsights.V1](https://googleapis.dev/dotnet/Google.Maps.AreaInsights.V1/latest) | [![NuGet](https://img.shields.io/nuget/v/Google.Maps.AreaInsights.V1)](https://nuget.org/packages/Google.Maps.AreaInsights.V1) | [Area Insights](https://developers.google.com/maps/documentation/places-insights) |
| [Google.Maps.FleetEngine.Delivery.V1](https://googleapis.dev/dotnet/Google.Maps.FleetEngine.Delivery.V1/latest) | [![NuGet](https://img.shields.io/nuget/v/Google.Maps.FleetEngine.Delivery.V1)](https://nuget.org/packages/Google.Maps.FleetEngine.Delivery.V1) | [Last Mile Fleet Solution Delivery](https://developers.google.com/maps/documentation/transportation-logistics/mobility) |
| [Google.Maps.FleetEngine.V1](https://googleapis.dev/dotnet/Google.Maps.FleetEngine.V1/latest) | [![NuGet](https://img.shields.io/nuget/v/Google.Maps.FleetEngine.V1)](https://nuget.org/packages/Google.Maps.FleetEngine.V1) | [Local Rides and Deliveries](https://developers.google.com/maps/documentation/transportation-logistics/mobility) |
| [Google.Maps.MapsPlatformDatasets.V1](https://googleapis.dev/dotnet/Google.Maps.MapsPlatformDatasets.V1/latest) | [![NuGet](https://img.shields.io/nuget/v/Google.Maps.MapsPlatformDatasets.V1)](https://nuget.org/packages/Google.Maps.MapsPlatformDatasets.V1) | [Maps Platform Datasets](https://developers.google.com/maps/documentation) |
Expand Down
2 changes: 1 addition & 1 deletion apis/Google.Maps.AreaInsights.V1/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"distribution_name": "Google.Maps.AreaInsights.V1",
"release_level": "unreleased",
"release_level": "preview",
"client_documentation": "https://googleapis.dev/dotnet/Google.Maps.AreaInsights.V1/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-beta00</Version>
<Version>1.0.0-beta01</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Maps Places Insights API, provides an easy way to understand the density and distribution of places in a specific area.</Description>
Expand Down
5 changes: 5 additions & 0 deletions apis/Google.Maps.AreaInsights.V1/docs/history.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Version history

## Version 1.0.0-beta01, released 2024-09-10

Initial release.
2 changes: 1 addition & 1 deletion apis/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -5719,7 +5719,7 @@
},
{
"id": "Google.Maps.AreaInsights.V1",
"version": "1.0.0-beta00",
"version": "1.0.0-beta01",
"type": "grpc",
"productName": "Area Insights",
"productUrl": "https://developers.google.com/maps/documentation/places-insights",
Expand Down

0 comments on commit 0b63ce2

Please sign in to comment.