From 8161b8078f18e2cce213404c764f2def7b33163d Mon Sep 17 00:00:00 2001 From: Francisco-Gamino Date: Fri, 11 Feb 2022 12:16:00 -0800 Subject: [PATCH 1/2] Update grpc.tools to version 2.43.0 --- tools/helper.psm1 | 2 +- tools/protobuf.tools.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/helper.psm1 b/tools/helper.psm1 index e250458a..d617f2c4 100644 --- a/tools/helper.psm1 +++ b/tools/helper.psm1 @@ -22,7 +22,7 @@ $DotnetSDKVersionRequirements = @{ } } -$GrpcToolsVersion = '2.27.0' # grpc.tools +$GrpcToolsVersion = '2.43.0' # grpc.tools $GoogleProtobufToolsVersion = '3.11.4' # google.protobuf.tools function Find-Dotnet diff --git a/tools/protobuf.tools.csproj b/tools/protobuf.tools.csproj index e4afec56..b4df3b71 100644 --- a/tools/protobuf.tools.csproj +++ b/tools/protobuf.tools.csproj @@ -11,7 +11,7 @@ Licensed under the MIT license. See LICENSE file in the project root for full li - + From a5980fb8f03ff3b3e6b7e905880912c3e95b55ee Mon Sep 17 00:00:00 2001 From: Francisco-Gamino Date: Fri, 11 Feb 2022 12:17:40 -0800 Subject: [PATCH 2/2] Update Google.Protobuf.Tools to version 3.19.4 --- src/Microsoft.Azure.Functions.PowerShellWorker.csproj | 2 +- tools/helper.psm1 | 2 +- tools/protobuf.tools.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Microsoft.Azure.Functions.PowerShellWorker.csproj b/src/Microsoft.Azure.Functions.PowerShellWorker.csproj index f245fd06..aed806b2 100644 --- a/src/Microsoft.Azure.Functions.PowerShellWorker.csproj +++ b/src/Microsoft.Azure.Functions.PowerShellWorker.csproj @@ -23,7 +23,7 @@ Licensed under the MIT license. See LICENSE file in the project root for full li - + diff --git a/tools/helper.psm1 b/tools/helper.psm1 index d617f2c4..b01bb542 100644 --- a/tools/helper.psm1 +++ b/tools/helper.psm1 @@ -23,7 +23,7 @@ $DotnetSDKVersionRequirements = @{ } $GrpcToolsVersion = '2.43.0' # grpc.tools -$GoogleProtobufToolsVersion = '3.11.4' # google.protobuf.tools +$GoogleProtobufToolsVersion = '3.19.4' # google.protobuf.tools function Find-Dotnet { diff --git a/tools/protobuf.tools.csproj b/tools/protobuf.tools.csproj index b4df3b71..ed482be2 100644 --- a/tools/protobuf.tools.csproj +++ b/tools/protobuf.tools.csproj @@ -12,7 +12,7 @@ Licensed under the MIT license. See LICENSE file in the project root for full li - +