Skip to content

Commit f379d3c

Browse files
chore: release main
1 parent c9d41c1 commit f379d3c

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.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.9.0",
2+
"src/Anthropic": "12.10.0",
33
"src/Anthropic.Foundry": "0.5.0",
44
"src/Anthropic.Bedrock": "0.1.0",
55
"src/Anthropic.Vertex": "0.1.0"

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.9.0</VersionPrefix>
7+
<VersionPrefix>12.10.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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 12.10.0 (2026-03-18)
4+
5+
Full Changelog: [Anthropic-v12.9.0...Anthropic-v12.10.0](https://github.com/anthropics/anthropic-sdk-csharp/compare/Anthropic-v12.9.0...Anthropic-v12.10.0)
6+
7+
### Features
8+
9+
* **api:** GA thinking-display-setting ([b0f24aa](https://github.com/anthropics/anthropic-sdk-csharp/commit/b0f24aa6791c697d25b55ab7ca29b31e7aa121b2))
10+
* **api:** manual updates ([c9d41c1](https://github.com/anthropics/anthropic-sdk-csharp/commit/c9d41c1baf3a47acefc6972c6283d27b5a12d8ca))
11+
312
## 12.9.0 (2026-03-16)
413

514
Full Changelog: [Anthropic-v12.8.0...Anthropic-v12.9.0](https://github.com/anthropics/anthropic-sdk-csharp/compare/Anthropic-v12.8.0...Anthropic-v12.9.0)

0 commit comments

Comments
 (0)