Skip to content

Added support for .NET Framework 4.6.1, Platform.Converters dependency updated, Arithmetic.And method removed, added new methods for Bit classes

Compare
Choose a tag to compare
@Konard Konard released this 02 Sep 13:05
· 304 commits to master since this release

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.