You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PsychroLib is a library of functions to enable the calculation of psychrometric properties of moist and dry air. Versions in Python, C, Fortran, JavaScript, and Microsoft Excel Visual Basic for Applications (VBA) are available. The library works in both metric (SI) and imperial (IP) systems of units. For a general overview and a list of currently available functions, please see the [overview page](docs/overview.md).
8
+
PsychroLib is a library of functions to enable the calculation of psychrometric properties of moist and dry air. Versions are available in Python, C, Fortran, JavaScript, Microsoft Excel Visual Basic for Applications (VBA), and C#, Visual Basic, and F# with .NET Standard 1.0 (.NET Core >= 1.0 & .NET Framework >= 4.5). The library works in both metric (SI) and imperial (IP) systems of units. For a general overview and a list of currently available functions, please see the [overview page](docs/overview.md).
9
9
10
10
11
11
## Documentation
@@ -23,6 +23,8 @@ Examples on how to use PsychroLib in all the supported languages are described i
23
23
24
24
- C, Fortran and JavaScript: clone the repository, and bundle according to your requirements.
25
25
26
+
- C#: from the [NuGet package](https://www.nuget.org/packages/PsychroLib/) manager or clone the repository, and bundle according to your requirements.
0 commit comments