Skip to content

Releases: richardschneider/net-ipfs-core

Release v0.8.3 (2017-10-26)

26 Oct 00:37
Compare
Choose a tag to compare

Fixes

  • sha3: No SHA3 for .NET Standard 1.4 #30

Refactor

Release v0.8.1 (2017-10-21)

20 Oct 23:57
Compare
Choose a tag to compare

Support .Net Standard 1.4

Release v0.7.1 (2017-10-18)

18 Oct 01:09
Compare
Choose a tag to compare

Remove protobuf package dependency

Release v0.7.0 (2017-10-17)

17 Oct 02:04
Compare
Choose a tag to compare

Support .NET Framework 4.5 and .NET Standard 2.0

Release v0.6.3. (2017-01-17)

16 Jan 13:48
Compare
Choose a tag to compare

Bug Fixes

  • DagNode: Allow writing of IMerkleLink (a090ac2)

Release v0.6.2 (2017-01-17)

16 Jan 12:32
Compare
Choose a tag to compare

Bug Fixes

  • DagNode: use IMerkleLink not DagLink (96b8f0b)

Release 0.6.1 (2017-01-16)

16 Jan 08:39
Compare
Choose a tag to compare

Refactor

  • Merkle Intefaces

Release v0.6.0 (2017-01-15)

14 Jan 21:52
Compare
Choose a tag to compare

Features

  • dag:
    • adding and removing links (c6fbc96)
    • read DagLink and DagNode from a stream (d99d7a6)

Release 0.5.1 (2017-01-03)

02 Jan 22:35
Compare
Choose a tag to compare

Features

  • varint - Codec for variable integer
    (8740420)

Bug Fixes

  • nuget - Add dependencies to other packages
    (727b75e)

Release 0.5.0 (2017-01-02)

01 Jan 22:23
Compare
Choose a tag to compare

Features

Bug Fixes

  • multihash - dispose the coded streams
    (88629b8)
  • multihash - ToString() returns the Base58 string representation of the hash
    (4a2c24b)
  • sha3 - sha3 is now named sha3-512
    (7f01aac)

Other

  • NuGet:
    • use nuget package Albireo.Base32
      (1f0a6cd)
    • use the nuget SHA3 package
      (7f01aac)
    • use nuget Base58Check
      (94a4eb6)
    • No longer signing the assembly
      (83793ae)