Skip to content

.NET: Bump Anthropic SDK to 12.13.0 and Anthropic.Foundry to 0.5.0#5279

Open
rogerbarreto wants to merge 1 commit intomicrosoft:mainfrom
rogerbarreto:feature/anthropic-bump
Open

.NET: Bump Anthropic SDK to 12.13.0 and Anthropic.Foundry to 0.5.0#5279
rogerbarreto wants to merge 1 commit intomicrosoft:mainfrom
rogerbarreto:feature/anthropic-bump

Conversation

@rogerbarreto
Copy link
Copy Markdown
Member

@rogerbarreto rogerbarreto commented Apr 15, 2026

Summary

Bumps the Anthropic NuGet package dependencies to their latest versions and moves the Anthropic project back to preview state.

Changes

Package Previous New
Anthropic 12.11.0 12.13.0
Anthropic.Foundry 0.4.2 0.5.0

Details

  • Directory.Packages.props: Updated both Anthropic package versions
  • Microsoft.Agents.AI.Anthropic.csproj: Changed \IsReleaseCandidate\ from \ rue\ to \ alse\ (preview state)
  • AnthropicBetaServiceExtensionsTests.cs: Added 4 new \IBetaService\ interface members (\Agents, \Environments, \Sessions, \Vaults) to the test mock, required by Anthropic 12.13.0

Validation

  • Build passes for all Anthropic projects (src, tests, samples)
  • All 52 unit tests pass on both net10.0 and net472

- Update Anthropic from 12.11.0 to 12.13.0
- Update Anthropic.Foundry from 0.4.2 to 0.5.0
- Change Anthropic project from release candidate to preview
- Add new IBetaService members (Agents, Environments, Sessions, Vaults) to test mock
Copilot AI review requested due to automatic review settings April 15, 2026 15:24
@rogerbarreto rogerbarreto self-assigned this Apr 15, 2026
@rogerbarreto rogerbarreto moved this to In Review in Agent Framework Apr 15, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Updates the .NET Anthropic integration to newer SDK versions and returns the Anthropic project to preview (non-release-candidate) state.

Changes:

  • Bumped Anthropic NuGet dependency from 12.11.0 to 12.13.0
  • Bumped Anthropic.Foundry dependency from 0.4.2 to 0.5.0
  • Updated unit-test IBetaService mock to satisfy new interface members required by Anthropic 12.13.0

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
dotnet/tests/Microsoft.Agents.AI.Anthropic.UnitTests/Extensions/AnthropicBetaServiceExtensionsTests.cs Adds new IBetaService members to the test double to match the updated SDK interface.
dotnet/src/Microsoft.Agents.AI.Anthropic/Microsoft.Agents.AI.Anthropic.csproj Toggles IsReleaseCandidate to false to mark the project as preview.
dotnet/Directory.Packages.props Bumps Anthropic-related package versions centrally.

@rogerbarreto rogerbarreto enabled auto-merge April 15, 2026 15:53
@moonbox3 moonbox3 added the .NET label Apr 15, 2026
@github-actions github-actions bot changed the title Bump Anthropic SDK to 12.13.0 and Anthropic.Foundry to 0.5.0 .NET: Bump Anthropic SDK to 12.13.0 and Anthropic.Foundry to 0.5.0 Apr 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: In Review

Development

Successfully merging this pull request may close these issues.

5 participants