Skip to content

Commit

Permalink
Release Google.Cloud.BigQuery.DataExchange.V1Beta1 version 2.0.0-beta…
Browse files Browse the repository at this point in the history
…05 (#12819)

Changes in this release:

### New features

- Add IServiceCollection extension methods for client registration where an IServiceProvider is required. ([commit 022fab2](https://togithub.com/googleapis/google-cloud-dotnet/commit/022fab203f28fb9c608972af7f8b83f571ae5694))
  • Loading branch information
jskeet committed May 13, 2024
1 parent 5aaf9f7 commit 5951b7b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>2.0.0-beta04</Version>
<Version>2.0.0-beta05</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the BigQuery DataExchange API, which allows users to exchange data and analytics assets securely and efficiently.</Description>
Expand Down
@@ -1,5 +1,11 @@
# Version history

## Version 2.0.0-beta05, released 2024-05-13

### New features

- Add IServiceCollection extension methods for client registration where an IServiceProvider is required. ([commit 022fab2](https://github.com/googleapis/google-cloud-dotnet/commit/022fab203f28fb9c608972af7f8b83f571ae5694))

## Version 2.0.0-beta04, released 2024-03-26

### New features
Expand Down
2 changes: 1 addition & 1 deletion apis/apis.json
Expand Up @@ -866,7 +866,7 @@
},
{
"id": "Google.Cloud.BigQuery.DataExchange.V1Beta1",
"version": "2.0.0-beta04",
"version": "2.0.0-beta05",
"type": "grpc",
"productName": "Analytics Hub",
"productUrl": "https://cloud.google.com/analytics-hub",
Expand Down

0 comments on commit 5951b7b

Please sign in to comment.