Skip to content

v0.6.0-beta

Pre-release
Pre-release

Choose a tag to compare

@joslat joslat released this 05 Mar 01:18
· 230 commits to main since this release

[0.6.0-beta] - 2026-03-05

MAF RC3 Compatibility ⬆️

Changed

  • MAF upgraded from 1.0.0-rc2 to 1.0.0-rc3 — All three MAF package references (Microsoft.Agents.AI, Microsoft.Agents.AI.OpenAI, Microsoft.Agents.AI.Workflows) updated to 1.0.0-rc3. Zero AgentEval source code changes required — all RC3 breaking changes (StateKey → StateKeys, provider constructor renames) are in provider base classes that AgentEval does not subclass. RC3 introduces a new REST-based agent-to-agent protocol (CopilotStudio, A2A), OpenAPI-described agent endpoints, IAgentApplication hosting model, and AgentWorkerClient transport layer. Transitive Microsoft.Agents.ObjectModel bumped to latest. Full test suite (2519 tests × 3 TFMs) passes with zero failures. See MAF-Upgrade-Plan.md for full diff analysis.
  • THIRD-PARTY-NOTICES.md — Synced all package versions to match Directory.Packages.props (MAF rc1→rc3 and 7 other stale versions corrected).
  • README.md — Added MAF compatibility badge, .NET TFM badge, and compatibility table in Installation section. Repositioned preview warning below value proposition.
  • NuGet metadata — Added PackageReleaseNotes property to umbrella package.
  • docs/installation.md — Added Compatibility section with MAF and .NET version requirements.