Skip to content

Commit

Permalink
build: Update Bigtable GAX dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-tarafa committed Feb 7, 2024
1 parent ce5200a commit f3ac59a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<NoWarn>1701;1702;1705;xUnit2004;xUnit2013</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Google.Api.Gax.Grpc.Testing" Version="[4.5.0, 5.0.0)" />
<PackageReference Include="Google.Api.Gax.Grpc.Testing" Version="[4.6.0-beta01, 5.0.0)" />
<ProjectReference Include="..\..\Google.Cloud.Bigtable.Admin.V2\Google.Cloud.Bigtable.Admin.V2\Google.Cloud.Bigtable.Admin.V2.csproj" />
<ProjectReference Include="..\Google.Cloud.Bigtable.V2\Google.Cloud.Bigtable.V2.csproj" />
<ProjectReference Include="..\..\..\tools\Google.Cloud.ClientTesting\Google.Cloud.ClientTesting.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<NoWarn>1701;1702;1705;xUnit2004;xUnit2013</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Google.Api.Gax.Grpc.Testing" Version="[4.5.0, 5.0.0)" />
<PackageReference Include="Google.Api.Gax.Grpc.Testing" Version="[4.6.0-beta01, 5.0.0)" />
<ProjectReference Include="..\..\Google.Cloud.Bigtable.Admin.V2\Google.Cloud.Bigtable.Admin.V2\Google.Cloud.Bigtable.Admin.V2.csproj" />
<ProjectReference Include="..\Google.Cloud.Bigtable.V2\Google.Cloud.Bigtable.V2.csproj" />
<ProjectReference Include="..\..\..\tools\Google.Cloud.ClientTesting\Google.Cloud.ClientTesting.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<NoWarn>1701;1702;1705;xUnit2004;xUnit2013</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Google.Api.Gax.Grpc.Testing" Version="[4.5.0, 5.0.0)" />
<PackageReference Include="Google.Api.Gax.Grpc.Testing" Version="[4.6.0-beta01, 5.0.0)" />
<ProjectReference Include="..\..\Google.Cloud.Bigtable.Admin.V2\Google.Cloud.Bigtable.Admin.V2\Google.Cloud.Bigtable.Admin.V2.csproj" />
<ProjectReference Include="..\Google.Cloud.Bigtable.V2\Google.Cloud.Bigtable.V2.csproj" />
<ProjectReference Include="..\..\..\tools\Google.Cloud.ClientTesting\Google.Cloud.ClientTesting.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<NoWarn>1701;1702;1705;xUnit2004;xUnit2013</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Google.Api.Gax.Grpc.Testing" Version="[4.5.0, 5.0.0)" />
<PackageReference Include="Google.Api.Gax.Grpc.Testing" Version="[4.6.0-beta01, 5.0.0)" />
<ProjectReference Include="..\..\Google.Cloud.Bigtable.Admin.V2\Google.Cloud.Bigtable.Admin.V2\Google.Cloud.Bigtable.Admin.V2.csproj" />
<ProjectReference Include="..\Google.Cloud.Bigtable.V2\Google.Cloud.Bigtable.V2.csproj" />
<ProjectReference Include="..\..\..\tools\Google.Cloud.ClientTesting\Google.Cloud.ClientTesting.csproj" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>3.9.0</Version>
<Version>3.10.0-beta00</Version>
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Cloud Bigtable API.</Description>
<PackageTags>Bigtable;Google;Cloud</PackageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.5.0, 5.0.0)" />
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.6.0-beta01, 5.0.0)" />
<PackageReference Include="Google.Cloud.Bigtable.Common.V2" Version="[3.0.0, 4.0.0)" />
<PackageReference Include="Grpc.Core" Version="[2.46.6, 3.0.0)" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
</ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions apis/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,7 @@
"protoPath": "google/bigtable/v2",
"productName": "Google Bigtable",
"productUrl": "https://cloud.google.com/bigtable/",
"version": "3.9.0",
"version": "3.10.0-beta00",
"commonResourcesConfig": "apis/Google.Cloud.Bigtable.Common.V2/CommonResourcesConfig.json",
"type": "grpc",
"metadataType": "GAPIC_COMBO",
Expand All @@ -1033,12 +1033,12 @@
"Bigtable"
],
"dependencies": {
"Google.Api.Gax.Grpc": "4.5.0",
"Google.Api.Gax.Grpc": "4.6.0-beta01",
"Google.Cloud.Bigtable.Common.V2": "3.0.0",
"Grpc.Core": "2.46.6"
},
"testDependencies": {
"Google.Api.Gax.Grpc.Testing": "4.5.0",
"Google.Api.Gax.Grpc.Testing": "4.6.0-beta01",
"Google.Cloud.Bigtable.Admin.V2": "project"
},
"shortName": "bigtable",
Expand Down

0 comments on commit f3ac59a

Please sign in to comment.