All Versions
21
Latest Version
Avg Release Cycle
146 days
Latest Release
1325 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.1.1 Changes
November 06, 2021- โ Add documentation
- ๐ Fix potential System.NullReferenceException in the ToString() methods
-
v2.1.0 Changes
September 03, 2021- ๐ Support multiply (*) and divide (/) operators of ByteSize object
- โ Add ToString IFormattable parameter overload
- โ Add target for .NET 5
-
v2.0.0 Changes
January 14, 2020HUGE BREAKING CHANGE :
0๏ธโฃ By default
ByteSize
now assumes1 KB == 1000 B
and1 KiB == 1024 B
to
adhere to the IEC and NIST standards (https://en.wikipedia.org/wiki/Binary_prefix).
โฌ๏ธ In the pastByteSize
assumed1 KB == 1024 B
, that means if you're upgrading
๐ from v1, you'll see differences in values.Other Breaking Changes:
- ๐ Renamed property
LargestWholeNumberSymbol
andLargestWholeNumberValue
toLargestWholeNumberDecimalSymbol
andLargestWholeNumberDecimalValue
respectively. - Drop support for all platforms except
netstandard1.0
andnet45
.
๐ New Features:
- ๐ Renamed property
-
v2.0.0-beta1
June 16, 2019 -
v2.0.0-alpha2
March 28, 2019 -
v2.0.0-alpha1
March 28, 2019 -
v1.3.0 Changes
January 22, 2017 -
v1.2.5 Changes
January 21, 2017 -
v1.2.4 Changes
November 25, 2016 -
v1.2.3 Changes
November 10, 2016