Skip to content

Commit

Permalink
Bump Nethereum.HdWallet and Nethereum.Signer
Browse files Browse the repository at this point in the history
Bumps [Nethereum.HdWallet](https://github.com/Nethereum/Nethereum) and [Nethereum.Signer](https://github.com/Nethereum/Nethereum). These dependencies needed to be updated together.

Updates `Nethereum.HdWallet` from 4.21.4 to 4.25.0
- [Release notes](https://github.com/Nethereum/Nethereum/releases)
- [Commits](Nethereum/Nethereum@4.21.4...4.25.0)

Updates `Nethereum.Signer` from 4.21.4 to 4.25.0
- [Release notes](https://github.com/Nethereum/Nethereum/releases)
- [Commits](Nethereum/Nethereum@4.21.4...4.25.0)

---
updated-dependencies:
- dependency-name: Nethereum.HdWallet
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Nethereum.Signer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent d04c4d3 commit 064a04b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Microsoft.IdentityModel.Tokens" Version="8.0.1" />
<PackageVersion Include="Nethereum.HdWallet" Version="4.21.4" />
<PackageVersion Include="Nethereum.HdWallet" Version="4.25.0" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
<PackageVersion Include="Portable.BouncyCastle" Version="1.9.0" />
<PackageVersion Include="Websocket.Client" Version="4.7.0" />
Expand All @@ -14,6 +14,6 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageVersion>
<PackageVersion Include="Nethereum.Signer" Version="4.21.4" />
<PackageVersion Include="Nethereum.Signer" Version="4.25.0" />
</ItemGroup>
</Project>

0 comments on commit 064a04b

Please sign in to comment.