ParticleNET.ParticleSDK 0.7.16-beta

This is a prerelease version of ParticleNET.ParticleSDK.
There is a newer version of this package available.
See the version list below for details.
dotnet add package ParticleNET.ParticleSDK --version 0.7.16-beta
                    
NuGet\Install-Package ParticleNET.ParticleSDK -Version 0.7.16-beta
                    
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="ParticleNET.ParticleSDK" Version="0.7.16-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ParticleNET.ParticleSDK" Version="0.7.16-beta" />
                    
Directory.Packages.props
<PackageReference Include="ParticleNET.ParticleSDK" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ParticleNET.ParticleSDK --version 0.7.16-beta
                    
#r "nuget: ParticleNET.ParticleSDK, 0.7.16-beta"
                    
#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.
#addin nuget:?package=ParticleNET.ParticleSDK&version=0.7.16-beta&prerelease
                    
Install ParticleNET.ParticleSDK as a Cake Addin
#tool nuget:?package=ParticleNET.ParticleSDK&version=0.7.16-beta&prerelease
                    
Install ParticleNET.ParticleSDK as a Cake Tool

A wrapper around the Particle.io (formaly spark.io) cloud api. Supporting .net 4.5, Windows Runtime 8, and Windows Phone 8.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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
0.8.17-beta-0042 1,365 3/22/2016
0.8.17-beta-0040 1,257 3/15/2016
0.8.17-beta-0032 1,278 3/8/2016
0.8.16 1,830 3/8/2016
0.8.15-beta-0028 1,183 3/8/2016
0.8.14 1,414 3/3/2016
0.8.7 1,686 2/28/2016
0.8.5-beta-0014 1,821 2/25/2016
0.8.5-beta-0013 1,238 2/19/2016
0.8.4-beta-8 1,623 2/12/2016
0.8.4-beta-11 1,269 2/19/2016
0.8.4-beta 1,306 1/27/2016
0.8.3-beta 1,254 1/27/2016
0.8.1-beta 1,284 1/27/2016
0.8.0 1,487 1/7/2016
0.7.16-beta 1,301 12/29/2015
0.7.9-beta03 1,077 9/26/2015
0.7.9-beta02 979 9/25/2015
0.7.9-beta01 977 8/30/2015

Added XML Comments
ParticleCloud
- Implemented SignupWithUserAsynd
- Implemented password reset
- Implemented ClaimDevice
- Implemented Devices property and RefreshDevicesAsync method
- Added IsRefreshing
ParticleDevice
- Implemented UnclaimDevice
- Implemented FlashKnownAppAsync
- Change LastHeard to be LocalTime instead of Universal Time

Added Exception Handling for HttpRequestException. All results will now return Success of false and Exception being filled out with that exception
Added Electron Device id to Device Types