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.Common.Connections from the command line, run the following command:
```
nuget install Lowpad.Common.Connections -Version 3.5.0-alpha04 -Source https://packages.lowpad.com/nuget/lowpad/v3/index.json
```
To install Lowpad.Common.Connections from the Package Manager Console within Visual Studio, run the following command:
```
Install-Package Lowpad.Common.Connections -Version 3.5.0-alpha04 -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.Common.Connections" Version="3.5.0-alpha04" />
```