Greenheck.Services.Client 2.18.0

dotnet add package Greenheck.Services.Client --version 2.18.0
NuGet\Install-Package Greenheck.Services.Client -Version 2.18.0
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="2.18.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Greenheck.Services.Client --version 2.18.0
#r "nuget: Greenheck.Services.Client, 2.18.0"
#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=2.18.0

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

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 4,803 2/7/2019
1.12.0 1,235 10/23/2017
1.10.0 5,734 4/25/2017
1.8.0.1 1,453 2/25/2017
1.4.1 1,788 3/2/2016
1.4.0 1,311 3/2/2016
1.3.0 1,614 11/11/2015
1.2.0 1,431 10/22/2015
1.1.0 1,178 10/12/2015
1.0.0 1,749 9/25/2015
0.1.0 1,201 9/17/2015
0.0.6.1 1,266 8/13/2015
0.0.6 1,534 8/13/2015
0.0.5 1,280 8/12/2015
0.0.4 2,140 8/12/2015
0.0.3.1 1,318 8/11/2015
0.0.3 1,134 8/11/2015
0.0.2 1,374 8/11/2015

Requires services v2.18.0 or higher

* Add support for louver performance selection and sizing services
* Add optional inputs on job level for job service
** This allows Agent Order Number and Customer Order Number to be passed in
* Change data type from int to float on damper height and width in job service

* Add new base dimension output property
* Add new damper selection output properties
* Add new isolator selection input and output properties
* Add new job service input property
* Add new motor selection input and output properties
* Add several new enum values

Breaking changes
* Data type updates
** Update damper job service inputs from integer to float:
*** JobDamperProduct.Height
*** JobDamperProduct.Width
** Update several isolator selection inputs from Boolean to enum:
*** IsolatorSelectionSelectionRequestInputs.InletBell
*** IsolatorSelectionSelectionRequestInputs.InletCone
*** IsolatorSelectionSelectionRequestInputs.MotorCover
*** IsolatorSelectionSelectionRequestInputs.OutletCone
*** IsolatorSelectionSelectionRequestInputs.ShaftGuard
*** IsolatorSelectionSelectionRequestInputs.Weatherhood
** Update primer service output property:
*** PrimerEntityRequest.Defaults (NameValuePair => QuestionDefault)