Releases: gehtsoft-usa/Gehtsoft.Measurements
Releases · gehtsoft-usa/Gehtsoft.Measurements
1.1.13
v1.1.11
- Add metric, US, and UK tonne, troy oz and polygraphic point and picas
- Make some math methods extensions
- Add a new method to create a value, e.g.
AngularUnit.Degree.New(10)
instead ofnew Measurement<AngularUnit>(10, AngularUnit.Degree)
- Make some of math method extensions, e.g.
value.Abs()
instead ofMeasurementMath.Abs(value)
- Add conversion to tuple and back
v1.1.10
1.0.9
The first public release.