Added support for .NET Framework 4.6.1, Platform.Converters dependency updated, Arithmetic.And method removed, added new methods for Bit classes
https://www.nuget.org/packages/Platform.Numbers/0.2.0
Added support for net461 (.NET Framework 4.6.1).
Platform.Converters dependency updated from 0.0.4 to 0.0.5.
Arithmetic.And method removed (this is a breaking change).
Added Bit methods:
- Not
- Or
- And
- ShiftLeft
- ShiftRight
Refactoring, issues fix.
This release is not backward compatible with previous 0.1.1 release.