Internet Explorer is no longer supported. Many things will still work, but your experience will be degraded and some things won't function. Please use a modern browser such as Edge, Chrome, or Firefox.
To install Lowpad.Supervisor.Customerapi.Connector.NetStandard from the command line, run the following command:
```
nuget install Lowpad.Supervisor.Customerapi.Connector.NetStandard -Version 1.1.0 -Source https://packages.lowpad.com/nuget/lowpad/v3/index.json
```
To install Lowpad.Supervisor.Customerapi.Connector.NetStandard from the Package Manager Console within Visual Studio, run the following command:
```
Install-Package Lowpad.Supervisor.Customerapi.Connector.NetStandard -Version 1.1.0 -Source https://packages.lowpad.com/nuget/lowpad/v3/index.json
```
For projects that support PackageReference, copy this XML node into the project file to reference the package.
```
<PackageReference Include="Lowpad.Supervisor.Customerapi.Connector.NetStandard" Version="1.1.0" />
```