Releases: petermorlion/RedStar.Amounts
Releases · petermorlion/RedStar.Amounts
4.1.5
Full Changelog: 4.1.4...4.1.5
4.1.4
Full Changelog: 4.1.3...4.1.4
4.1.3
What's Changed
- Bump Microsoft.NET.Test.Sdk from 16.3.0 to 16.4.0 by @dependabot-preview in #16
- Bump Newtonsoft.Json from 12.0.2 to 12.0.3 by @dependabot-preview in #17
- Bump Microsoft.SourceLink.GitHub from 1.0.0-beta2-19554-01 to 1.0.0 by @dependabot-preview in #18
- Bump Microsoft.NET.Test.Sdk from 16.4.0 to 16.5.0 by @dependabot-preview in #19
- Bump Microsoft.NET.Test.Sdk from 16.5.0 to 16.6.0 by @dependabot-preview in #20
- Bump Microsoft.NET.Test.Sdk from 16.6.0 to 16.6.1 by @dependabot-preview in #21
- Bump xunit.runner.visualstudio from 2.4.1 to 2.4.2 by @dependabot-preview in #22
- Bump Microsoft.NET.Test.Sdk from 16.6.1 to 16.7.0 by @dependabot-preview in #24
- Bump xunit.runner.visualstudio from 2.4.2 to 2.4.3 by @dependabot-preview in #23
- Bump Microsoft.NET.Test.Sdk from 16.7.0 to 16.7.1 by @dependabot-preview in #25
- Bump Microsoft.NET.Test.Sdk from 16.7.1 to 16.8.0 by @dependabot-preview in #26
- Bump Microsoft.NET.Test.Sdk from 16.8.0 to 16.9.1 by @dependabot-preview in #28
- Bump Newtonsoft.Json from 12.0.3 to 13.0.1 by @dependabot-preview in #29
- Upgrade to GitHub-native Dependabot by @dependabot-preview in #31
- Bump Microsoft.NET.Test.Sdk from 16.9.1 to 16.10.0 by @dependabot in #32
- Bump Microsoft.SourceLink.GitHub from 1.0.0 to 1.1.0 by @dependabot in #36
- Bump Microsoft.NET.Test.Sdk from 16.10.0 to 17.0.0 by @dependabot in #35
- Bump NuGet.Package.Builder from 1.0.12 to 1.0.13 by @dependabot in #34
- Bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.3.2 by @dependabot in #49
- Bump xunit.core from 2.4.1 to 2.4.2 by @dependabot in #44
- Bump xunit.extensibility.execution from 2.4.1 to 2.4.2 by @dependabot in #42
- Bump Microsoft.SourceLink.GitHub from 1.1.0 to 1.1.1 by @dependabot in #37
- Bump xunit.assert from 2.4.1 to 2.4.2 by @dependabot in #46
- Bump xunit from 2.4.1 to 2.4.2 by @dependabot in #45
- Bump xunit.extensibility.core from 2.4.1 to 2.4.2 by @dependabot in #43
New Contributors
- @dependabot made their first contribution in #32
Full Changelog: 4.1.2...4.1.3
4.1.2
What's Changed
- Bump xunit.assert from 2.1.0 to 2.4.1 by @dependabot-preview in #11
- Bump xunit.extensibility.core from 2.1.0 to 2.4.1 by @dependabot-preview in #12
- Bump NuGet.Package.Builder from 1.0.9 to 1.0.12 by @dependabot-preview in #9
- Bump Microsoft.NET.Test.Sdk from 16.2.0 to 16.3.0 by @dependabot-preview in #10
- Bump xunit.abstractions from 2.0.0 to 2.0.3 by @dependabot-preview in #8
- Bump xunit.core from 2.1.0 to 2.4.1 by @dependabot-preview in #15
- Bump Microsoft.SourceLink.GitHub from 1.0.0-beta2-19351-01 to 1.0.0-beta2-19554-01 by @dependabot-preview in #14
- Bump xunit.extensibility.execution from 2.1.0 to 2.4.1 by @dependabot-preview in #13
Full Changelog: 4.1.1...4.1.2
4.1.1
Updated JSON.NET
4.1.0
Added SourceLink
4.0.0
3.0.1: Fix type in volumeunits
Fixed some typo issues in 3.0.0
3.0.0: New units
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
- 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