Skip to content

Commit

Permalink
Update Zenon Ledger Wallet to 0.1.2 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
KingGorrin committed Mar 7, 2024
1 parent 4f79bc9 commit 2d7efdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<ItemGroup>
<PackageReference Include="Nerdbank.GitVersioning" Condition="!Exists('packages.config')">
<PrivateAssets>all</PrivateAssets>
<Version>3.5.103</Version>
<Version>3.6.133</Version>
</PackageReference>
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions src/ZenonCli/ZenonCli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Cryptography.ECDSA.Secp256k1" Version="1.1.3" />
<PackageReference Include="HidApi.Net" Version="1.0.0" />
<PackageReference Include="HidApi.Net" Version="1.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Zenon.Wallet.Ledger" Version="0.1.1" />
<PackageReference Include="Zenon.Wallet.Ledger" Version="0.1.2" />
</ItemGroup>

</Project>

0 comments on commit 2d7efdf

Please sign in to comment.