|
1 | | -<Project Sdk="Microsoft.NET.Sdk"> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | 4 | <TargetFramework>netstandard2.0</TargetFramework> |
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/eosjs2 and MIT licensed.</Description> |
| 8 | + <Description>C# client library for EOS 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.0.8.0</AssemblyVersion> |
17 | | - <FileVersion>2.0.8.0</FileVersion> |
18 | | - <Version>2.0.8</Version> |
19 | | - <PackageReleaseNotes>Fix new_producers field in get_block |
20 | | -Remove hex_data from action structure deserializing</PackageReleaseNotes> |
| 16 | + <AssemblyVersion>2.1.0.0</AssemblyVersion> |
| 17 | + <FileVersion>2.1.0.0</FileVersion> |
| 18 | + <Version>2.1.0</Version> |
| 19 | + <PackageReleaseNotes>Implement TAPoS ref block with blocks behind</PackageReleaseNotes> |
21 | 20 | <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> |
22 | 21 | </PropertyGroup> |
23 | 22 |
|
|
0 commit comments