|
5 | 5 | <Authors>Mário Silva</Authors> |
6 | 6 | <Company>GetScatter</Company> |
7 | 7 | <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> |
9 | 9 | <PackageLicenseUrl>https://github.com/GetScatter/eos-sharp/blob/master/LICENSE</PackageLicenseUrl> |
10 | 10 | <PackageProjectUrl>https://github.com/GetScatter/eos-sharp</PackageProjectUrl> |
11 | 11 | <RepositoryUrl>https://github.com/GetScatter/eos-sharp</RepositoryUrl> |
12 | 12 | <RepositoryType>git</RepositoryType> |
13 | 13 | <Copyright>Copyright 2019</Copyright> |
14 | 14 | <Product>eos-sharp</Product> |
15 | 15 | <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> |
21 | 25 | <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> |
22 | 26 | </PropertyGroup> |
23 | 27 |
|
|
0 commit comments