omar / ByteSize

ByteSize is a utility class that makes byte size representation in code easier by removing ambiguity of the value being represented. ByteSize is to bytes what System.TimeSpan is to time.
MIT License
558 stars 50 forks source link

net6.0 support and fixes #71

Open spreedated opened 1 year ago

spreedated commented 1 year ago

A couple of changes, mostly "code sugar" style changes. Supported Frameworks net472 & the latest LTS net6.0. Added strong name signing (important!) Fixed ToString conversion on currentculture & invariantculture systems.

omar commented 1 year ago

Thank you for submitting this PR. I'm reviewing it now.