The whole hunk
from line 7, old and new numbered
/
lines
from line 7
77The Anthropic C# SDK provides convenient access to the Claude API from applications written in C#.
88
99<Info>
10 The C# SDK is currently in beta. APIs may change between versions.
11</Info>
12
13<Info>
1410 For API feature documentation with code examples, see the [API reference](https://platform.claude.com/docs/en/api/overview). This page covers C#-specific SDK features and configuration.
1511</Info>
1612
from line 443
447443Use `AnthropicBedrockMantleClient` for new projects; `AnthropicBedrockClient` remains for existing applications using the Bedrock `InvokeModel` API.
448444
449445## Semantic versioning
450
451<Warning>
452 Although this package is versioned as 10+, it's currently in beta. During the beta period, breaking changes may occur in minor or patch releases. Once the library reaches stable release, SemVer conventions will be followed more strictly. Share feedback by [filing an issue](https://github.com/anthropics/anthropic-sdk-csharp/issues/new).
453</Warning>
454446
455447This package generally follows [SemVer](https://semver.org/spec/v2.0.0.html) conventions, though certain backward-incompatible changes may be released as minor versions:
456448