Releases: richardschneider/net-ipfs-core
Releases · richardschneider/net-ipfs-core
Release v0.8.3 (2017-10-26)
Fixes
- sha3: No SHA3 for .NET Standard 1.4 #30
Refactor
- Use SimpleBase for Base32 and Base58 codec (65d4fe0)
Release v0.8.1 (2017-10-21)
Support .Net Standard 1.4
Release v0.7.1 (2017-10-18)
Remove protobuf
package dependency
Release v0.7.0 (2017-10-17)
Support .NET Framework 4.5 and .NET Standard 2.0
Release v0.6.3. (2017-01-17)
Bug Fixes
- DagNode: Allow writing of IMerkleLink (a090ac2)
Release v0.6.2 (2017-01-17)
Bug Fixes
- DagNode: use IMerkleLink not DagLink (96b8f0b)
Release 0.6.1 (2017-01-16)
Release v0.6.0 (2017-01-15)
Release 0.5.1 (2017-01-03)
Release 0.5.0 (2017-01-02)
Features
- dag - added DagLink and DagNode
(bf86550) - doc - documentation is now at https://richardschneider.github.io/net-ipfs-core/
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)