Skip to content

Commit 4e4175d

Browse files
authored
Updated Microsoft.Azure.Functions.DotNetIsolatedNativeHost version to 1.0.6 (#9863)
1 parent baa7fa9 commit 4e4175d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

release_notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@
77
- Added support for ManagedIdentity authentication in ApplicationInsights pipeline. (#9758)
88
- Added support for AutocollectedMetricsExtractor, MetricsCustomDimensionOptimization and QueryStringTracing. (#9758)
99
- Add an app setting to allow CORS configuration (#9846)
10+
- Updated `Microsoft.Azure.Functions.DotNetIsolatedNativeHost` version to 1.0.6 (#9863)
11+
- [Forwarding command line arguments to app assembly from NetHost](https://github.com/Azure/azure-functions-dotnet-worker/pull/2258)

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.5" />
50+
<PackageReference Include="Microsoft.Azure.Functions.DotNetIsolatedNativeHost" Version="1.0.6" />
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)