Skip to content

Commit bb9fe8a

Browse files
committed
chore: Update dependencies (primarily GAX)
This includes changing our generated project files as well.
1 parent 8c4e07d commit bb9fe8a

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

Directory.Packages.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<PackageVersion Include="NSubstitute" Version="5.3.0" />
1212

1313
<!-- Google/gRPC packages -->
14-
<PackageVersion Include="Google.Api.Gax" Version="4.10.0" />
15-
<PackageVersion Include="Google.Api.Gax.Grpc" Version="4.10.0" />
16-
<PackageVersion Include="Google.Api.Gax.Testing" Version="4.10.0" />
14+
<PackageVersion Include="Google.Api.Gax" Version="4.11.0" />
15+
<PackageVersion Include="Google.Api.Gax.Grpc" Version="4.11.0" />
16+
<PackageVersion Include="Google.Api.Gax.Testing" Version="4.11.0" />
1717
<PackageVersion Include="Google.Apis" Version="1.69.0" />
1818
<PackageVersion Include="Google.Cloud.Iam.V1" Version="3.4.0" />
1919
<PackageVersion Include="Google.Cloud.Location" Version="2.3.0" />
@@ -35,4 +35,4 @@
3535
<PackageVersion Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" />
3636
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
3737
</ItemGroup>
38-
</Project>
38+
</Project>

Google.Api.Generator.Tests/ProtoTests/Basic.v1/Testing.Basic.V1/Testing.Basic.V1.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</PropertyGroup>
4040

4141
<ItemGroup>
42-
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.10.0, 5.0.0)" />
42+
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.11.0, 5.0.0)" />
4343
<PackageReference Include="Grpc.Core" Version="[2.46.6, 3.0.0)" Condition="'$(TargetFramework)'=='net462'" />
4444
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="All" />
4545
</ItemGroup>

Google.Api.Generator.Tests/ProtoTests/Lro/Testing.Lro/Testing.Lro.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</PropertyGroup>
4040

4141
<ItemGroup>
42-
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.10.0, 5.0.0)" />
42+
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.11.0, 5.0.0)" />
4343
<PackageReference Include="Grpc.Core" Version="[2.46.6, 3.0.0)" Condition="'$(TargetFramework)'=='net462'" />
4444
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="All" />
4545
<PackageReference Include="Google.LongRunning" Version="[3.3.0, 4.0.0)" />

Google.Api.Generator.Tests/ProtoTests/Mixins/Testing.Mixins/Testing.Mixins.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
</PropertyGroup>
4040

4141
<ItemGroup>
42-
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.10.0, 5.0.0)" />
42+
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.11.0, 5.0.0)" />
4343
<PackageReference Include="Grpc.Core" Version="[2.46.6, 3.0.0)" Condition="'$(TargetFramework)'=='net462'" />
4444
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="All" />
4545
<PackageReference Include="Google.Cloud.Location" Version="[2.3.0, 3.0.0)" />
46-
<PackageReference Include="Google.Cloud.Iam.V1" Version="[3.3.0, 4.0.0)" />
46+
<PackageReference Include="Google.Cloud.Iam.V1" Version="[3.4.0, 4.0.0)" />
4747
</ItemGroup>
4848

4949
</Project>

Google.Api.Generator.Tests/ProtoTests/Showcase/Google.Showcase.V1Beta1/Google.Showcase.V1Beta1.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
</PropertyGroup>
4040

4141
<ItemGroup>
42-
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.10.0, 5.0.0)" />
42+
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.11.0, 5.0.0)" />
4343
<PackageReference Include="Grpc.Core" Version="[2.46.6, 3.0.0)" Condition="'$(TargetFramework)'=='net462'" />
4444
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="All" />
4545
<PackageReference Include="Google.Cloud.Location" Version="[2.3.0, 3.0.0)" />
46-
<PackageReference Include="Google.Cloud.Iam.V1" Version="[3.3.0, 4.0.0)" />
46+
<PackageReference Include="Google.Cloud.Iam.V1" Version="[3.4.0, 4.0.0)" />
4747
<PackageReference Include="Google.LongRunning" Version="[3.3.0, 4.0.0)" />
4848
</ItemGroup>
4949

Google.Api.Generator/Generation/CsProjGenerator.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ namespace Google.Api.Generator.Generation
2323
{
2424
internal static class CsProjGenerator
2525
{
26-
private const string GaxGrpcVersion = "[4.10.0, 5.0.0)";
26+
private const string GaxGrpcVersion = "[4.11.0, 5.0.0)";
2727
private const string GrpcCoreVersion = "[2.46.6, 3.0.0)";
2828
private const string LroVersion = "[3.3.0, 4.0.0)";
29-
private const string IamVersion = "[3.3.0, 4.0.0)";
29+
private const string IamVersion = "[3.4.0, 4.0.0)";
3030
private const string LocationVersion = "[2.3.0, 3.0.0)";
3131
private const string ReferenceAssembliesVersion = "1.0.3";
3232
private const string SystemLinqAsyncVersion = "6.0.1";

0 commit comments

Comments
 (0)