Skip to content

Commit 0714dd7

Browse files
chore: release main
1 parent 2a2e2c3 commit 0714dd7

File tree

5 files changed

+22
-4
lines changed

5 files changed

+22
-4
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"src/Anthropic": "12.14.0",
2+
"src/Anthropic": "12.15.0",
33
"src/Anthropic.Foundry": "0.5.0",
44
"src/Anthropic.Bedrock": "0.3.0",
5-
"src/Anthropic.Vertex": "0.3.0",
5+
"src/Anthropic.Vertex": "0.3.1",
66
"src/Anthropic.Aws": "0.2.2"
77
}

src/Anthropic.Vertex/Anthropic.Vertex.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Nullable>enable</Nullable>
66

77
<PackageId>Anthropic.Vertex</PackageId>
8-
<VersionPrefix>0.3.0</VersionPrefix>
8+
<VersionPrefix>0.3.1</VersionPrefix>
99
</PropertyGroup>
1010

1111
<ItemGroup>

src/Anthropic.Vertex/CHANGELOG.md

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

3+
## 0.3.1 (2026-04-14)
4+
5+
Full Changelog: [Vertex-v0.3.0...Vertex-v0.3.1](https://github.com/anthropics/anthropic-sdk-csharp/compare/Vertex-v0.3.0...Vertex-v0.3.1)
6+
37
## 0.3.0 (2026-04-10)
48

59
Full Changelog: [Vertex-v0.2.1...Vertex-v0.3.0](https://github.com/anthropics/anthropic-sdk-csharp/compare/Vertex-v0.2.1...Vertex-v0.3.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.14.0</VersionPrefix>
7+
<VersionPrefix>12.15.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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 12.15.0 (2026-04-14)
4+
5+
Full Changelog: [Anthropic-v12.14.0...Anthropic-v12.15.0](https://github.com/anthropics/anthropic-sdk-csharp/compare/Anthropic-v12.14.0...Anthropic-v12.15.0)
6+
7+
### Features
8+
9+
* add structured outputs ([#588](https://github.com/anthropics/anthropic-sdk-csharp/issues/588)) ([9294463](https://github.com/anthropics/anthropic-sdk-csharp/commit/92944638f423c4109c1f763e07a16151ca47de77))
10+
* **api:** mark Sonnet and Opus 4 as deprecated ([711457c](https://github.com/anthropics/anthropic-sdk-csharp/commit/711457cd6af3454ea860ce6b9e2b5594f3e5b5a2))
11+
12+
13+
### Bug Fixes
14+
15+
* **streaming:** add missing events ([5dd38a9](https://github.com/anthropics/anthropic-sdk-csharp/commit/5dd38a9a9f87a2acd1c086634cb5abb6e49f9f31))
16+
317
## 12.14.0 (2026-04-09)
418

519
Full Changelog: [Anthropic-v12.13.0...Anthropic-v12.14.0](https://github.com/anthropics/anthropic-sdk-csharp/compare/Anthropic-v12.13.0...Anthropic-v12.14.0)

0 commit comments

Comments
 (0)