Skip to content

Commit

Permalink
Release Google.Shopping.Merchant.DataSources.V1Beta version 1.0.0-bet…
Browse files Browse the repository at this point in the history
…a02 (#13614)

Changes in this release:

### New features

- Add FileUploads service ([commit 72486da](https://togithub.com/googleapis/google-cloud-dotnet/commit/72486dab6356d7162005679ba97406dbf40bf0ef))

### Documentation improvements

- A comment for enum value `PRODUCTS` in enum `Channel` is changed ([commit 72486da](https://togithub.com/googleapis/google-cloud-dotnet/commit/72486dab6356d7162005679ba97406dbf40bf0ef))
  • Loading branch information
jskeet authored Sep 26, 2024
1 parent 27ce3b2 commit 91007af
Show file tree
Hide file tree
Showing 3 changed files with 12 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-beta01</Version>
<Version>1.0.0-beta02</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Merchant Data Sources API (v1beta) which allows developers to programmatically manage data sources.</Description>
Expand Down
10 changes: 10 additions & 0 deletions apis/Google.Shopping.Merchant.DataSources.V1Beta/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Version history

## Version 1.0.0-beta02, released 2024-09-26

### New features

- Add FileUploads service ([commit 72486da](https://github.com/googleapis/google-cloud-dotnet/commit/72486dab6356d7162005679ba97406dbf40bf0ef))

### Documentation improvements

- A comment for enum value `PRODUCTS` in enum `Channel` is changed ([commit 72486da](https://github.com/googleapis/google-cloud-dotnet/commit/72486dab6356d7162005679ba97406dbf40bf0ef))

## Version 1.0.0-beta01, released 2024-06-13

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

0 comments on commit 91007af

Please sign in to comment.