Skip to content

Commit

Permalink
Release Google.Shopping.Merchant.Reviews.V1Beta 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 Dec 11, 2024
1 parent f5a3555 commit 55684d9
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 @@ -290,6 +290,7 @@ Each package name links to the documentation for that package.
| [Google.Shopping.Merchant.Promotions.V1Beta](https://googleapis.dev/dotnet/Google.Shopping.Merchant.Promotions.V1Beta/latest) | [![NuGet](https://img.shields.io/nuget/v/Google.Shopping.Merchant.Promotions.V1Beta)](https://nuget.org/packages/Google.Shopping.Merchant.Promotions.V1Beta) | [Merchant (V1Beta API)](https://developers.google.com/merchant/api) |
| [Google.Shopping.Merchant.Quota.V1Beta](https://googleapis.dev/dotnet/Google.Shopping.Merchant.Quota.V1Beta/latest) | [![NuGet](https://img.shields.io/nuget/v/Google.Shopping.Merchant.Quota.V1Beta)](https://nuget.org/packages/Google.Shopping.Merchant.Quota.V1Beta) | [Merchant (V1Beta API)](https://developers.google.com/merchant/api) |
| [Google.Shopping.Merchant.Reports.V1Beta](https://googleapis.dev/dotnet/Google.Shopping.Merchant.Reports.V1Beta/latest) | [![NuGet](https://img.shields.io/nuget/v/Google.Shopping.Merchant.Reports.V1Beta)](https://nuget.org/packages/Google.Shopping.Merchant.Reports.V1Beta) | [Merchant (V1Beta API)](https://developers.google.com/merchant/api) |
| [Google.Shopping.Merchant.Reviews.V1Beta](https://googleapis.dev/dotnet/Google.Shopping.Merchant.Reviews.V1Beta/latest) | [![NuGet](https://img.shields.io/nuget/v/Google.Shopping.Merchant.Reviews.V1Beta)](https://nuget.org/packages/Google.Shopping.Merchant.Reviews.V1Beta) | [Merchant (V1Beta API)](https://developers.google.com/merchant/api) |
| [Google.Shopping.Type](https://googleapis.dev/dotnet/Google.Shopping.Type/latest) | [![NuGet](https://img.shields.io/nuget/v/Google.Shopping.Type)](https://nuget.org/packages/Google.Shopping.Type) | Version-agnostic types for Shopping APIs |
| [Grafeas.V1](https://cloud.google.com/dotnet/docs/reference/Grafeas.V1/latest) | [![NuGet](https://img.shields.io/nuget/v/Grafeas.V1)](https://nuget.org/packages/Grafeas.V1) | [Grafeas](https://grafeas.io/) |

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"distribution_name": "Google.Shopping.Merchant.Reviews.V1Beta",
"release_level": "unreleased",
"release_level": "preview",
"client_documentation": "https://googleapis.dev/dotnet/Google.Shopping.Merchant.Reviews.V1Beta/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 Merchant Reviews API (v1beta) which allows you to programmatically manage your Merchant Center accounts.</Description>
Expand Down
5 changes: 5 additions & 0 deletions apis/Google.Shopping.Merchant.Reviews.V1Beta/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-12-10

Initial release.
2 changes: 1 addition & 1 deletion generator-input/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -6366,7 +6366,7 @@
},
{
"id": "Google.Shopping.Merchant.Reviews.V1Beta",
"version": "1.0.0-beta00",
"version": "1.0.0-beta01",
"type": "grpc",
"productName": "Merchant",
"productUrl": "https://developers.google.com/merchant/api",
Expand Down

0 comments on commit 55684d9

Please sign in to comment.