Skip to content

v1.037

Compare
Choose a tag to compare
@ZacharyPatten ZacharyPatten released this 17 Aug 03:14
· 99 commits to main since this release

Nuget Package

New Features:

  • TryParseEnglishWords (inverse of ToEnglishWords)
  • Variations of SLazy<T> and ValueLazy<T>: SLazyNoCatch<T>, SLazyNoLock<T>, SLazyNoLockNoCatch<T>, SLazyPublicationLock<T>, SLazyPublicationLockNoCatch<T>, ValueLazyNoCatch<T>, ValueLazyNoLock<T>, ValueLazyNoLockNoCatch<T>, ValueLazyPublicationLock<T>, and ValueLazyPublicationLockNoCatch<T>.

Bug Fixes:

  • ToEnglishWords
    • fixed bug where decimal.ToString included trailing fractional 0's
    • spelling fix "Quintrillionths" -> "Quintillionths"