Skip to content

Commit a935a69

Browse files
IEvangelistadegeomaddymontaquiladavidfowlmitchdenny
authored
What's new in .NET Aspire 9.2 (#2877)
* Add initial bits for #2869. What's new in .NET Aspire 9.2 * Add a few more what's new bits * Add dashboard config * Add initial details about HTTP commands * Apply suggestions from code review Co-authored-by: Andy (Steve) De George <[email protected]> * Edit pass * Add link to breaking changes * Removed MS-collected telemetry * Try toying with TOC * Expand product updates * Apply suggestions from code review Co-authored-by: Maddy Montaquila (Leger) <[email protected]> * Delete section * Update .NET Aspire 9.2 documentation * Update docs/whats-new/dotnet-aspire-9.2.md * Update connection string and deployment section * Added testing updates * Update docs/whats-new/dotnet-aspire-9.2.md Co-authored-by: James Newton-King <[email protected]> * Clean up * Minor updates * Apply suggestions from code review Co-authored-by: David Fowler <[email protected]> * Apply suggestions from code review Co-authored-by: David Fowler <[email protected]> * Apply suggestions from code review Co-authored-by: David Fowler <[email protected]> * Apply suggestions from code review Co-authored-by: David Fowler <[email protected]> * Add images * Final tweaks before release branch --------- Co-authored-by: Andy (Steve) De George <[email protected]> Co-authored-by: Maddy Montaquila (Leger) <[email protected]> Co-authored-by: David Fowler <[email protected]> Co-authored-by: Mitch Denny <[email protected]> Co-authored-by: James Newton-King <[email protected]>
1 parent 062efc3 commit a935a69

File tree

8 files changed

+561
-42
lines changed

8 files changed

+561
-42
lines changed

docs/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ items:
2424
href: get-started/github-codespaces.md
2525
- name: Dev Containers
2626
href: get-started/dev-containers.md
27-
- name: What's new in .NET Aspire 9.1
28-
href: whats-new/dotnet-aspire-9.1.md
27+
- name: What's new in .NET Aspire 9.2
28+
href: whats-new/dotnet-aspire-9.2.md
2929
- name: Upgrade to .NET Aspire 9.0
3030
href: get-started/upgrade-to-aspire-9.md
3131

docs/whats-new/dotnet-aspire-9.2.md

Lines changed: 516 additions & 0 deletions
Large diffs are not rendered by default.

docs/whats-new/index.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ summary: Welcome to what's new in .NET Aspire docs. Use this page to quickly fin
55
metadata:
66
title: .NET Aspire what's new?
77
description: Learn about new and updated content in .NET Aspire docs.
8-
ms.date: 03/01/2025
8+
ms.date: 03/20/2025
99
ms.topic: landing-page
1010
landingContent:
1111
- title: .NET Aspire release documentation
1212
linkLists:
1313
- linkListType: whats-new
1414
links:
15+
- text: What's new in .NET Aspire 9.2
16+
url: dotnet-aspire-9.2.md
1517
- text: What's new in .NET Aspire 9.1
1618
url: dotnet-aspire-9.1.md
1719
- text: What's new in .NET Aspire 9.0
196 KB
Loading
730 KB
Loading
538 KB
Loading
410 KB
Loading

docs/whats-new/toc.yml

