Skip to content

Releases: thomaslevesque/HumanBytes

2.1.0

14 Sep 03:19
23c0ddb
Compare
Choose a tag to compare

New

  • Make ByteSize implement IEquatable<ByteSize> and IComparable<ByteSize>

2.0.0

26 Nov 12:36
Compare
Choose a tag to compare

New

  • Add ability to manually specify byte symbol and words for language not supported out of the box
  • Retarget to .NET Standard 1.0 and 2.0 (Note: this is a breaking change, as some old platforms (e.g. Silverlight) are no longer supported)
  • Add SourceLink support
  • Strong-name assembly (Note: this is a breaking change, since the identity of the assembly has changed)

Additional items

  • Switch to SDK-style project
  • Add build script
  • Use AppVeyor for build