Skip to content

Commit 76a90ca

Browse files
chore: release main
1 parent bcbeaad commit 76a90ca

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.34.0",
2+
"src/Anthropic": "12.34.1",
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.34.0</VersionPrefix>
7+
<VersionPrefix>12.34.1</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.1 (2026-07-01)
4+
5+
Full Changelog: [Anthropic-v12.34.0...Anthropic-v12.34.1](https://github.com/anthropics/anthropic-sdk-csharp/compare/Anthropic-v12.34.0...Anthropic-v12.34.1)
6+
7+
### Chores
8+
9+
* **api:** remove some nonfunctional types from the SDKs ([7a70377](https://github.com/anthropics/anthropic-sdk-csharp/commit/7a70377407602870e0dc2b6ed45b6bda76cfa587))
10+
311
## 12.34.0 (2026-06-30)
412

513
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)

0 commit comments

Comments
 (0)