From 67c3654bca53479c904bdf6a31f01b3da9630d5d Mon Sep 17 00:00:00 2001 From: Bill Wagner Date: Tue, 4 Feb 2025 09:39:14 -0500 Subject: [PATCH 1/2] Move AI for .NET up in the list The AI for .NET docs should appear higher in the What's new pages for .NET --- .whatsnew.json | 8 ++++---- docs/whats-new/dotnet-docs-mod0.md | 12 ++++++------ docs/whats-new/dotnet-docs-mod1.md | 12 ++++++------ docs/whats-new/dotnet-docs-mod2.md | 12 ++++++------ 4 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.whatsnew.json b/.whatsnew.json index cc4da2fba2179..89462a5994fc6 100644 --- a/.whatsnew.json +++ b/.whatsnew.json @@ -22,6 +22,10 @@ "names": [ "core/compatibility" ], "heading": ".NET breaking changes" }, + { + "names": [ "ai" ], + "heading": "AI in .NET" + }, { "names": [ "core", "fundamentals", "standard" ], "heading": ".NET fundamentals" @@ -75,10 +79,6 @@ ], "heading": "Advanced .NET programming" }, - { - "names": [ "ai" ], - "heading": "AI in .NET" - }, { "names": [ "azure" ], "heading": "Azure SDK for .NET" diff --git a/docs/whats-new/dotnet-docs-mod0.md b/docs/whats-new/dotnet-docs-mod0.md index 9e23817330c66..fce210c3183af 100644 --- a/docs/whats-new/dotnet-docs-mod0.md +++ b/docs/whats-new/dotnet-docs-mod0.md @@ -20,6 +20,12 @@ Welcome to what's new in the .NET docs for December 2024. This article lists som - [Nullable JsonDocument properties deserialize to JsonValueKind.Null](../core/compatibility/serialization/9.0/jsondocument-props.md) - [System.Windows.Forms.StatusStrip uses a different default renderer](../core/compatibility/windows-forms/9.0/statusstrip-renderer.md) +## AI in .NET + +### Updated articles + +- [Build a .NET AI vector search app](../ai/quickstarts/quickstart-ai-chat-with-data.md) - New vector search quickstart + ## .NET fundamentals ### New articles @@ -53,12 +59,6 @@ Welcome to what's new in the .NET docs for December 2024. This article lists som - [Attributes (F#)](../fsharp/language-reference/attributes.md) - F# 9 doc updates -## AI in .NET - -### Updated articles - -- [Build a .NET AI vector search app](../ai/quickstarts/quickstart-ai-chat-with-data.md) - New vector search quickstart - ## ML.NET ### Updated articles diff --git a/docs/whats-new/dotnet-docs-mod1.md b/docs/whats-new/dotnet-docs-mod1.md index e0bddd30e346c..e541843080de7 100644 --- a/docs/whats-new/dotnet-docs-mod1.md +++ b/docs/whats-new/dotnet-docs-mod1.md @@ -27,6 +27,12 @@ Welcome to what's new in the .NET docs for January 2025. This article lists some - [TreeView checkbox image truncation](../core/compatibility/windows-forms/10.0/treeview-text-location.md) - [X500DistinguishedName validation is stricter](../core/compatibility/cryptography/10.0/x500distinguishedname-validation.md) +## AI in .NET + +### New articles + +- [Create a minimal AI assistant using .NET](../ai/quickstarts/quickstart-assistants.md) + ## .NET fundamentals ### New articles @@ -67,12 +73,6 @@ Welcome to what's new in the .NET docs for January 2025. This article lists some - [Generic types in Visual Basic (Visual Basic)](../visual-basic/programming-guide/language-features/data-types/generic-types.md) - Add VB new features -## AI in .NET - -### New articles - -- [Create a minimal AI assistant using .NET](../ai/quickstarts/quickstart-assistants.md) - ## Azure SDK for .NET ### New articles diff --git a/docs/whats-new/dotnet-docs-mod2.md b/docs/whats-new/dotnet-docs-mod2.md index e2fde6f7de705..404e98790e100 100644 --- a/docs/whats-new/dotnet-docs-mod2.md +++ b/docs/whats-new/dotnet-docs-mod2.md @@ -29,6 +29,12 @@ Welcome to what's new in the .NET docs for November 2024. This article lists som - [Version requirements for .NET 9 SDK](../core/compatibility/sdk/9.0/version-requirements.md) - [Warning emitted when targeting net7.0](../core/compatibility/sdk/9.0/net70-warning.md) +## AI in .NET + +### New articles + +- [Unified AI building blocks for .NET using Microsoft.Extensions.AI](../ai/ai-extensions.md) + ## .NET fundamentals ### New articles @@ -59,12 +65,6 @@ Welcome to what's new in the .NET docs for November 2024. This article lists som - [What's new in F# 9](../fsharp/whats-new/fsharp-9.md) -## AI in .NET - -### New articles - -- [Unified AI building blocks for .NET using Microsoft.Extensions.AI](../ai/ai-extensions.md) - ## Azure SDK for .NET ### New articles From 418faea635672b223c7c9e3cdcb0dfc8899641a6 Mon Sep 17 00:00:00 2001 From: Bill Wagner Date: Tue, 4 Feb 2025 12:23:16 -0500 Subject: [PATCH 2/2] Move ML.NET below AI for .NET --- .whatsnew.json | 8 ++++---- docs/whats-new/dotnet-docs-mod0.md | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.whatsnew.json b/.whatsnew.json index 89462a5994fc6..53b8e40f2b5b9 100644 --- a/.whatsnew.json +++ b/.whatsnew.json @@ -26,6 +26,10 @@ "names": [ "ai" ], "heading": "AI in .NET" }, + { + "names": [ "machine-learning" ], + "heading": "ML.NET" + }, { "names": [ "core", "fundamentals", "standard" ], "heading": ".NET fundamentals" @@ -95,10 +99,6 @@ "names": [ "iot" ], "heading": ".NET IoT libraries" }, - { - "names": [ "machine-learning" ], - "heading": "ML.NET" - }, { "names": [ "orleans", "dotnet-orleans" ], "heading": "Microsoft Orleans" diff --git a/docs/whats-new/dotnet-docs-mod0.md b/docs/whats-new/dotnet-docs-mod0.md index fce210c3183af..bfd9c2efefa53 100644 --- a/docs/whats-new/dotnet-docs-mod0.md +++ b/docs/whats-new/dotnet-docs-mod0.md @@ -26,6 +26,12 @@ Welcome to what's new in the .NET docs for December 2024. This article lists som - [Build a .NET AI vector search app](../ai/quickstarts/quickstart-ai-chat-with-data.md) - New vector search quickstart +## ML.NET + +### Updated articles + +- [Machine learning tasks in ML.NET](../machine-learning/resources/tasks.md) - Add text classification and sentence similarity to ML tasks + ## .NET fundamentals ### New articles @@ -59,12 +65,6 @@ Welcome to what's new in the .NET docs for December 2024. This article lists som - [Attributes (F#)](../fsharp/language-reference/attributes.md) - F# 9 doc updates -## ML.NET - -### Updated articles - -- [Machine learning tasks in ML.NET](../machine-learning/resources/tasks.md) - Add text classification and sentence similarity to ML tasks - ## .NET Framework ### New articles