Skip to content

Releases: petermorlion/RedStar.Amounts

4.1.5

18 Oct 06:58
Compare
Choose a tag to compare

Full Changelog: 4.1.4...4.1.5

4.1.4

17 Oct 19:01
Compare
Choose a tag to compare

Full Changelog: 4.1.3...4.1.4

4.1.3

17 Oct 14:26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.1.2...4.1.3

4.1.2

17 Oct 14:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.1...4.1.2

4.1.1

10 Jul 13:29
Compare
Choose a tag to compare

Updated JSON.NET

4.1.0

05 Oct 12:27
Compare
Choose a tag to compare

4.0.0

11 Sep 12:30
Compare
Choose a tag to compare

Breaking change: Fixed #5
Breaking change/bugfix: v3.0.1 wrongly changed a volume unit from m³ to m². This version changes it back to m³.

3.0.1: Fix type in volumeunits

26 Jun 06:23
Compare
Choose a tag to compare

Fixed some typo issues in 3.0.0

3.0.0: New units

26 Jun 06:23
Compare
Choose a tag to compare

This release contains some typo's. Please use 3.0.1 instead.

Breaking change:

  • The symbol of Ampère was wrong. In previous version, it was "amp". It is now correctly "A".

Added some extra metric prefixes:

  • milliampere (mA)
  • micronewton (µN)
  • picometer (pm)
  • nanometer (nm)
  • micrometer (µm)
  • deciliter (dL)
  • hectoliter (hL)

2.1.1

23 Feb 06:57
Compare
Choose a tag to compare
  • Added more XML/Intellisense comments
  • Added an Average method with a selector (Amount Average<T>(this IEnumerable<T> source, Func<T, Amount> selector))
  • Added more unit tests