Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move AI for .NET up in the list #44677

Merged
merged 2 commits into from
Feb 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .whatsnew.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -75,10 +83,6 @@
],
"heading": "Advanced .NET programming"
},
{
"names": [ "ai" ],
"heading": "AI in .NET"
},
{
"names": [ "azure" ],
"heading": "Azure SDK for .NET"
Expand All @@ -95,10 +99,6 @@
"names": [ "iot" ],
"heading": ".NET IoT libraries"
},
{
"names": [ "machine-learning" ],
"heading": "ML.NET"
},
{
"names": [ "orleans", "dotnet-orleans" ],
"heading": "Microsoft Orleans"
Expand Down
24 changes: 12 additions & 12 deletions docs/whats-new/dotnet-docs-mod0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions docs/whats-new/dotnet-docs-mod1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions docs/whats-new/dotnet-docs-mod2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down