Particle.SDK 0.1.0

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

// Install Particle.SDK as a Cake Tool
#tool nuget:?package=Particle.SDK&version=0.1.0

Particle Windows Cloud SDK enables Windows apps to interact with Particle-powered connected products via the Particle Cloud. It’s an easy-to-use wrapper for Particle REST API

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  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 (1)

Showing the top 1 NuGet packages that depend on Particle.SDK:

Package Downloads
Particle.Setup

The Particle Device Setup library provides everything you need to offer your users a simple initial setup process for Particle-powered devices. This includes all the necessary device communication code, and a simple developer API.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.0 9,781 5/16/2016
0.0.5 1,754 5/3/2016

Add .NET Framework 4.5.2 library for use in non WinRT applications
ParticleCloud
- Add public properties OAuthClientId and OAuthClientSecret for setting OAuth client tokens
- Add SignupWithCustomerAsync, RequestPasswordResetForCustomerAsync, and CreateClaimCodeForOrganizationAsync
ParticleDevice
- Add SignalAsync to send a signal to the device to shout rainbows
- Add public properties IsFlashing, KnownPlatformId, and KnownProductId
- Add Digistump Oak, RedBear Duo, and Bluz DK to the list of know devices