Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dkackman committed Jan 27, 2024
2 parents ac1cbe9 + d7b7eea commit 14c465e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A [.net](https://dotnet.microsoft.com/download/dotnet/6.0) client library for [c
- Coverage of all of chia's rpc endpoints
- Daemon, Full Node, Farmer, Harvester, Wallet, Plotter, Crawler, DataLayer
- Coverage of all of the methods at each endpoint
- as of 2.1.0
- as of 2.1.4
- Static types for chia input and outputs
- Supports connecting via the `daemon` on `wss` or directly to each service with `https`
- both `https` and `wss` use tha same interfaces so switching is seamless
Expand Down
2 changes: 1 addition & 1 deletion src/chia-dotnet/chia-dotnet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<ItemGroup>
<PackageReference Include="HexMate" Version="0.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="YamlDotNet" Version="13.7.1" />
<PackageReference Include="YamlDotNet" Version="15.1.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 14c465e

Please sign in to comment.