Skip to content

Commit a6fe510

Browse files
committed
Updated NuGet packages to address a security issue flagged by Microsoft: GHSA-8g4q-xg66-9fp4
1 parent d5bd624 commit a6fe510

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

Anthropic.Playground/Anthropic.Playground.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<ItemGroup>
1212
<PackageReference Include="LaserCatEyes.HttpClientListener" Version="8.0.1" />
1313
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
14-
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="8.0.0" />
15-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
14+
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="8.0.1" />
15+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
1616
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="8.0.0" />
1717
</ItemGroup>
1818

Anthropic/Betalgo.Anthropic.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageIcon>Ranul-Anthropic-Icon.png</PackageIcon>
1111
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1212
<Title>Anthropic Claude C# .NET library by Ranul Betalgo</Title>
13-
<Version>8.1.0</Version>
13+
<Version>8.1.1</Version>
1414
<Authors>Tolga Kayhan, Betalgo, Ranul</Authors>
1515
<Company>Betalgo Up Ltd.</Company>
1616
<Product>Anthropic Claude C# .NET library by Ranul Betalgo</Product>
@@ -45,13 +45,13 @@
4545
</None>
4646
</ItemGroup>
4747
<ItemGroup>
48-
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
48+
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.1" />
4949
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="8.0.0" />
5050
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
51-
<PackageReference Include="System.Text.Json" Version="8.0.4" />
51+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
5252
</ItemGroup>
5353
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
54-
<PackageReference Include="System.Net.Http.Json" Version="8.0.0" />
54+
<PackageReference Include="System.Net.Http.Json" Version="8.0.1" />
5555
</ItemGroup>
5656

5757
</Project>

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ if (messageResponse.Successful)
5151
This library is a community project for interacting with Anthropic's Claude AI and is not officially supported by Anthropic. Please use it responsibly and in accordance with Anthropic's usage policies for Claude.
5252

5353
## Changelog
54+
### 8.1.1
55+
- Updated NuGet packages to address a security issue flagged by Microsoft: https://github.com/advisories/GHSA-8g4q-xg66-9fp4
56+
### 8.1.0
57+
- Updated Namespace to `Betalgo.Anthropic`
5458
### 8.0.0
5559
- Initial release of the Anthropic Claude .NET Library
5660

0 commit comments

Comments
 (0)