diff --git a/.whatsnew.json b/.whatsnew.json index cc4da2fba2179..53b8e40f2b5b9 100644 --- a/.whatsnew.json +++ b/.whatsnew.json @@ -22,6 +22,14 @@ "names": [ "core/compatibility" ], "heading": ".NET breaking changes" }, + { + "names": [ "ai" ], + "heading": "AI in .NET" + }, + { + "names": [ "machine-learning" ], + "heading": "ML.NET" + }, { "names": [ "core", "fundamentals", "standard" ], "heading": ".NET fundamentals" @@ -75,10 +83,6 @@ ], "heading": "Advanced .NET programming" }, - { - "names": [ "ai" ], - "heading": "AI in .NET" - }, { "names": [ "azure" ], "heading": "Azure SDK for .NET" @@ -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 9e23817330c66..bfd9c2efefa53 100644 --- a/docs/whats-new/dotnet-docs-mod0.md +++ b/docs/whats-new/dotnet-docs-mod0.md @@ -20,6 +20,18 @@ 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 + +## 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 @@ -53,18 +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 -## 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 - -- [Machine learning tasks in ML.NET](../machine-learning/resources/tasks.md) - Add text classification and sentence similarity to ML tasks - ## .NET Framework ### New 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