Skip to content

Commit cf4b334

Browse files
committed
Bump Microsoft.Extensions.AI to 10.5.1; rewrite version-matrix.md
- Directory.Packages.props: 10.5.0 -> 10.5.1 for all five M.Extensions.AI packages (patch bump confirmed via NuGet API 2026-05-03; all other Critical-5 pins remain at their current stable ceiling) - docs/version-matrix.md: full rewrite from stale 0.3.x-preview baseline to current 1.x stable pins; now mirrors Directory.Packages.props exactly
1 parent 738f72a commit cf4b334

2 files changed

Lines changed: 46 additions & 26 deletions

File tree

Directory.Packages.props

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
-->
1212

1313
<ItemGroup Label="Microsoft.Extensions.AI (10.x)">
14-
<PackageVersion Include="Microsoft.Extensions.AI" Version="10.5.0" />
15-
<PackageVersion Include="Microsoft.Extensions.AI.Abstractions" Version="10.5.0" />
16-
<PackageVersion Include="Microsoft.Extensions.AI.OpenAI" Version="10.5.0" />
17-
<PackageVersion Include="Microsoft.Extensions.AI.Evaluation" Version="10.5.0" />
18-
<PackageVersion Include="Microsoft.Extensions.AI.Evaluation.Quality" Version="10.5.0" />
14+
<PackageVersion Include="Microsoft.Extensions.AI" Version="10.5.1" />
15+
<PackageVersion Include="Microsoft.Extensions.AI.Abstractions" Version="10.5.1" />
16+
<PackageVersion Include="Microsoft.Extensions.AI.OpenAI" Version="10.5.1" />
17+
<PackageVersion Include="Microsoft.Extensions.AI.Evaluation" Version="10.5.1" />
18+
<PackageVersion Include="Microsoft.Extensions.AI.Evaluation.Quality" Version="10.5.1" />
1919
</ItemGroup>
2020

2121
<ItemGroup Label="Microsoft Agent Framework (1.x)">

docs/version-matrix.md

Lines changed: 41 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,47 +2,67 @@
22

33
Mirrors the package matrix in `Appendix-C-Provider-Support-Matrix.md` and `Appendix-A-Package-Reference.md`. Maintain independently of the manuscript so readers can see the *currently-validated* set without rebuying the book.
44

5-
> **Note.** Versions below are the build-time pins from `Directory.Packages.props`. Run the package sweep documented in `Manuscript/user-action-plan.md` (Critical-5) on the cadence noted there, and update both files together.
5+
> **Note.** Versions below are the build-time pins from `Directory.Packages.props`. Per the Critical-5 cadence: weekly until print, monthly for the first six months post-print, quarterly thereafter. When a major or minor version moves, update both `Directory.Packages.props` and this file together.
66
77
## Core abstractions
88

99
| Package | Pinned version | Stability |
1010
|---|---|---|
11-
| `Microsoft.Extensions.AI` | 9.0.0 | Stable |
12-
| `Microsoft.Extensions.AI.Abstractions` | 9.0.0 | Stable |
13-
| `Microsoft.Extensions.AI.OpenAI` | 9.0.0-preview | Preview |
14-
| `Microsoft.Extensions.AI.Ollama` | 9.0.0-preview | Preview |
15-
| `Microsoft.Extensions.AI.AzureAIInference` | 9.0.0-preview | Preview |
11+
| `Microsoft.Extensions.AI` | 10.5.1 | Stable |
12+
| `Microsoft.Extensions.AI.Abstractions` | 10.5.1 | Stable |
13+
| `Microsoft.Extensions.AI.OpenAI` | 10.5.1 | Stable |
14+
| `Microsoft.Extensions.AI.Evaluation` | 10.5.1 | Stable |
15+
| `Microsoft.Extensions.AI.Evaluation.Quality` | 10.5.1 | Stable |
1616

1717
## Microsoft Agent Framework
1818

