Skip to content

Commit 7b95b9f

Browse files
authored
bumping timer package (#10910)
1 parent f8f4406 commit 7b95b9f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

release_notes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
-->
66
- Update Java Worker Version to [2.18.1](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.18.1)
77
- Add support for new FeatureFlag `EnableAzureMonitorTimeIsoFormat` to enable iso time format for azmon logs for Linux Dedicated/EP Skus. (part of #7864)
8-
- Update PowerShell worker to 4.0.4175 (sets defaultRuntimeVersion to 7.4 in worker.config.json)
8+
- Update PowerShell worker to 4.0.4175 (sets defaultRuntimeVersion to 7.4 in worker.config.json)
9+
- Fixing default DateTime bug with TimeZones in TimerTrigger (#10906)

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<PackageReference Include="Microsoft.Azure.AppService.Proxy.Client" Version="2.2.20220831.41" />
4747
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.41" />
4848
<PackageReference Include="Microsoft.Azure.WebJobs.Host.Storage" Version="5.0.1" />
49-
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="5.2.0-12235" />
49+
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="5.2.0-12282" />
5050
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.2.0" />
5151
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Timers.Storage" Version="1.0.0-beta.1" />
5252
<PackageReference Include="Microsoft.Azure.WebJobs.Script.Abstractions" Version="1.0.4-preview" />

0 commit comments

Comments
 (0)