diff --git a/src/Microsoft.Azure.Functions.PowerShellWorker.csproj b/src/Microsoft.Azure.Functions.PowerShellWorker.csproj index 3e05c4e0..b49851d5 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/src/requirements.psd1 b/src/requirements.psd1 index 4566bd72..0b7aa6f2 100644 --- a/src/requirements.psd1 +++ b/src/requirements.psd1 @@ -1,7 +1,7 @@ @{ # Modules bundled with the PowerShell Language Worker 'Microsoft.PowerShell.Archive' = @{ - Version = '1.2.3.0' + Version = '1.2.5' Target = 'src/Modules' } 'ThreadJob' = @{ diff --git a/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj b/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj index f1bbda5c..a8d6dbdc 100644 --- a/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj +++ b/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj @@ -10,7 +10,7 @@ - +