Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
forReason committed May 11, 2023
1 parent f65bab2 commit 79f0d04
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions CHIA-RPC/CHIA-RPC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,13 @@
<PackageIcon>icon.png</PackageIcon>
<RepositoryUrl>https://github.com/KryptomineCH/CHIA-RPC</RepositoryUrl>
<PackageTags>rpc;chia;blockchain;chia-blockchain;cli</PackageTags>
<PackageReleaseNotes>- huge rework
- all endpoints implemented
- documentation updates</PackageReleaseNotes>
<PackageReleaseNotes>- updated according to 1.8 documentation
- some endpoints were improved by adding implicit conversions</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.7.1.0</Version>
<Version>1.8.0</Version>
<PackageReadmeFile>README.md</PackageReadmeFile>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<IncludeSymbols>False</IncludeSymbols>
Expand Down

0 comments on commit 79f0d04

Please sign in to comment.