Skip to content

Commit

Permalink
Bump to v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcs85 committed Jan 29, 2020
1 parent 5a200d4 commit b446101
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
16 changes: 10 additions & 6 deletions EosSharp/EosSharp/EosSharp.csproj
Expand Up @@ -5,19 +5,23 @@
<Authors>Mário Silva</Authors>
<Company>GetScatter</Company>
<PackageTags>EOS, NetStandard, secp256k1, Blockchain</PackageTags>
<Description>C# client library for EOS blockchains. The library is based on https://github.com/EOSIO/eosjs and MIT licensed.</Description>
<Description>C# client library for EOSIO blockchains. The library is based on https://github.com/EOSIO/eosjs and MIT licensed.</Description>
<PackageLicenseUrl>https://github.com/GetScatter/eos-sharp/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/GetScatter/eos-sharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/GetScatter/eos-sharp</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Copyright>Copyright 2019</Copyright>
<Product>eos-sharp</Product>
<PackageId>eos-sharp</PackageId>
<AssemblyVersion>2.1.2.0</AssemblyVersion>
<FileVersion>2.1.2.0</FileVersion>
<Version>2.1.2</Version>
<PackageReleaseNotes>Implement SignTransaction, BroadcastTransaction
Allow requiredKeys override</PackageReleaseNotes>
<AssemblyVersion>2.2.0.0</AssemblyVersion>
<FileVersion>2.2.0.0</FileVersion>
<Version>2.2.0</Version>
<PackageReleaseNotes>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)</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit b446101

Please sign in to comment.