Skip to content

Commit c6bfaf9

Browse files
authored
Move AI for .NET up in the list (#44677)
* Move AI for .NET up in the list The AI for .NET docs should appear higher in the What's new pages for .NET * Move ML.NET below AI for .NET
1 parent 0dcbddf commit c6bfaf9

File tree

4 files changed

+32
-32
lines changed

4 files changed

+32
-32
lines changed

.whatsnew.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@
2222
"names": [ "core/compatibility" ],
2323
"heading": ".NET breaking changes"
2424
},
25+
{
26+
"names": [ "ai" ],
27+
"heading": "AI in .NET"
28+
},
29+
{
30+
"names": [ "machine-learning" ],
31+
"heading": "ML.NET"
32+
},
2533
{
2634
"names": [ "core", "fundamentals", "standard" ],
2735
"heading": ".NET fundamentals"
@@ -75,10 +83,6 @@
7583
],
7684
"heading": "Advanced .NET programming"
7785
},
78-
{
79-
"names": [ "ai" ],
80-
"heading": "AI in .NET"
81-
},
8286
{
8387
"names": [ "azure" ],
8488
"heading": "Azure SDK for .NET"
@@ -95,10 +99,6 @@
9599
"names": [ "iot" ],
96100
"heading": ".NET IoT libraries"
97101
},
98-
{
99-
"names": [ "machine-learning" ],
100-
"heading": "ML.NET"
101-
},
102102
{
103103
"names": [ "orleans", "dotnet-orleans" ],
104104
"heading": "Microsoft Orleans"

docs/whats-new/dotnet-docs-mod0.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,18 @@ Welcome to what's new in the .NET docs for December 2024. This article lists som
2020
- [Nullable JsonDocument properties deserialize to JsonValueKind.Null](../core/compatibility/serialization/9.0/jsondocument-props.md)
2121
- [System.Windows.Forms.StatusStrip uses a different default renderer](../core/compatibility/windows-forms/9.0/statusstrip-renderer.md)
2222

23+
## AI in .NET
24+
25+
### Updated articles
26+
27+
- [Build a .NET AI vector search app](../ai/quickstarts/quickstart-ai-chat-with-data.md) - New vector search quickstart
28+
29+
## ML.NET
30+
31+
### Updated articles
32+
33+
- [Machine learning tasks in ML.NET](../machine-learning/resources/tasks.md) - Add text classification and sentence similarity to ML tasks
34+
2335
## .NET fundamentals
2436

2537
### New articles
@@ -53,18 +65,6 @@ Welcome to what's new in the .NET docs for December 2024. This article lists som
5365

5466
- [Attributes (F#)](../fsharp/language-reference/attributes.md) - F# 9 doc updates
5567

56-
## AI in .NET
57-
58-
### Updated articles
59-
60-
- [Build a .NET AI vector search app](../ai/quickstarts/quickstart-ai-chat-with-data.md) - New vector search quickstart
61-
62-
## ML.NET
63-
64-
### Updated articles
65-
66-
- [Machine learning tasks in ML.NET](../machine-learning/resources/tasks.md) - Add text classification and sentence similarity to ML tasks
67-
6868
## .NET Framework
6969

7070
### New articles

docs/whats-new/dotnet-docs-mod1.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ Welcome to what's new in the .NET docs for January 2025. This article lists some
2727
- [TreeView checkbox image truncation](../core/compatibility/windows-forms/10.0/treeview-text-location.md)
2828
- [X500DistinguishedName validation is stricter](../core/compatibility/cryptography/10.0/x500distinguishedname-validation.md)
2929

30+
## AI in .NET
31+
32+
### New articles
33+
34+
- [Create a minimal AI assistant using .NET](../ai/quickstarts/quickstart-assistants.md)
35+
3036
## .NET fundamentals
3137

3238
### New articles
@@ -67,12 +73,6 @@ Welcome to what's new in the .NET docs for January 2025. This article lists some
6773

6874
- [Generic types in Visual Basic (Visual Basic)](../visual-basic/programming-guide/language-features/data-types/generic-types.md) - Add VB new features
6975

70-
## AI in .NET
71-
72-
### New articles
73-
74-
- [Create a minimal AI assistant using .NET](../ai/quickstarts/quickstart-assistants.md)
75-
7676
## Azure SDK for .NET
7777

7878
### New articles

docs/whats-new/dotnet-docs-mod2.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ Welcome to what's new in the .NET docs for November 2024. This article lists som
2929
- [Version requirements for .NET 9 SDK](../core/compatibility/sdk/9.0/version-requirements.md)
3030
- [Warning emitted when targeting net7.0](../core/compatibility/sdk/9.0/net70-warning.md)
3131

32+
## AI in .NET
33+
34+
### New articles
35+
36+
- [Unified AI building blocks for .NET using Microsoft.Extensions.AI](../ai/ai-extensions.md)
37+
3238
## .NET fundamentals
3339

3440
### New articles
@@ -59,12 +65,6 @@ Welcome to what's new in the .NET docs for November 2024. This article lists som
5965

6066
- [What's new in F# 9](../fsharp/whats-new/fsharp-9.md)
6167

62-
## AI in .NET
63-
64-
### New articles
65-
66-
- [Unified AI building blocks for .NET using Microsoft.Extensions.AI](../ai/ai-extensions.md)
67-
6868
## Azure SDK for .NET
6969

7070
### New articles

0 commit comments

Comments
 (0)