From 0e0240673506db348c830126a9d3f6e5b40d2f34 Mon Sep 17 00:00:00 2001 From: Vladimir Portyanikhin Date: Tue, 7 Jun 2022 16:59:44 +0300 Subject: [PATCH] Added release notes --- SharpProp/SharpProp.csproj | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/SharpProp/SharpProp.csproj b/SharpProp/SharpProp.csproj index 5dc61ab..2388ef1 100644 --- a/SharpProp/SharpProp.csproj +++ b/SharpProp/SharpProp.csproj @@ -15,15 +15,11 @@ https://github.com/portyanikhin/SharpProp NuGet.md -BREAKING CHANGES: -- The WithState method of HumidAir instances becomes non-static. -- Added methods that implement processes with fluids, mixtures and humid air (more info in documentation). -- Documentation update. -- Bump UnitsNet from 4.129.0 to 4.131.0. -- Bump UnitsNet.NumberExtensions from 4.129.0 to 4.131.0. +- Bump UnitsNet from 4.131.0 to 4.132.0. +- Bump UnitsNet.NumberExtensions from 4.131.0 to 4.132.0. native cross-platform CoolProp fluids mixtures humid air thermophysical properties thermodynamics - 4.0.0 + 4.0.1 https://github.com/portyanikhin/SharpProp A simple, full-featured, lightweight, cross-platform CoolProp wrapper for C# net5.0