Skip to content

Commit d4665d1

Browse files
authored
Update API reference links to version 9.4 and add release notes for .NET Aspire 9.4 (#4176)
1 parent daa6087 commit d4665d1

File tree

4 files changed

+17
-13
lines changed

4 files changed

+17
-13
lines changed

docs/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ additionalContent:
360360
items:
361361
- title: ".NET Aspire API reference"
362362
summary: API reference documentation for .NET Aspire
363-
url: /dotnet/api?view=dotnet-aspire-9.3&preserve-view=true
363+
url: /dotnet/api?view=dotnet-aspire-9.4&preserve-view=true
364364
- title: ".NET API reference"
365365
summary: API reference documentation for .NET
366366
url: /dotnet/api?view=net-9.0&preserve-view=true

docs/toc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -284,9 +284,9 @@ items:
284284
displayName: web pubsub,real-time,messaging
285285
href: messaging/azure-web-pubsub-integration.md
286286
- name: Aspire.Hosting.Azure API reference
287-
href: /dotnet/api/?term=Aspire.Hosting.Azure&view=dotnet-aspire-9.3&preserve-view=true
287+
href: /dotnet/api/?term=Aspire.Hosting.Azure&view=dotnet-aspire-9.4&preserve-view=true
288288
- name: Aspire.Azure API reference
289-
href: /dotnet/api/?term=Aspire.Azure&view=dotnet-aspire-9.3&preserve-view=true
289+
href: /dotnet/api/?term=Aspire.Azure&view=dotnet-aspire-9.4&preserve-view=true
290290
- name: Elasticsearch
291291
displayName: elasticsearch,search
292292
href: search/elasticsearch-integration.md
@@ -435,7 +435,7 @@ items:
435435
- name: RavenDB
436436
href: community-toolkit/ravendb.md
437437
- name: Aspire.Hosting API reference
438-
href: /dotnet/api/?term=Aspire.Hosting&view=dotnet-aspire-9.3&preserve-view=true
438+
href: /dotnet/api/?term=Aspire.Hosting&view=dotnet-aspire-9.4&preserve-view=true
439439

440440
- name: Custom integrations
441441
items:
@@ -583,7 +583,7 @@ items:
583583
- name: Publishing to Azure APIs are experimental
584584
href: diagnostics/aspireazure001.md
585585
- name: .NET Aspire API reference
586-
href: /dotnet/api?view=dotnet-aspire-9.3&preserve-view=true
586+
href: /dotnet/api?view=dotnet-aspire-9.4&preserve-view=true
587587
- name: .NET Aspire FAQ
588588
displayName: iis,functions,deploy,azure,kubernetes
589589
href: reference/aspire-faq.yml

docs/whats-new/index.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ landingContent:
3232
linkLists:
3333
- linkListType: whats-new
3434
links:
35+
- text: .NET Aspire 9.4
36+
url: https://github.com/dotnet/aspire/releases/tag/v9.4.0
37+
- text: .NET Aspire 9.3
38+
url: https://github.com/dotnet/aspire/releases/tag/v9.3.0
3539
- text: .NET Aspire 9.2
3640
url: https://github.com/dotnet/aspire/releases/tag/v9.2.0
3741
- text: .NET Aspire 9.1
@@ -46,10 +50,8 @@ landingContent:
4650
url: https://github.com/dotnet/aspire/releases/tag/v8.2.0
4751
- text: .NET Aspire 8.1.0
4852
url: https://github.com/dotnet/aspire/releases/tag/v8.1.0
49-
- text: .NET Aspire 8.0.2
50-
url: https://github.com/dotnet/aspire/releases/tag/v8.0.2
51-
- text: .NET Aspire 8.0.0
52-
url: https://github.com/dotnet/aspire/releases/tag/v8.0.0
53+
- text: Older releases
54+
url: https://github.com/dotnet/aspire/releases
5355
- title: Latest documentation updates
5456
linkLists:
5557
- linkListType: whats-new

docs/whats-new/toc.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ items:
2626
href: ../compatibility/breaking-changes.md
2727
- name: GitHub releases
2828
items:
29+
- name: .NET Aspire 9.4
30+
href: https://github.com/dotnet/aspire/releases/tag/v9.4.0
31+
- name: .NET Aspire 9.3
32+
href: https://github.com/dotnet/aspire/releases/tag/v9.3.0
2933
- name: .NET Aspire 9.2
3034
href: https://github.com/dotnet/aspire/releases/tag/v9.2.0
3135
- name: .NET Aspire 9.1
@@ -38,10 +42,8 @@ items:
3842
href: https://github.com/dotnet/aspire/releases/tag/v8.2.0
3943
- name: .NET Aspire 8.1.0
4044
href: https://github.com/dotnet/aspire/releases/tag/v8.1.0
41-
- name: .NET Aspire 8.0.2
42-
href: https://github.com/dotnet/aspire/releases/tag/v8.0.2
43-
- name: .NET Aspire 8.0.0
44-
href: https://github.com/dotnet/aspire/releases/tag/v8.0.0
45+
- name: Older releases
46+
href: https://github.com/dotnet/aspire/releases
4547
- name: Latest documentation updates
4648
expanded: true
4749
items:

0 commit comments

Comments
 (0)