Greenheck.Services.Client 1.8.0.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.8.0.1
NuGet\Install-Package Greenheck.Services.Client -Version 1.8.0.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.8.0.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.8.0.1
#r "nuget: Greenheck.Services.Client, 1.8.0.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.8.0.1

// Install Greenheck.Services.Client as a Cake Tool
#tool nuget:?package=Greenheck.Services.Client&version=1.8.0.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 4,858 2/7/2019
1.12.0 1,235 10/23/2017
1.10.0 5,759 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

* Add job service (for dampers)
* Add new damper selection output properties
* Add new motor selection input and output properties
* Add new isolator selection input and output properties
* Add several new enum values
* Add ability to default questions on creating an entity from a fan selection
* Upgrade the type used for question defaulting on entity creation to allow
 setting a value as restricted

Breaking changes
* Methods with new required parameter:
** They require a FanSelectionEntityRequest object as the third parameter ("body")
*** You can pass null if you don't want to set any extra question defaults on the entity being created
** FanSelectionServiceClient.CreateBaseEntity
** FanSelectionServiceClient.CreateLayoutEntity
** FanSelectionServiceClient.CreateRatingBaseEntity
** FanSelectionServiceClient.CreateRatingLayoutEntity

* Change type of BaseConfigurationEntityRequest.Defaults:
** List<NameValuePair> => List<QuestionDefault>
* Change type of LayoutConfigurationEntityRequest.Defaults:
** List<NameValuePair> => List<QuestionDefault>

* Change type from enum to string:
** DamperSelectionActuator.ActuatorLocationCode
** DamperSelectionActuator.ActuatorMountingCode

* Change type from string to enum:
** IsolatorSelectionSelectionRequestInputs.BearingSet
** IsolatorSelectionSelectionRequestInputs.Channel
** IsolatorSelectionSelectionRequestInputs.FanClass
** IsolatorSelectionSelectionRequestInputs.HubMaterial
** IsolatorSelectionSelectionRequestInputs.Model
** IsolatorSelectionSelectionRequestInputs.WheelTypeActual

* Enum value renames:
** IsolatorSelectionSelectionRequestInputsIsolationTypes.UnitaryStructural =>
  IsolatorSelectionSelectionRequestInputsIsolationTypes.IsolationBase
** IsolatorSelectionSelectionRequestInputsIsolationTypes.HtSavingStructural =>
  IsolatorSelectionSelectionRequestInputsIsolationTypes.HtSavingBase

* Rename isolator selection input property:
** IsolatorSelectionSelectionRequestInputs.MountingAccessory =>
  IsolatorSelectionSelectionRequestInputs.MountingType
*** Also rename the corresponding enum type
**** IsolatorSelectionSelectionRequestInputsMountingAccessorys =>
    IsolatorSelectionSelectionRequestInputsMountingTypes

* Remove obsolete isolator selection input properties:
** IsolatorSelectionSelectionRequestInputs.MaxClassSpeed
** IsolatorSelectionSelectionRequestInputs.SpeedMax