From 651dd3c3902f196c4a5bf7f6fb518103df0c6f1f Mon Sep 17 00:00:00 2001 From: Anatoli Beliaev Date: Fri, 15 May 2020 23:26:00 -0700 Subject: [PATCH 1/2] Update PowerShell SDK version to 7.0.1 --- src/Microsoft.Azure.Functions.PowerShellWorker.csproj | 2 +- .../Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.Azure.Functions.PowerShellWorker.csproj b/src/Microsoft.Azure.Functions.PowerShellWorker.csproj index 3dde9b27..fe71c3e3 100644 --- a/src/Microsoft.Azure.Functions.PowerShellWorker.csproj +++ b/src/Microsoft.Azure.Functions.PowerShellWorker.csproj @@ -21,7 +21,7 @@ Licensed under the MIT license. See LICENSE file in the project root for full li - + diff --git a/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj b/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj index 3f6cf5ac..b536977e 100644 --- a/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj +++ b/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj @@ -10,7 +10,7 @@ - + From 8efac4f77c4f19c8ba959e448f0ddb739e54326f Mon Sep 17 00:00:00 2001 From: Anatoli Beliaev Date: Fri, 15 May 2020 23:27:01 -0700 Subject: [PATCH 2/2] Update bundled module versions See https://github.com/PowerShell/PowerShell/blob/v7.0.1/src/Modules/PSGalleryModules.csproj --- src/requirements.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.psd1 b/src/requirements.psd1 index c7a3faf0..73d0e131 100644 --- a/src/requirements.psd1 +++ b/src/requirements.psd1 @@ -9,7 +9,7 @@ Target = 'src/Modules' } 'PowerShellGet' = @{ - Version = '2.2.3' + Version = '2.2.4' Target = 'src/Modules' } 'PackageManagement' = @{