Skip to content

Commit fb62307

Browse files
authored
Updating Microsoft.Azure.Functions.DotNetIsolatedNativeHost to 1.0.8. (#9936)
1 parent f6aa9e3 commit fb62307

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

release_notes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@
77
- Update PowerShell worker 7.0 to 4.0.3148 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.3148)
88
- Update PowerShell worker 7.2 to 4.0.3131 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.3131)
99
- Update PowerShell worker 7.4 to 4.0.3147 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.3147)
10+
- Updated `Microsoft.Azure.Functions.DotNetIsolatedNativeHost` version to 1.0.8 (#9936)
11+
- [Improvements to NetHost logging & worker.config](https://github.com/Azure/azure-functions-dotnet-worker/pull/2315)
12+
- [Pre-launching a minimal .NET app during placeholder mode](https://github.com/Azure/azure-functions-dotnet-worker/pull/2324)
13+
- [Reverting the worker.config change made in #2315 (checking for INITIALIZED_FROM_PLACEHOLDER environment variable)](https://github.com/Azure/azure-functions-dotnet-worker/pull/2351)
14+

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.21.0" />
4848
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer" Version="2.21.0" />
4949
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel" Version="2.21.0" />
50-
<PackageReference Include="Microsoft.Azure.Functions.DotNetIsolatedNativeHost" Version="1.0.6" />
50+
<PackageReference Include="Microsoft.Azure.Functions.DotNetIsolatedNativeHost" Version="1.0.8" />
5151
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.39" />
5252
<PackageReference Include="Microsoft.Azure.WebJobs.Host.Storage" Version="5.0.0-beta.2-11957" />
5353
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.7.0" />

0 commit comments

Comments
 (0)