From a1da8aab02bfa42fddcc59a399ea2e4c1ac5bc50 Mon Sep 17 00:00:00 2001 From: Shyju Krishnankutty Date: Thu, 19 Dec 2024 13:11:28 -0800 Subject: [PATCH] Updating FunctionsNetHost (dotnet isolated worker) to 1.0.12 (#10705) * Update DotNetIsolatedNativeHost to 1.0.12 * Indentation fix in release notes. --- eng/build/Workers.Dotnet.props | 2 +- release_notes.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/eng/build/Workers.Dotnet.props b/eng/build/Workers.Dotnet.props index 2637018a77..008cae0fb2 100644 --- a/eng/build/Workers.Dotnet.props +++ b/eng/build/Workers.Dotnet.props @@ -1,7 +1,7 @@ - + diff --git a/release_notes.md b/release_notes.md index 37ecac1642..4149fc4528 100644 --- a/release_notes.md +++ b/release_notes.md @@ -3,3 +3,6 @@ +- Updated dotnet-isolated worker to 1.0.12. + - [Corrected the path for the prelaunch app location.](https://github.com/Azure/azure-functions-dotnet-worker/pull/2897) + - [Added net9 prelaunch app.](https://github.com/Azure/azure-functions-dotnet-worker/pull/2898) \ No newline at end of file