Skip to content

Commit

Permalink
Merge pull request #3970 from riemannulus/backmerge/5.3.1
Browse files Browse the repository at this point in the history
🧹 chore: backmerge 5.3.1 into main
  • Loading branch information
riemannulus authored Oct 16, 2024
2 parents df2c36e + 994b89f commit 493f65b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
20 changes: 17 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,28 @@ To be released.

### Bug fixes

### Dependencies

### CLI tools


Version 5.3.1
-------------

Released on October 14, 2024.

### Dependencies

- (Libplanet.Extensions.Cocona) Changed *System.Text.Json* from [6.0.7] to
[6.0.*]. [[#3966]]
[6.0.*]. [[#3967]]
- Changed *BouncyCastle.Cryptography* from
[2.0.0] to [2.4.0]. [[#3968]]
- (Libplanet.Crypto) Changed *BouncyCastle.Cryptography* from
[2.0.0] to [2.4.0]. [[#3968]]

### CLI tools

[#3966]: https://github.com/planetarium/libplanet/pull/3966
[#3967]: https://github.com/planetarium/libplanet/pull/3967
[#3968]: https://github.com/planetarium/libplanet/pull/3968


Version 5.3.0
Expand Down
2 changes: 1 addition & 1 deletion src/Libplanet.Crypto/Libplanet.Crypto.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PackageReference Include="System.Collections.Immutable" Version="1.*" />
<PackageReference Include="System.Text.Json" Version="6.0.*" />
<PackageReference Include="Bencodex" Version="0.16.0" />
<PackageReference Include="BouncyCastle.Cryptography" Version="2.0.0" />
<PackageReference Include="BouncyCastle.Cryptography" Version="2.4.0" />
</ItemGroup>

<ItemGroup Condition="'$(SkipSonar)' != 'true'">
Expand Down
2 changes: 1 addition & 1 deletion src/Libplanet/Libplanet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ https://docs.libplanet.io/</Description>
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="8.0.0" />
<PackageReference Include="System.Text.Json" Version="6.0.*" />
<PackageReference Include="Bencodex" Version="0.16.0" />
<PackageReference Include="BouncyCastle.Cryptography" Version="2.0.0" />
<PackageReference Include="BouncyCastle.Cryptography" Version="2.4.0" />
<PackageReference Include="Serilog" Version="2.8.0" />
<PackageReference Include="Microsoft.Bcl.HashCode" Version="1.1.1" />
<PackageReference Include="Norgerman.Cryptography.Scrypt" Version="2.0.1" />
Expand Down

0 comments on commit 493f65b

Please sign in to comment.