Skip to content

Commit b4865db

Browse files
chore: release main
1 parent e093d70 commit b4865db

File tree

3 files changed

+26
-10
lines changed

3 files changed

+26
-10
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: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@
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>
1111
<PackageReadmeFile>README.md</PackageReadmeFile>
1212
<PackageIcon>logo.png</PackageIcon>
1313
</PropertyGroup>
1414
<ItemGroup>
15-
<InternalsVisibleTo Include="Anthropic.Tests,PublicKey=002400000480000094000000060200000024000052534131000400000100010063a3c9395e3d40be5b18dc9c4104236f7a42b63f7fee034f73dcfdb09a677d5bb552f6ffe35d580da1195fd5098ee99affcd842ceeca7973611c3eae10bafa96159ecf8bdd0252ac670b49ffaefd8986a272897cf68b9b1b3e0372dcabff785d5c6c90eab31633416d812ad7f899cc70a2ffc6d869580694017cab7e8c97f4b6" />
16-
<None Include="..\logo.png" Pack="true" PackagePath="\" />
17-
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
18-
<PackageReference Include="System.Text.Json" Version="10.0.4" />
19-
<PackageReference Include="System.Net.ServerSentEvents" Version="10.0.1" />
20-
<PackageReference Include="Microsoft.Extensions.AI.Abstractions" Version="10.4.0" />
21-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
15+
<InternalsVisibleTo Include="Anthropic.Tests,PublicKey=002400000480000094000000060200000024000052534131000400000100010063a3c9395e3d40be5b18dc9c4104236f7a42b63f7fee034f73dcfdb09a677d5bb552f6ffe35d580da1195fd5098ee99affcd842ceeca7973611c3eae10bafa96159ecf8bdd0252ac670b49ffaefd8986a272897cf68b9b1b3e0372dcabff785d5c6c90eab31633416d812ad7f899cc70a2ffc6d869580694017cab7e8c97f4b6"/>
16+
<None Include="..\logo.png" Pack="true" PackagePath="\"/>
17+
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
18+
<PackageReference Include="System.Text.Json" Version="10.0.4"/>
19+
<PackageReference Include="System.Net.ServerSentEvents" Version="10.0.1"/>
20+
<PackageReference Include="Microsoft.Extensions.AI.Abstractions" Version="10.4.0"/>
21+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
2222
</ItemGroup>
2323
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
24-
<PackageReference Include="System.Collections.Immutable" Version="8.0.0" />
24+
<PackageReference Include="System.Collections.Immutable" Version="8.0.0"/>
2525
</ItemGroup>
2626
</Project>

src/Anthropic/CHANGELOG.md

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

3+
## 12.10.0 (2026-03-19)
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 ([e093d70](https://github.com/anthropics/anthropic-sdk-csharp/commit/e093d702f21caa56a275e420b8226d77f7f944d5))
11+
* **api:** manual updates ([c9d41c1](https://github.com/anthropics/anthropic-sdk-csharp/commit/c9d41c1baf3a47acefc6972c6283d27b5a12d8ca))
12+
* **client:** update to M.E.AI.Abstractions 10.4.0 and update with latest MEAI/Anthropic features ([#118](https://github.com/anthropics/anthropic-sdk-csharp/issues/118)) ([81ab1b8](https://github.com/anthropics/anthropic-sdk-csharp/commit/81ab1b8b59e9fd38fba438e9987040fccc7fa08e))
13+
14+
15+
### Bug Fixes
16+
17+
* **client:** handle path params correctly in `FromRawUnchecked` ([9afe664](https://github.com/anthropics/anthropic-sdk-csharp/commit/9afe664c3874ba05618c48caf4e2dbb581c45c23))
18+
319
## 12.9.0 (2026-03-16)
420

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