Skip to content

Commit 002a499

Browse files
soninarenalrod
authored andcommitted
Update Microsoft.Azure.WebJobs and Microsoft.Azure.WebJobs.Logging.ApplicationInsights to v3.0.25
1 parent ffc1376 commit 002a499

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

release_notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
-->
55
- Fixed [bug](https://github.com/Azure/azure-functions-durable-extension/issues/1467) in sync triggers operations for Durable Functions using custom storage account connection strings.
66
- Update PowerShell Worker to 3.0.557 (PS6) [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v3.0.557) and 3.0.560 (PS7) [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v3.0.560)
7+
- Update Microsoft.Azure.WebJobs and Microsoft.Azure.WebJobs.Logging.ApplicationInsights to v3.0.25 [Release Notes](https://github.com/Azure/azure-webjobs-sdk/releases/tag/v3.0.25)
78

89
**Release sprint:** Sprint 86
910
[ [bugs](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+86%22+label%3Abug+is%3Aclosed) | [features](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+86%22+label%3Afeature+is%3Aclosed) ]

src/WebJobs.Script.WebHost/WebJobs.Script.WebHost.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<PackageReference Include="Microsoft.Azure.AppService.Proxy.Client" Version="2.0.11020001-fabe022e" />
6868
<PackageReference Include="Microsoft.Azure.Services.AppAuthentication" Version="1.0.3" />
6969
<PackageReference Include="Microsoft.Azure.Storage.File" Version="11.1.7" />
70-
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.23" />
70+
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.25" />
7171
<PackageReference Include="Microsoft.Azure.WebJobs.Host.Storage" Version="4.0.1" />
7272
<PackageReference Include="Microsoft.Azure.KeyVault" Version="3.0.3" />
7373
<PackageReference Include="Microsoft.Azure.WebJobs.Logging" Version="4.0.1" />

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@
4444
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="2.0.6" />
4545
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS6" Version="3.0.557" />
4646
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7" Version="3.0.560" />
47-
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.23" />
47+
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.25" />
4848
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="4.0.1" />
4949
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.0.9-10811" />
50-
<PackageReference Include="Microsoft.Azure.WebJobs.Logging.ApplicationInsights" Version="3.0.23" />
50+
<PackageReference Include="Microsoft.Azure.WebJobs.Logging.ApplicationInsights" Version="3.0.25" />
5151
<PackageReference Include="Microsoft.Azure.WebJobs.Script.Abstractions" Version="1.0.2-preview" />
5252
<PackageReference Include="Microsoft.Build" Version="15.8.166" />
5353
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="3.3.1" />

0 commit comments

Comments
 (0)