Skip to content

Commit ebf634a

Browse files
chore: release main
1 parent 1e4bdc4 commit ebf634a

11 files changed

Lines changed: 79 additions & 10 deletions

File tree

.release-please-manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"src/Anthropic": "12.17.0",
3-
"src/Anthropic.Foundry": "0.5.0",
4-
"src/Anthropic.Bedrock": "0.6.0",
5-
"src/Anthropic.Vertex": "0.3.2",
6-
"src/Anthropic.Aws": "0.2.2"
2+
"src/Anthropic": "12.18.0",
3+
"src/Anthropic.Foundry": "0.6.0",
4+
"src/Anthropic.Bedrock": "0.7.0",
5+
"src/Anthropic.Vertex": "0.4.0",
6+
"src/Anthropic.Aws": "0.3.0"
77
}

src/Anthropic.Aws/Anthropic.Aws.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<PackageId>Anthropic.Aws</PackageId>
5-
<VersionPrefix>0.2.2</VersionPrefix>
5+
<VersionPrefix>0.3.0</VersionPrefix>
66
</PropertyGroup>
77

88
<ItemGroup>

src/Anthropic.Aws/CHANGELOG.md

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

3+
## 0.3.0 (2026-05-05)
4+
5+
Full Changelog: [Aws-v0.2.2...Aws-v0.3.0](https://github.com/anthropics/anthropic-sdk-csharp/compare/Aws-v0.2.2...Aws-v0.3.0)
6+
7+
### Features
8+
9+
* **client:** add Workload Identity Federation, interactive OAuth, and auth profiles ([#832](https://github.com/anthropics/anthropic-sdk-csharp/issues/832)) ([cb1a18b](https://github.com/anthropics/anthropic-sdk-csharp/commit/cb1a18bd44f44838dd558ee5e74c40800f977703))
10+
11+
12+
### Bug Fixes
13+
14+
* **client:** Adjust credentials auth to be consistent with other SDKs ([#829](https://github.com/anthropics/anthropic-sdk-csharp/issues/829)) ([7dd7106](https://github.com/anthropics/anthropic-sdk-csharp/commit/7dd7106d73553e5768513d9aa3e8b3b523b789ee))
15+
316
## 0.2.2 (2026-04-07)
417

518
Full Changelog: [Aws-v0.2.1...Aws-v0.2.2](https://github.com/anthropics/anthropic-sdk-csharp/compare/Aws-v0.2.1...Aws-v0.2.2)

src/Anthropic.Bedrock/Anthropic.Bedrock.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<LangVersion>13.0</LangVersion>
88

99
<PackageId>Anthropic.Bedrock</PackageId>
10-
<VersionPrefix>0.6.0</VersionPrefix>
10+
<VersionPrefix>0.7.0</VersionPrefix>
1111
</PropertyGroup>
1212

1313
<ItemGroup>

src/Anthropic.Bedrock/CHANGELOG.md

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

3+
## 0.7.0 (2026-05-05)
4+
5+
Full Changelog: [Bedrock-v0.6.0...Bedrock-v0.7.0](https://github.com/anthropics/anthropic-sdk-csharp/compare/Bedrock-v0.6.0...Bedrock-v0.7.0)
6+
7+
### Features
8+
9+
* **client:** add Workload Identity Federation, interactive OAuth, and auth profiles ([#832](https://github.com/anthropics/anthropic-sdk-csharp/issues/832)) ([cb1a18b](https://github.com/anthropics/anthropic-sdk-csharp/commit/cb1a18bd44f44838dd558ee5e74c40800f977703))
10+
11+
12+
### Bug Fixes
13+
14+
* **client:** Adjust credentials auth to be consistent with other SDKs ([#829](https://github.com/anthropics/anthropic-sdk-csharp/issues/829)) ([7dd7106](https://github.com/anthropics/anthropic-sdk-csharp/commit/7dd7106d73553e5768513d9aa3e8b3b523b789ee))
15+
316
## 0.6.0 (2026-04-23)
417

518
Full Changelog: [Bedrock-v0.5.0...Bedrock-v0.6.0](https://github.com/anthropics/anthropic-sdk-csharp/compare/Bedrock-v0.5.0...Bedrock-v0.6.0)

src/Anthropic.Foundry/Anthropic.Foundry.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<RootNamespace>Anthropic.Foundry</RootNamespace>
44
<AssemblyName>Anthropic.Foundry</AssemblyName>
55
<PackageId>Anthropic.Foundry</PackageId>
6-
<Version>0.5.0</Version>
6+
<Version>0.6.0</Version>
77
<PackageIcon>logo.png</PackageIcon>
88
<ImplicitUsings>enable</ImplicitUsings>
99
</PropertyGroup>

src/Anthropic.Foundry/CHANGELOG.md

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

3+
## 0.6.0 (2026-05-05)
4+
5+
Full Changelog: [Foundry-v0.5.0...Foundry-v0.6.0](https://github.com/anthropics/anthropic-sdk-csharp/compare/Foundry-v0.5.0...Foundry-v0.6.0)
6+
7+
### Features
8+
9+
* **client:** add Workload Identity Federation, interactive OAuth, and auth profiles ([#832](https://github.com/anthropics/anthropic-sdk-csharp/issues/832)) ([cb1a18b](https://github.com/anthropics/anthropic-sdk-csharp/commit/cb1a18bd44f44838dd558ee5e74c40800f977703))
10+
11+
12+
### Bug Fixes
13+
14+
* **client:** Adjust credentials auth to be consistent with other SDKs ([#829](https://github.com/anthropics/anthropic-sdk-csharp/issues/829)) ([7dd7106](https://github.com/anthropics/anthropic-sdk-csharp/commit/7dd7106d73553e5768513d9aa3e8b3b523b789ee))
15+
316
## 0.5.0 (2026-03-16)
417

518
Full Changelog: [Foundry-v0.4.2...Foundry-v0.5.0](https://github.com/anthropics/anthropic-sdk-csharp/compare/Foundry-v0.4.2...Foundry-v0.5.0)

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.2</VersionPrefix>
8+
<VersionPrefix>0.4.0</VersionPrefix>
99
</PropertyGroup>
1010

1111
<ItemGroup>

src/Anthropic.Vertex/CHANGELOG.md

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

3+
## 0.4.0 (2026-05-05)
4+
5+
Full Changelog: [Vertex-v0.3.2...Vertex-v0.4.0](https://github.com/anthropics/anthropic-sdk-csharp/compare/Vertex-v0.3.2...Vertex-v0.4.0)
6+
7+
### Features
8+
9+
* **client:** add Workload Identity Federation, interactive OAuth, and auth profiles ([#832](https://github.com/anthropics/anthropic-sdk-csharp/issues/832)) ([cb1a18b](https://github.com/anthropics/anthropic-sdk-csharp/commit/cb1a18bd44f44838dd558ee5e74c40800f977703))
10+
11+
12+
### Bug Fixes
13+
14+
* **client:** Adjust credentials auth to be consistent with other SDKs ([#829](https://github.com/anthropics/anthropic-sdk-csharp/issues/829)) ([7dd7106](https://github.com/anthropics/anthropic-sdk-csharp/commit/7dd7106d73553e5768513d9aa3e8b3b523b789ee))
15+
316
## 0.3.2 (2026-04-16)
417

518
Full Changelog: [Vertex-v0.3.1...Vertex-v0.3.2](https://github.com/anthropics/anthropic-sdk-csharp/compare/Vertex-v0.3.1...Vertex-v0.3.2)

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.17.0</VersionPrefix>
7+
<VersionPrefix>12.18.0</VersionPrefix>
88
<StainlessMainProject>true</StainlessMainProject>
99
<Description>The official .NET library for the Anthropic API.</Description>
1010
<OutputType>Library</OutputType>

0 commit comments

Comments
 (0)