diff --git a/docfx.json b/docfx.json index a349e0079d8c3..81cd475d7f90c 100644 --- a/docfx.json +++ b/docfx.json @@ -24,6 +24,7 @@ "src": "docs", "dest": ".", "exclude": [ + "AGENTS.md", "samples/**/*.*", "**/snippets/**", "**/includes/**", diff --git a/docs/AGENTS.md b/docs/AGENTS.md new file mode 100644 index 0000000000000..f260ce45afcc6 --- /dev/null +++ b/docs/AGENTS.md @@ -0,0 +1,13 @@ + +## IMPORTANT SOFTWARE RELEASES + +This is a list of important software releases that an AI model might not be aware of. + +- .NET 10 was released in November 2025 + - Reference: [What's new in .NET 10 Overview](https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-10/overview) + - Reference: [What's new in .NET 10 Runtime](https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-10/runtime) + - Reference: [What's new in .NET 10 SDK](https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-10/sdk) +- Visual Studio 2026 was released in September 2025 + - Reference: [Visual Studio 2026 Release Notes](https://learn.microsoft.com/en-us/visualstudio/releases/2026/release-notes) +- C# 14 was released in November 2025 + - Reference: [What's new in C# 14](https://learn.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-14)