Greenheck.Services.Client 1.4.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Greenheck.Services.Client --version 1.4.1                
NuGet\Install-Package Greenheck.Services.Client -Version 1.4.1                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Greenheck.Services.Client" Version="1.4.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Greenheck.Services.Client --version 1.4.1                
#r "nuget: Greenheck.Services.Client, 1.4.1"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Greenheck.Services.Client as a Cake Addin
#addin nuget:?package=Greenheck.Services.Client&version=1.4.1

// Install Greenheck.Services.Client as a Cake Tool
#tool nuget:?package=Greenheck.Services.Client&version=1.4.1                

Service client for the suite of services provided by Greenheck.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.18.0 6,555 2/7/2019
1.12.0 1,256 10/23/2017
1.10.0 6,174 4/25/2017
1.8.0.1 1,483 2/25/2017
1.4.1 1,826 3/2/2016
1.4.0 1,340 3/2/2016
1.3.0 1,650 11/11/2015
1.2.0 1,467 10/22/2015
1.1.0 1,218 10/12/2015
1.0.0 1,770 9/25/2015
0.1.0 1,238 9/17/2015
0.0.6.1 1,296 8/13/2015
0.0.6 1,576 8/13/2015
0.0.5 1,319 8/12/2015
0.0.4 2,172 8/12/2015
0.0.3.1 1,352 8/11/2015
0.0.3 1,172 8/11/2015
0.0.2 1,410 8/11/2015

v1.4.1 reverses one of the changes from v1.4.0:
* Default value for FanSelectionSelectionRequestInputs.ModelGroup changed back from PlugAndPlenum to CeilingAndCabinet (enum order changed)
** That change was preventing the PlugAndPlenum value from getting sent

Notes from v1.4.0:
Updated fan charting classes

This version contains several breaking changes:
* DamperSelectionSelection.SelectedActuatorKey changed from string to int
* DamperSelectionActuator.TotalShipSectionQuantity changed from float to int
* Default value for DamperSelectionActuator.ActuatorMountingCode changed from I to E (enum order changed)
* Default value for FanSelectionSelectionRequestInputs.ModelGroup changed from CeilingAndCabinet to PlugAndPlenum (enum order changed)
* Rename MotorSelectionMotor.LubricationType enum value of Greasable to Greaseable
* ChartingAxis.Ticks changed from List<int> to List<float>
* Removed unused NameReference type

Many new properties and types are also included