Skip to content

Releases: portyanikhin/SharpProp

v7.0.0

04 Aug 15:18
Compare
Choose a tag to compare

What's Changed

⚡️Breaking Changes

  • To compare instances of the Fluid, Mixture, and HumidAir classes, you now need to use only the Equals method (not the equality operators: == and !=).
  • The Reset method of the Fluid, Mixture and HumidAir classes has become public.
  • The Fluid, Mixture, and HumidAir classes now implements the IFluid, IMixture, and IHumidAir interfaces, respectively.
    Now, to add new properties to these classes, you also need to extend these interfaces. See examples: FluidExtended class and IFluidExtended interface (for the Fluid and Mixture); HumidAirExtended class and IHumidAirExtended interface (for the HumidAir).

Full Changelog: v6.0.4...v7.0.0

v6.0.4

18 Mar 13:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.0.3...v6.0.4

v6.0.3

10 Mar 21:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.0.2...v6.0.3

v6.0.2

05 Mar 18:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.0.1...v6.0.2

v6.0.1

26 Feb 15:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.0.0...v6.0.1

v6.0.0

18 Feb 22:58
Compare
Choose a tag to compare

What's Changed

⚡️Breaking Changes

  • Now, to add new properties to the Fluid, Mixture, and HumidAir, it is necessary to override the CreateInstance method. In addition, you will need to use the new keyword instead of override for other methods when inheriting. See examples for the Fluid and Mixture and for the HumidAir. This was necessary to add compatibility with .NET Framework and older versions of .NET Core.
  • This does not apply directly to SharpProp, but it may affect your code, since UnitsNet (SharpProp depends on it) is probably used by you. A new mechanism for comparing values has been introduced in the UnitsNet v5. Operators == and !=, as well as the usual Equals method have become obsolete. More detailed information is available on the UnitsNet repository.

Full Changelog: v5.0.0...v6.0.0

v5.0.0

04 Dec 18:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.4.1...v5.0.0

v4.4.1

21 Nov 11:37
Compare
Choose a tag to compare
  • Bump UnitsNet from 4.148.0 to 4.149.0.
  • Bump UnitsNet.NumberExtensions from 4.148.0 to 4.149.0.
  • Bump Enums.NET from 4.0.0 to 4.0.1.

v4.4.0

15 Nov 15:22
Compare
Choose a tag to compare

Added altitude above sea level as an input for humid air.

v4.3.3

07 Nov 21:50
Compare
Choose a tag to compare
  • Bump UnitsNet from 4.146.0 to 4.148.0.
  • Bump UnitsNet.NumberExtensions from 4.146.0 to 4.148.0.