Skip to content

Commit

Permalink
feat: Update dependencies for and generated by the generator
Browse files Browse the repository at this point in the history
  • Loading branch information
jskeet committed Mar 14, 2024
1 parent 2143d0d commit fe3e0fa
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.6.0, 5.0.0)" />
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.7.0, 5.0.0)" />
<PackageReference Include="Grpc.Core" Version="[2.46.6, 3.0.0)" Condition="'$(TargetFramework)'=='net462'" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="All" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.6.0, 5.0.0)" />
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.7.0, 5.0.0)" />
<PackageReference Include="Grpc.Core" Version="[2.46.6, 3.0.0)" Condition="'$(TargetFramework)'=='net462'" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="All" />
<PackageReference Include="Google.LongRunning" Version="[3.0.0, 4.0.0)" />
<PackageReference Include="Google.LongRunning" Version="[3.1.0, 4.0.0)" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.6.0, 5.0.0)" />
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.7.0, 5.0.0)" />
<PackageReference Include="Grpc.Core" Version="[2.46.6, 3.0.0)" Condition="'$(TargetFramework)'=='net462'" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="All" />
<PackageReference Include="Google.Cloud.Location" Version="[2.0.0, 3.0.0)" />
<PackageReference Include="Google.Cloud.Iam.V1" Version="[3.0.0, 4.0.0)" />
<PackageReference Include="Google.Cloud.Location" Version="[2.1.0, 3.0.0)" />
<PackageReference Include="Google.Cloud.Iam.V1" Version="[3.1.0, 4.0.0)" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.6.0, 5.0.0)" />
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.7.0, 5.0.0)" />
<PackageReference Include="Grpc.Core" Version="[2.46.6, 3.0.0)" Condition="'$(TargetFramework)'=='net462'" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="All" />
<PackageReference Include="Google.Cloud.Location" Version="[2.0.0, 3.0.0)" />
<PackageReference Include="Google.Cloud.Iam.V1" Version="[3.0.0, 4.0.0)" />
<PackageReference Include="Google.LongRunning" Version="[3.0.0, 4.0.0)" />
<PackageReference Include="Google.Cloud.Location" Version="[2.1.0, 3.0.0)" />
<PackageReference Include="Google.Cloud.Iam.V1" Version="[3.1.0, 4.0.0)" />
<PackageReference Include="Google.LongRunning" Version="[3.1.0, 4.0.0)" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Google.Api.Gax.Testing" Version="4.6.0" />
<PackageReference Include="Google.Api.Gax.Testing" Version="4.7.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="xunit" Version="2.7.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" />
<PackageReference Include="Google.Api.Gax" Version="4.6.0" />
<PackageReference Include="Google.Api.Gax" Version="4.7.0" />
</ItemGroup>
</Project>
8 changes: 4 additions & 4 deletions Google.Api.Generator/Generation/CsProjGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ namespace Google.Api.Generator.Generation
{
internal static class CsProjGenerator
{
private const string GaxGrpcVersion = "[4.6.0, 5.0.0)";
private const string GaxGrpcVersion = "[4.7.0, 5.0.0)";
private const string GrpcCoreVersion = "[2.46.6, 3.0.0)";
private const string LroVersion = "[3.0.0, 4.0.0)";
private const string IamVersion = "[3.0.0, 4.0.0)";
private const string LocationVersion = "[2.0.0, 3.0.0)";
private const string LroVersion = "[3.1.0, 4.0.0)";
private const string IamVersion = "[3.1.0, 4.0.0)";
private const string LocationVersion = "[2.1.0, 3.0.0)";
private const string ReferenceAssembliesVersion = "1.0.3";
private const string SystemLinqAsyncVersion = "6.0.1";
private static readonly Dictionary<string, (string, string)> ProtoPackageToNuGetPackageAndVersion = new Dictionary<string, (string, string)>
Expand Down
2 changes: 1 addition & 1 deletion Google.Api.Generator/Google.Api.Generator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Google.Api.Gax.Grpc" Version="4.6.0" />
<PackageReference Include="Google.Api.Gax.Grpc" Version="4.7.0" />
<PackageReference Include="Google.Cloud.Iam.V1" Version="3.1.0" />
<PackageReference Include="Google.Cloud.Location" Version="2.1.0" />
<PackageReference Include="Google.LongRunning" Version="3.1.0" />
Expand Down

0 comments on commit fe3e0fa

Please sign in to comment.