This project may seem dormant, but it is mainly due to having reach a stable point. It is still actively being maintained and is safe to use in production applications. If you encounter any issues or need extra features, don't hesitate to create an issue.
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added info on project still being maintained
- Fix readme issues
- Add readme to project so it shows up in nuget.org
- AppVeyor image
- Updated packages
- Updated packages
- Added documentation in source control
- Added NDepend
- Added code of conduct
- NuGet details
- Updated packages
- Make test assemblies .NET Core 2.1 projects
- Added SourceLink
- Add extra tags and description for StandardUnits
- Make addition/subtraction with null result in null
- Changes some test method names
- Fix type in volume units
- Fix micro symbol in units
- Added dyne unit
- Added extra metric prefixes
- Changed symbol of ampère to A instead of amp
- Correct version
- Added tests for math methods
- Added more XML comments
- Added extra Average method
- Added solution itmes
- Added URLs to NuGet packages
- Add NuGet packages to artifacts
- Deploy on tag
- Deploy to NuGet from AppVeyor
- Added more tests
- Move to .NET Standard 2.0
- Removed old serialization
- Removed AssemblyInfo.cs files
- Removed commented tests
- Added JSON Object serialization
- Added JSON.Net serialization support
- Broken link in readme
- Make registering and getting units thread-safe
- Added Limit method
- Added Average and Sum methods
- Added AmountMath.Abs method
- Fixed serializing complex units
- Fixed serializing and deserializing multiple times
- Added rounding
- Allow registering with Unit.None as base type
- Added parsing
- Added AmountMath with Min and Max
- Removed exception when parsing units
- Performance improvement: if units are the same, no conversion is needed to compare
Initial version, originally written by Rudi Breedenraedt. Made some small improvements.