Skip to content

Commit 46b477d

Browse files
authored
Release Google.Cloud.BigQuery.AnalyticsHub.V1 version 1.6.0 (#13094)
Changes in this release: ### New features - Add properties for nested resource name references ([commit 15eec4d](https://togithub.com/googleapis/google-cloud-dotnet/commit/15eec4dabb9fd3cf3b8f4b978d64b7ba435ca995))
1 parent 068e8ae commit 46b477d

3 files changed

Lines changed: 12 additions & 6 deletions

File tree

Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
4-
<Version>1.5.0</Version>
4+
<Version>1.6.0</Version>
55
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<Description>Recommended Google client library to access the BigQuery Analytics Hub, which allows users to exchange data and analytics assets securely and efficiently.</Description>
@@ -10,8 +10,8 @@
1010
<ItemGroup>
1111
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
1212
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.8.0, 5.0.0)" />
13-
<PackageReference Include="Google.Cloud.Iam.V1" Version="[3.2.0, 4.0.0)" />
14-
<PackageReference Include="Google.LongRunning" Version="[3.2.0, 4.0.0)" />
13+
<PackageReference Include="Google.Cloud.Iam.V1" Version="[3.3.0, 4.0.0)" />
14+
<PackageReference Include="Google.LongRunning" Version="[3.3.0, 4.0.0)" />
1515
<PackageReference Include="Grpc.Core" Version="[2.46.6, 3.0.0)" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
1616
</ItemGroup>
1717
</Project>

‎apis/Google.Cloud.BigQuery.AnalyticsHub.V1/docs/history.md‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Version history
22

3+
## Version 1.6.0, released 2024-06-04
4+
5+
### New features
6+
7+
- Add properties for nested resource name references ([commit 15eec4d](https://github.com/googleapis/google-cloud-dotnet/commit/15eec4dabb9fd3cf3b8f4b978d64b7ba435ca995))
8+
39
## Version 1.5.0, released 2024-05-13
410

511
### New features

‎apis/apis.json‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@
823823
},
824824
{
825825
"id": "Google.Cloud.BigQuery.AnalyticsHub.V1",
826-
"version": "1.5.0",
826+
"version": "1.6.0",
827827
"type": "grpc",
828828
"productName": "Analytics Hub",
829829
"productUrl": "https://cloud.google.com/analytics-hub",
@@ -833,8 +833,8 @@
833833
"analytics"
834834
],
835835
"dependencies": {
836-
"Google.Cloud.Iam.V1": "3.2.0",
837-
"Google.LongRunning": "3.2.0"
836+
"Google.Cloud.Iam.V1": "3.3.0",
837+
"Google.LongRunning": "3.3.0"
838838
},
839839
"generator": "micro",
840840
"protoPath": "google/cloud/bigquery/analyticshub/v1",

0 commit comments

Comments
 (0)