From 65238ad36313a1c32be31e97703bf23f5fc86657 Mon Sep 17 00:00:00 2001 From: Shyju Krishnankutty Date: Wed, 13 Dec 2023 07:07:44 -0800 Subject: [PATCH 1/3] Updating Microsoft.Azure.Functions.DotNetIsolatedNativeHost pacakge to 1.0.4 --- src/WebJobs.Script/WebJobs.Script.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WebJobs.Script/WebJobs.Script.csproj b/src/WebJobs.Script/WebJobs.Script.csproj index c34299c190..d8e9224e99 100644 --- a/src/WebJobs.Script/WebJobs.Script.csproj +++ b/src/WebJobs.Script/WebJobs.Script.csproj @@ -47,7 +47,7 @@ - + From 18365a5b84b64d49488dca941fa4c13a5f43d122 Mon Sep 17 00:00:00 2001 From: Shyju Krishnankutty Date: Wed, 13 Dec 2023 07:13:31 -0800 Subject: [PATCH 2/3] Added release notes. --- release_notes.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/release_notes.md b/release_notes.md index 9b1aea8e64..1f2f40a178 100644 --- a/release_notes.md +++ b/release_notes.md @@ -2,4 +2,6 @@ \ No newline at end of file +--> + +- Updated `Microsoft.Azure.Functions.DotNetIsolatedNativeHost` version to 1.0.4 (#9739) From 059b8d7fea38a50a6b6156b28ac98b56926d97e2 Mon Sep 17 00:00:00 2001 From: Shyju Krishnankutty Date: Wed, 13 Dec 2023 07:15:22 -0800 Subject: [PATCH 3/3] Fix PR number in release notes. --- release_notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release_notes.md b/release_notes.md index 1f2f40a178..23ab46fefb 100644 --- a/release_notes.md +++ b/release_notes.md @@ -4,4 +4,4 @@ - My change description (#PR) --> -- Updated `Microsoft.Azure.Functions.DotNetIsolatedNativeHost` version to 1.0.4 (#9739) +- Updated `Microsoft.Azure.Functions.DotNetIsolatedNativeHost` version to 1.0.4 (#9740)