Skip to content

Commit 7d2df3b

Browse files
Update PowerShell Worker to 3.0.1475 (#8078)
* Upgrade PowerShellWorker to 3.0.1475 * Update release notes
1 parent 4cfa977 commit 7d2df3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

release_notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
**Release sprint:** Sprint 113
99
[ [bugs](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+113%22+label%3Abug+is%3Aclosed) | [features](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+113%22+label%3Afeature+is%3Aclosed) ]
10-
- Update PowerShell Worker to 3.0.1272 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v3.0.1272)
10+
- Update PowerShell Worker to 3.0.1475 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v3.0.1475)

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="1.10.0-SNAPSHOT" />
5252
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="2.1.2" />
5353
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS6" Version="3.0.630" />
54-
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7" Version="3.0.1272" />
54+
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7" Version="3.0.1475" />
5555
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="4.0.4-10859" />
5656
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.1.1-10859" />
5757
<PackageReference Include="Microsoft.Azure.WebJobs.Logging.ApplicationInsights" Version="3.0.30-11874" />

0 commit comments

Comments
 (0)