Greenheck.Services.Client
1.8.0.1
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
<PackageReference Include="Greenheck.Services.Client" Version="1.8.0.1" />
paket add Greenheck.Services.Client --version 1.8.0.1
#r "nuget: Greenheck.Services.Client, 1.8.0.1"
// 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 | Versions 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. |
-
- Newtonsoft.Json (>= 7.0.1)
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,569 | 2/7/2019 |
1.12.0 | 1,256 | 10/23/2017 |
1.10.0 | 6,182 | 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 |
* 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