You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bumped version to v2.7.2 (axuno#237)
* Bumped version to 2.7.1
* ConditionalFormatter processes unsigned numbers in arguments correctly.
* JsonSource: Corrected handling of null values in NewtonSoftJson objects.
Backport fixes from v3 (axuno#213)
Bumped version to 2.7.1
Back-ported bug fixes from v3.0.0-alpha:
axuno#179 - Corrected DualFromZeroToTwo plural rule
axuno#211 . Illegal placeholder characters that are not 8-bit, will no more throw unexpected ThrowByteOverflowException
Allow nullable args in all Format methods (axuno#196)
* Opposed to `string.Format` null(able) arguments are allowed.
* Changes effect classes Smart and SmartFormatter
* Bump version to 3.0.0-alpha.2