Skip to content

Commit

Permalink
KSM-515 - .NET SDK: update to bouncy castle 2 4 0 (#604)
Browse files Browse the repository at this point in the history
* Updated Package Version to 16.6.6

* Update to Bouncy Castle 2.4.0
  • Loading branch information
idimov-keeper authored May 31, 2024
1 parent bc7a96d commit a88a22c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions sdk/dotNet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

# Change Log

## 16.6.6

* KSM-515 - Update to Bouncy Castle 2.4.0

## 16.6.5

* KSM-476 - fix public key parsing
Expand Down
8 changes: 4 additions & 4 deletions sdk/dotNet/SecretsManager/SecretsManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<LangVersion>9</LangVersion>
<Company>Keeper Security Inc.</Company>
<Product>SecretsManager .Net SDK</Product>
<AssemblyVersion>16.6.5</AssemblyVersion>
<FileVersion>16.6.5</FileVersion>
<PackageVersion>16.6.5</PackageVersion>
<AssemblyVersion>16.6.6</AssemblyVersion>
<FileVersion>16.6.6</FileVersion>
<PackageVersion>16.6.6</PackageVersion>
<NeutralLanguage>en-US</NeutralLanguage>
<PackageId>Keeper.SecretsManager</PackageId>
<Authors>Sergey Aldoukhov</Authors>
Expand All @@ -22,7 +22,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BouncyCastle.Cryptography" Version="2.2.1" />
<PackageReference Include="BouncyCastle.Cryptography" Version="2.4.0" />
<PackageReference Include="System.Text.Json" Version="8.0.0" />
<PackageReference Include="System.Text.Encodings.Web" Version="8.0.0" />
</ItemGroup>
Expand Down

0 comments on commit a88a22c

Please sign in to comment.