diff --git a/docs/whats-new/dotnet-aspire-9.4.md b/docs/whats-new/dotnet-aspire-9.4.md index 871df9c645..979488a4ce 100644 --- a/docs/whats-new/dotnet-aspire-9.4.md +++ b/docs/whats-new/dotnet-aspire-9.4.md @@ -1,7 +1,7 @@ --- title: What's new in .NET Aspire 9.4 description: Learn what's new in the official general availability release of .NET Aspire 9.4. -ms.date: 08/07/2025 +ms.date: 09/30/2025 --- # What's new in .NET Aspire 9.4 @@ -706,11 +706,11 @@ builder.Build().Run(); **Available lifecycle events:** -- - Called during early resource initialization -- - Called before the resource starts -- - Called when connection strings are resolved (requires `IResourceWithConnectionString`) -- - Called when resource endpoints are allocated (requires `IResourceWithEndpoints`) -- - Called when the resource is fully ready +- - Called during early resource initialization +- - Called before the resource starts +- - Called when connection strings are resolved (requires `IResourceWithConnectionString`) +- - Called when resource endpoints are allocated (requires `IResourceWithEndpoints`) +- - Called when the resource is fully ready The new chainable fluent API, strongly-typed callbacks, and simplified syntax make it intuitive to hook into your resource lifecycles for interactions, commands, custom scripts, and more.