Skip to content

Releases: point85/CaliperSharp

Unit of Measure Library

13 Jun 23:50

Choose a tag to compare

  • Constant: fixed AVOGADRO typo
  • MeasurementSytem: defined EPSILON for floating point precision; implemented locks for thread synchronization
  • Prefix: made prefixes a ConcurrentBag; simplified FromFactor() and FromName(); GetDefinedPrefixes() returns read only list
  • Quantity: used EPSILON in Equals() comparison and simplified it; checked for division by 0 in Divide() methods; check for zero amount in Invert()
  • UnitOfMeasure: use ConcurrentDictionary; implemented locks for thread synchronization; simplified ConvertUnit()

C# Unit of Measure Library

24 Jan 17:38

Choose a tag to compare

Ported to .NET 8.0

C# Caliper Project

18 Mar 20:54

Choose a tag to compare

Changed definition of a perm to pound mass based.

C# Unit of Measure Library

28 Aug 19:18

Choose a tag to compare

Fixed a caching issue when the UOM conversion factor is changed

Units of measure library for C#

29 Dec 23:15

Choose a tag to compare

Fixed issues with troy ounce conversion and SI peta name.

Caliper C# Units of Measure

07 Feb 03:14

Choose a tag to compare

C# units of measure library