File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
Google.Api.Generator.Tests/ProtoTests
Basic.v1/Testing.Basic.V1
Showcase/Google.Showcase.V1Beta1
Google.Api.Generator/Generation Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 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" />
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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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)" />
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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" ;
You can’t perform that action at this time.
0 commit comments