1919
| Package | Pinned version | Stability |
2020
|---|---|---|
21-
| `Microsoft.Agents.AI` | 0.3.0-preview | Preview |
22-
| `Microsoft.Agents.AI.OpenAI` | 0.3.0-preview | Preview |
23-
| `Microsoft.Agents.AI.Workflows` | 0.3.0-preview | Preview |
24-
| `Microsoft.Agents.AI.AzureAI` | 0.3.0-preview | Preview |
25-
| `Microsoft.Agents.AI.A2A` | 0.3.0-preview | Preview |
26-
| `Microsoft.Agents.AI.Hosting` | 0.3.0-preview | Preview |
21+
| `Microsoft.Agents.AI` | 1.3.0 | Stable |
22+
| `Microsoft.Agents.AI.Abstractions` | 1.3.0 | Stable |
23+
| `Microsoft.Agents.AI.OpenAI` | 1.3.0 | Stable |
24+
| `Microsoft.Agents.AI.Workflows` | 1.3.0 | Stable |
25+
| `Microsoft.Agents.AI.Foundry` | 1.3.0 | Stable |
26+
| `Microsoft.Agents.AI.A2A` | 1.3.0-preview.260423.1 | Preview |
27+
| `Microsoft.Agents.AI.Hosting` | 1.3.0-preview.260423.1 | Preview |
28+
| `A2A.AspNetCore` | 1.0.0-preview2 | Preview |
2729

2830
## Model Context Protocol
2931

3032
| Package | Pinned version | Stability |
3133
|---|---|---|
32-
| `ModelContextProtocol` | 0.3.0-preview | Preview |
33-
| `ModelContextProtocol.Client` | 0.3.0-preview | Preview |
34-
| `ModelContextProtocol.Server` | 0.3.0-preview | Preview |
35-
| `ModelContextProtocol.AspNetCore` | 0.3.0-preview | Preview |
34+
| `ModelContextProtocol` | 1.2.0 | Stable |
35+
| `ModelContextProtocol.Core` | 1.2.0 | Stable |
36+
| `ModelContextProtocol.AspNetCore` | 1.2.0 | Stable |
3637

3738
## Provider SDKs
3839

40+
| Package | Pinned version | Stability |
41+
|---|---|---|
42+
| `Azure.AI.OpenAI` | 2.1.0 | Stable |
43+
| `OpenAI` | 2.10.0 | Stable |
44+
| `OllamaSharp` | 5.4.25 | Stable |
45+
| `Anthropic.SDK` | 5.10.0 | Stable |
46+
47+
## Hosting / DI / ASP.NET Core
48+
49+
| Package | Pinned version |
50+
|---|---|
51+
| `Microsoft.Extensions.Hosting` | 9.0.0 |
52+
| `Microsoft.Extensions.DependencyInjection` | 9.0.0 |
53+
| `Microsoft.Extensions.Configuration` | 9.0.0 |
54+
| `Microsoft.Extensions.Logging` | 9.0.0 |
55+
| `Microsoft.AspNetCore.OpenApi` | 9.0.0 |
56+
57+
## Resilience and Telemetry
58+
3959
| Package | Pinned version |
4060
|---|---|
41-
| `Azure.AI.OpenAI` | 2.1.0 |
42-
| `OpenAI` | 2.1.0 |
43-
| `OllamaSharp` | 4.0.0 |
44-
| `Anthropic.SDK` | 5.0.0 |
61+
| `Microsoft.Extensions.Http.Resilience` | 9.0.0 |
62+
| `Microsoft.Extensions.Caching.Memory` | 9.0.0 |
63+
| `OpenTelemetry.Extensions.Hosting` | 1.10.0 |
64+
| `OpenTelemetry.Exporter.OpenTelemetryProtocol` | 1.10.0 |
4565

4666
## Last validated
4767

48-
- **2026-04-29** -- initial pin, set during companion repo scaffolding. Re-verify against live NuGet before tagging `v1.0-first-print`.
68+
- **2026-05-03** -- NuGet sweep; bumped `Microsoft.Extensions.AI` family from `10.5.0` to `10.5.1`. All other Critical-5 pins confirmed at their current stable ceiling. Version matrix rewritten from stale 0.3.x-preview baseline.

0 commit comments

Comments
 (0)