Skip to content

Commit

Permalink
Updating FunctionsNetHost (dotnet isolated worker) to 1.0.12 (#10705)
Browse files Browse the repository at this point in the history
* Update DotNetIsolatedNativeHost  to 1.0.12

* Indentation fix in release notes.
  • Loading branch information
kshyju authored Dec 19, 2024
1 parent c84ce0d commit a1da8aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion eng/build/Workers.Dotnet.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<ItemGroup>
<PackageReference Include="Microsoft.Azure.Functions.DotNetIsolatedNativeHost" Version="1.0.11" />
<PackageReference Include="Microsoft.Azure.Functions.DotNetIsolatedNativeHost" Version="1.0.12" />
</ItemGroup>

<Target Name="CleanDotnetWorkerFiles" BeforeTargets="AssignTargetPaths" Condition="$(RuntimeIdentifier.StartsWith(win))">
Expand Down
3 changes: 3 additions & 0 deletions release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@
<!-- Please add your release notes in the following format:
- My change description (#PR)
-->
- 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)

0 comments on commit a1da8aa

Please sign in to comment.