diff --git a/release_notes.md b/release_notes.md index 6139d02073..38f72aa2a2 100644 --- a/release_notes.md +++ b/release_notes.md @@ -16,4 +16,6 @@ - This fixes a bug with worker indexing where we are shutting down worker channels and creating a new channel that never gets properly initialized as the invocation buffers are not created - this leads to a "Did not find initialized workers" error. - Check if a blob container or table exists before trying to create it (#9555) -- Limit dotnet-isolated specialization to 64 bit host process (#9548) \ No newline at end of file +- Limit dotnet-isolated specialization to 64 bit host process (#9548) +- Update DotNetIsolatedNativeHost worker version to 1.0.0 + - [Updated FunctionsNetHost to handle the new "functions-" prefix command line arguments.](https://github.com/Azure/azure-functions-dotnet-worker/pull/1901) diff --git a/src/WebJobs.Script/WebJobs.Script.csproj b/src/WebJobs.Script/WebJobs.Script.csproj index f4edb6a779..3fb8a160d0 100644 --- a/src/WebJobs.Script/WebJobs.Script.csproj +++ b/src/WebJobs.Script/WebJobs.Script.csproj @@ -47,7 +47,7 @@ - +