Skip to content

Commit

Permalink
updated metadata package
Browse files Browse the repository at this point in the history
  • Loading branch information
forReason committed Feb 5, 2023
1 parent 3baa31b commit 2df85ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHIA-RPC/CHIA-RPC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@
<PackageIcon>icon.png</PackageIcon>
<RepositoryUrl>https://github.com/KryptomineCH/CHIA-RPC</RepositoryUrl>
<PackageTags>rpc;chia;blockchain;chia-blockchain;cli</PackageTags>
<PackageReleaseNotes>fix offer file creation</PackageReleaseNotes>
<PackageReleaseNotes>updated to use new chia-metadata library with dictionaries and hashsets
Please use the update functions in chia metadata</PackageReleaseNotes>
<AssemblyVersion>$(PackageVersion)</AssemblyVersion>
<FileVersion>$(PackageVersion)</FileVersion>
<PackageLicenseExpression>MIT-Modern-Variant</PackageLicenseExpression>
<Description>CHIA-RPC is a C# Nuget package that simplifies communication with the Chia client using RPC-JSON files. The package offers a wrapper for creating RPC objects and accessing RPC JSON via .ToString() or file I/O. It can be used with the HTTP-API, WebSocket API, or CLI of the Chia client.</Description>
<Version>1.6.2.9</Version>
<Version>1.6.2.10</Version>
<PackageReadmeFile>README.md</PackageReadmeFile>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<IncludeSymbols>False</IncludeSymbols>
Expand Down

0 comments on commit 2df85ec

Please sign in to comment.