Lines changed: 40 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -3,44 +3,45 @@ items:
33
href: ../index.yml
44
- name: What's new
55
href: index.yml
6+
- name: Latest product updates
67
expanded: true
78
items:
8-
- name: Latest product updates
9-
items:
10-
- name: What's new in .NET Aspire 9.1
11-
href: dotnet-aspire-9.1.md
12-
- name: What's new in .NET Aspire 9.0
13-
href: dotnet-aspire-9.md
14-
- name: Announcing .NET Aspire 8.2
15-
href: https://devblogs.microsoft.com/dotnet/announcing-dotnet-aspire-8-2/
16-
- name: What's new in .NET Aspire 8.1
17-
href: https://devblogs.microsoft.com/dotnet/whats-new-in-aspire-8-1/
18-
- name: .NET Aspire 8.0 (General Availability)
19-
href: https://devblogs.microsoft.com/dotnet/dotnet-aspire-general-availability/
20-
- name: Breaking changes
21-
href: ../compatibility/breaking-changes.md
22-
- name: GitHub releases
23-
items:
24-
- name: .NET Aspire 9.1
25-
href: https://github.com/dotnet/aspire/releases/tag/v9.1.0
26-
- name: .NET Aspire 9.0
27-
href: https://github.com/dotnet/aspire/releases/tag/v9.0.0
28-
- name: .NET Aspire 8.2.1
29-
href: https://github.com/dotnet/aspire/releases/tag/v8.2.1
30-
- name: .NET Aspire 8.2.0
31-
href: https://github.com/dotnet/aspire/releases/tag/v8.2.0
32-
- name: .NET Aspire 8.1.0
33-
href: https://github.com/dotnet/aspire/releases/tag/v8.1.0
34-
- name: .NET Aspire 8.0.2
35-
href: https://github.com/dotnet/aspire/releases/tag/v8.0.2
36-
- name: .NET Aspire 8.0.0
37-
href: https://github.com/dotnet/aspire/releases/tag/v8.0.0
38-
- name: Latest documentation updates
39-
expanded: true
40-
items:
41-
- name: February 2025
42-
href: dotnet-docs-aspire-mod2.md
43-
- name: January 2025
44-
href: dotnet-docs-aspire-mod1.md
45-
- name: December 2024
46-
href: dotnet-docs-aspire-mod0.md
9+
- name: What's new in .NET Aspire 9.2
10+
href: dotnet-aspire-9.2.md
11+
- name: What's new in .NET Aspire 9.1
12+
href: dotnet-aspire-9.1.md
13+
- name: What's new in .NET Aspire 9.0
14+
href: dotnet-aspire-9.md
15+
- name: Announcing .NET Aspire 8.2
16+
href: https://devblogs.microsoft.com/dotnet/announcing-dotnet-aspire-8-2/
17+
- name: What's new in .NET Aspire 8.1
18+
href: https://devblogs.microsoft.com/dotnet/whats-new-in-aspire-8-1/
19+
- name: .NET Aspire 8.0 (General Availability)
20+
href: https://devblogs.microsoft.com/dotnet/dotnet-aspire-general-availability/
21+
- name: Breaking changes
22+
href: ../compatibility/breaking-changes.md
23+
- name: GitHub releases
24+
items:
25+
- name: .NET Aspire 9.1
26+
href: https://github.com/dotnet/aspire/releases/tag/v9.1.0
27+
- name: .NET Aspire 9.0
28+
href: https://github.com/dotnet/aspire/releases/tag/v9.0.0
29+
- name: .NET Aspire 8.2.1
30+
href: https://github.com/dotnet/aspire/releases/tag/v8.2.1
31+
- name: .NET Aspire 8.2.0
32+
href: https://github.com/dotnet/aspire/releases/tag/v8.2.0
33+
- name: .NET Aspire 8.1.0
34+
href: https://github.com/dotnet/aspire/releases/tag/v8.1.0
35+
- name: .NET Aspire 8.0.2
36+
href: https://github.com/dotnet/aspire/releases/tag/v8.0.2
37+
- name: .NET Aspire 8.0.0
38+
href: https://github.com/dotnet/aspire/releases/tag/v8.0.0
39+
- name: Latest documentation updates
40+
expanded: true
41+
items:
42+
- name: February 2025
43+
href: dotnet-docs-aspire-mod2.md
44+
- name: January 2025
45+
href: dotnet-docs-aspire-mod1.md
46+
- name: December 2024
47+
href: dotnet-docs-aspire-mod0.md

0 commit comments

Comments
 (0)