Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Anthropic.SDK/Anthropic.SDK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
<PackageTags>Claude, AI, ML, API, Anthropic</PackageTags>
<Title>Claude API</Title>
<PackageReleaseNotes>
.NET 9.0 Support Added - The SDK now supports .NET 9.0 while maintaining compatibility with existing targets (netstandard2.0, net6.0, net8.0). All existing functionality works seamlessly on .NET 9.0 with improved performance characteristics from the runtime.
Update to Microsoft.Extensions.AI.Abstractions, .NET 9.0 Support, Minor Performance/Enhancements.
</PackageReleaseNotes>
<PackageId>Anthropic.SDK</PackageId>
<Version>5.5.3</Version>
<Version>5.6.0</Version>
<AssemblyVersion>5.5.0.0</AssemblyVersion>
<FileVersion>5.5.3.0</FileVersion>
<FileVersion>5.6.0.0</FileVersion>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>icon.png</PackageIcon>
Expand Down
Loading