Skip to content

Commit ec675cb

Browse files
chore: release main
1 parent 67f933c commit ec675cb

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"src/Anthropic": "12.33.0",
2+
"src/Anthropic": "12.34.0",
33
"src/Anthropic.Foundry": "0.7.1",
44
"src/Anthropic.Bedrock": "0.10.2",
55
"src/Anthropic.Vertex": "0.5.1",

src/Anthropic/Anthropic.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<AssemblyTitle>Anthropic C#</AssemblyTitle>
55
<AssemblyName>Anthropic</AssemblyName>
66
<PackageId>Anthropic</PackageId>
7-
<VersionPrefix>12.33.0</VersionPrefix>
7+
<VersionPrefix>12.34.0</VersionPrefix>
88
<StainlessMainProject>true</StainlessMainProject>
99
<Description>The official .NET library for the Anthropic API.</Description>
1010
<OutputType>Library</OutputType>

src/Anthropic/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 12.34.0 (2026-06-30)
4+
5+
Full Changelog: [Anthropic-v12.33.0...Anthropic-v12.34.0](https://github.com/anthropics/anthropic-sdk-csharp/compare/Anthropic-v12.33.0...Anthropic-v12.34.0)
6+
7+
### Features
8+
9+
* **api:** add support for Managed Agents event delta streaming, agent overrides, reverse pagination, vault credential injection scoping, and agent and deployment webhook events ([78ef01b](https://github.com/anthropics/anthropic-sdk-csharp/commit/78ef01b08683f60e68a1c0f07ac4dfc74d1e4ad4))
10+
311
## 12.33.0 (2026-06-30)
412

513
Full Changelog: [Anthropic-v12.32.0...Anthropic-v12.33.0](https://github.com/anthropics/anthropic-sdk-csharp/compare/Anthropic-v12.32.0...Anthropic-v12.33.0)

0 commit comments

Comments
 (0)