From b446101ff36859c768760d08df6b73e6b0adafb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rio=20Silva?= <19377179+mmcs85@users.noreply.github.com> Date: Wed, 29 Jan 2020 10:35:20 +0000 Subject: [PATCH] Bump to v2.2.0 --- EosSharp/EosSharp/EosSharp.csproj | 16 ++++++++++------ README.md | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/EosSharp/EosSharp/EosSharp.csproj b/EosSharp/EosSharp/EosSharp.csproj index d6e818d..4c45223 100644 --- a/EosSharp/EosSharp/EosSharp.csproj +++ b/EosSharp/EosSharp/EosSharp.csproj @@ -5,7 +5,7 @@ Mário Silva GetScatter EOS, NetStandard, secp256k1, Blockchain - C# client library for EOS blockchains. The library is based on https://github.com/EOSIO/eosjs and MIT licensed. + C# client library for EOSIO blockchains. The library is based on https://github.com/EOSIO/eosjs and MIT licensed. https://github.com/GetScatter/eos-sharp/blob/master/LICENSE https://github.com/GetScatter/eos-sharp https://github.com/GetScatter/eos-sharp @@ -13,11 +13,15 @@ Copyright 2019 eos-sharp eos-sharp - 2.1.2.0 - 2.1.2.0 - 2.1.2 - Implement SignTransaction, BroadcastTransaction -Allow requiredKeys override + 2.2.0.0 + 2.2.0.0 + 2.2.0 + Fix Use convert ToDecimal instead of explicit cast +Fix object to float conversion InvalidCastException (by KGMaxey) +Add support for variant fields +Add support for binary extension types (by dbulha) +Add block_num_hint to gettransaction (by dbulha) +Changed authority accounts to use permission level (by dbulha) false diff --git a/README.md b/README.md index e9ed359..9b13a22 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # eos-sharp -C# client library for EOS blockchains. The library is based on https://github.com/EOSIO/eosjs and MIT licensed. +C# client library for EOSIO blockchains. The library is based on https://github.com/EOSIO/eosjs and MIT licensed. ``` Install-Package eos-sharp