Skip to content

Commit b446101

Browse files
committed
Bump to v2.2.0
1 parent 5a200d4 commit b446101

2 files changed

Lines changed: 11 additions & 7 deletions

File tree

EosSharp/EosSharp/EosSharp.csproj

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,23 @@
55
<Authors>Mário Silva</Authors>
66
<Company>GetScatter</Company>
77
<PackageTags>EOS, NetStandard, secp256k1, Blockchain</PackageTags>
8-
<Description>C# client library for EOS blockchains. The library is based on https://github.com/EOSIO/eosjs and MIT licensed.</Description>
8+
<Description>C# client library for EOSIO blockchains. The library is based on https://github.com/EOSIO/eosjs and MIT licensed.</Description>
99
<PackageLicenseUrl>https://github.com/GetScatter/eos-sharp/blob/master/LICENSE</PackageLicenseUrl>
1010
<PackageProjectUrl>https://github.com/GetScatter/eos-sharp</PackageProjectUrl>
1111
<RepositoryUrl>https://github.com/GetScatter/eos-sharp</RepositoryUrl>
1212
<RepositoryType>git</RepositoryType>
1313
<Copyright>Copyright 2019</Copyright>
1414
<Product>eos-sharp</Product>
1515
<PackageId>eos-sharp</PackageId>
16-
<AssemblyVersion>2.1.2.0</AssemblyVersion>
17-
<FileVersion>2.1.2.0</FileVersion>
18-
<Version>2.1.2</Version>
19-
<PackageReleaseNotes>Implement SignTransaction, BroadcastTransaction
20-
Allow requiredKeys override</PackageReleaseNotes>
16+
<AssemblyVersion>2.2.0.0</AssemblyVersion>
17+
<FileVersion>2.2.0.0</FileVersion>
18+
<Version>2.2.0</Version>
19+
<PackageReleaseNotes>Fix Use convert ToDecimal instead of explicit cast
20+
Fix object to float conversion InvalidCastException (by KGMaxey)
21+
Add support for variant fields
22+
Add support for binary extension types (by dbulha)
23+
Add block_num_hint to gettransaction (by dbulha)
24+
Changed authority accounts to use permission level (by dbulha)</PackageReleaseNotes>
2125
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
2226
</PropertyGroup>
2327

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# eos-sharp
2-
C# client library for EOS blockchains. The library is based on https://github.com/EOSIO/eosjs and MIT licensed.
2+
C# client library for EOSIO blockchains. The library is based on https://github.com/EOSIO/eosjs and MIT licensed.
33

44
```
55
Install-Package eos-sharp

0 commit comments

Comments
 (0)