WebIOPiClient 1.0.0

dotnet add package WebIOPiClient --version 1.0.0
NuGet\Install-Package WebIOPiClient -Version 1.0.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="WebIOPiClient" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WebIOPiClient --version 1.0.0
#r "nuget: WebIOPiClient, 1.0.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 WebIOPiClient as a Cake Addin
#addin nuget:?package=WebIOPiClient&version=1.0.0

// Install WebIOPiClient as a Cake Tool
#tool nuget:?package=WebIOPiClient&version=1.0.0

WebIOPiClient - .NET bindings for WebIOPi API

This project aims to make connecting to devices running WebIOPi a bit easier from the .NET ecosystem.

<br>

Getting Started

A NuGet package is planned but not yet implemented, so for now the best way to get up and running is to clone the repository and build the project.

Prerequisites

The library is built against .NET Standard 2.0 (see here and here for more information).

<br>

Deployment

Again, in lieu of a proper NuGet package, you will need to build the DLL yourself, include in your project, and deploy that way.

<br>

Contributing

Any and all pull requests are welcome. This library is currently in its infancy so any contribution is much appreciated.

<br>

Versioning

Check out SemVer for versioning guidelines.

<br>

Authors

See also the list of contributors who participated in this project.

<br>

License

This project is licensed under the MIT License - see the LICENSE.md file for details

<br>

Acknowledgments

  • PurpleBooth for coming up with this nice README template 😃
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
1.0.0 893 10/7/2018

Initial release