From ba765d2101a787f41fb9d56b46832d67ae6a4913 Mon Sep 17 00:00:00 2001 From: Francisco-Gamino Date: Wed, 9 Nov 2022 18:04:11 -0800 Subject: [PATCH 01/11] Upgrade Grpc.Net.Client to 2.49.0 --- src/Microsoft.Azure.Functions.PowerShellWorker.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.Azure.Functions.PowerShellWorker.csproj b/src/Microsoft.Azure.Functions.PowerShellWorker.csproj index bcfb9cf7..87004869 100644 --- a/src/Microsoft.Azure.Functions.PowerShellWorker.csproj +++ b/src/Microsoft.Azure.Functions.PowerShellWorker.csproj @@ -20,7 +20,7 @@ Licensed under the MIT license. See LICENSE file in the project root for full li - + From 6a0aafa3380e1ed89c04adb58f07bf32c7a16695 Mon Sep 17 00:00:00 2001 From: Francisco-Gamino Date: Wed, 9 Nov 2022 18:05:22 -0800 Subject: [PATCH 02/11] Upgrade CommandLineParser to 2.9.1 --- src/Microsoft.Azure.Functions.PowerShellWorker.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.Azure.Functions.PowerShellWorker.csproj b/src/Microsoft.Azure.Functions.PowerShellWorker.csproj index 87004869..b05208bb 100644 --- a/src/Microsoft.Azure.Functions.PowerShellWorker.csproj +++ b/src/Microsoft.Azure.Functions.PowerShellWorker.csproj @@ -22,7 +22,7 @@ Licensed under the MIT license. See LICENSE file in the project root for full li - + From 8ab0bbede33836f6709ce73f9546adbe4d4d5be6 Mon Sep 17 00:00:00 2001 From: Francisco-Gamino Date: Wed, 9 Nov 2022 18:06:52 -0800 Subject: [PATCH 03/11] Upgrade Google.Protobuf to 3.21.9 --- src/Microsoft.Azure.Functions.PowerShellWorker.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.Azure.Functions.PowerShellWorker.csproj b/src/Microsoft.Azure.Functions.PowerShellWorker.csproj index b05208bb..3a8adada 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 - + From 0f6a2ab2ddc5d1ad614daa95d399ef88aa896798 Mon Sep 17 00:00:00 2001 From: Francisco-Gamino Date: Wed, 9 Nov 2022 18:26:46 -0800 Subject: [PATCH 04/11] Upgrade Microsoft.NET.Test.Sdk to 17.4.0 --- .../Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj b/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj index e97137d8..796fb177 100644 --- a/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj +++ b/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj @@ -6,7 +6,7 @@ - + From 55ad666ec29c9c6677bc23517369173301577687 Mon Sep 17 00:00:00 2001 From: Francisco-Gamino Date: Wed, 9 Nov 2022 18:27:41 -0800 Subject: [PATCH 05/11] Upgrade xunit to 2.4.2 --- .../Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj b/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj index 796fb177..f84eb1ba 100644 --- a/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj +++ b/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj @@ -8,7 +8,7 @@ - + From 38b18626682c87e89926ff385d7861759af8c95a Mon Sep 17 00:00:00 2001 From: Francisco-Gamino Date: Wed, 9 Nov 2022 18:28:28 -0800 Subject: [PATCH 06/11] Upgrade Moq to 4.18.2 --- .../Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj b/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj index f84eb1ba..e4e26288 100644 --- a/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj +++ b/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj @@ -7,7 +7,7 @@ - + From 6cf1ea5fc3d3191931e361416e22ec146e672ec4 Mon Sep 17 00:00:00 2001 From: Francisco-Gamino Date: Wed, 9 Nov 2022 18:29:22 -0800 Subject: [PATCH 07/11] Upgrade xunit.runner.visualstudio to 2.4.5 --- .../Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj b/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj index e4e26288..3ea65a86 100644 --- a/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj +++ b/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj @@ -9,7 +9,7 @@ - + From 229c136d4c4c30973ecabbbff4cbebc6eb5b839c Mon Sep 17 00:00:00 2001 From: Francisco-Gamino Date: Wed, 9 Nov 2022 18:35:24 -0800 Subject: [PATCH 08/11] Add Microsoft.Extensions.Logging.Abstractions 6.0.2 --- src/Microsoft.Azure.Functions.PowerShellWorker.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Microsoft.Azure.Functions.PowerShellWorker.csproj b/src/Microsoft.Azure.Functions.PowerShellWorker.csproj index 3a8adada..40f65baa 100644 --- a/src/Microsoft.Azure.Functions.PowerShellWorker.csproj +++ b/src/Microsoft.Azure.Functions.PowerShellWorker.csproj @@ -24,6 +24,7 @@ Licensed under the MIT license. See LICENSE file in the project root for full li + From c8bf1b9ad86eac796af188079d854397b403398e Mon Sep 17 00:00:00 2001 From: Francisco-Gamino Date: Wed, 9 Nov 2022 19:22:18 -0800 Subject: [PATCH 09/11] Upgrade Grpc.Tools to 2.50.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 b3dbdf67..64093497 100644 --- a/tools/helper.psm1 +++ b/tools/helper.psm1 @@ -22,7 +22,7 @@ $DotnetSDKVersionRequirements = @{ } } -$GrpcToolsVersion = '2.43.0' # grpc.tools +$GrpcToolsVersion = '2.50.0' # grpc.tools $GoogleProtobufToolsVersion = '3.19.4' # google.protobuf.tools function Find-Dotnet diff --git a/tools/protobuf.tools.csproj b/tools/protobuf.tools.csproj index ed482be2..933da652 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 de919066c0e4c4b1778f7a86491f47e26b4d6630 Mon Sep 17 00:00:00 2001 From: Francisco-Gamino Date: Wed, 9 Nov 2022 19:25:46 -0800 Subject: [PATCH 10/11] Upgrade Google.Protobuf.Tools to 3.21.9 --- 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 64093497..e823a6ef 100644 --- a/tools/helper.psm1 +++ b/tools/helper.psm1 @@ -23,7 +23,7 @@ $DotnetSDKVersionRequirements = @{ } $GrpcToolsVersion = '2.50.0' # grpc.tools -$GoogleProtobufToolsVersion = '3.19.4' # google.protobuf.tools +$GoogleProtobufToolsVersion = '3.21.9' # google.protobuf.tools function Find-Dotnet { diff --git a/tools/protobuf.tools.csproj b/tools/protobuf.tools.csproj index 933da652..417fdae8 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 - + From 9519709218ca8f02c03320b42592e7830a5fba15 Mon Sep 17 00:00:00 2001 From: Francisco-Gamino Date: Mon, 14 Nov 2022 11:17:31 -0800 Subject: [PATCH 11/11] Upgrade Microsoft.Extensions.Logging.Abstractions to 6.0.3 --- src/Microsoft.Azure.Functions.PowerShellWorker.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.Azure.Functions.PowerShellWorker.csproj b/src/Microsoft.Azure.Functions.PowerShellWorker.csproj index 40f65baa..c32a5198 100644 --- a/src/Microsoft.Azure.Functions.PowerShellWorker.csproj +++ b/src/Microsoft.Azure.Functions.PowerShellWorker.csproj @@ -24,7 +24,7 @@ Licensed under the MIT license. See LICENSE file in the project root for full li - +