Skip to content

Commit 43de4e6

Browse files
committed
update project to 2.1.0
1 parent 2c34c34 commit 43de4e6

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

EosSharp/EosSharp/EosSharp.csproj

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
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/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>
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.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>
2120
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
2221
</PropertyGroup>
2322

0 commit comments

Comments
 (0)