ParticleNET.ParticleSDK
0.8.5-beta-0013
See the version list below for details.
dotnet add package ParticleNET.ParticleSDK --version 0.8.5-beta-0013
NuGet\Install-Package ParticleNET.ParticleSDK -Version 0.8.5-beta-0013
<PackageReference Include="ParticleNET.ParticleSDK" Version="0.8.5-beta-0013" />
paket add ParticleNET.ParticleSDK --version 0.8.5-beta-0013
#r "nuget: ParticleNET.ParticleSDK, 0.8.5-beta-0013"
// Install ParticleNET.ParticleSDK as a Cake Addin #addin nuget:?package=ParticleNET.ParticleSDK&version=0.8.5-beta-0013&prerelease // Install ParticleNET.ParticleSDK as a Cake Tool #tool nuget:?package=ParticleNET.ParticleSDK&version=0.8.5-beta-0013&prerelease
A wrapper around the Particle.io (formally spark.io) cloud api. Supporting .net 4.5, Windows Runtime 8, and Windows Phone 8.
Learn more about Target Frameworks and .NET Standard.
-
- Microsoft.Net.Http (>= 2.2.29)
- Newtonsoft.Json (>= 7.0.1)
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,195 | 3/22/2016 |
0.8.17-beta-0040 | 1,092 | 3/15/2016 |
0.8.17-beta-0032 | 1,112 | 3/8/2016 |
0.8.16 | 1,636 | 3/8/2016 |
0.8.15-beta-0028 | 1,018 | 3/8/2016 |
0.8.14 | 1,240 | 3/3/2016 |
0.8.7 | 1,513 | 2/28/2016 |
0.8.5-beta-0014 | 1,650 | 2/25/2016 |
0.8.5-beta-0013 | 1,072 | 2/19/2016 |
0.8.4-beta-8 | 1,368 | 2/12/2016 |
0.8.4-beta-11 | 1,103 | 2/19/2016 |
0.8.4-beta | 1,138 | 1/27/2016 |
0.8.3-beta | 1,089 | 1/27/2016 |
0.8.1-beta | 1,119 | 1/27/2016 |
0.8.0 | 1,310 | 1/7/2016 |
0.7.16-beta | 1,135 | 12/29/2015 |
0.7.9-beta03 | 993 | 9/26/2015 |
0.7.9-beta02 | 895 | 9/25/2015 |
0.7.9-beta01 | 892 | 8/30/2015 |
0.8.5-beta-0013
-Updated ParticleDevice to support Electron elements.
-Added test for Electron Elements
0.8.4-beta-8
-Added a class for Listening for events from the particle cloud.
-Added the ability to get access to the access token in the ParticleCloud
-Updated Build to CakeBuild
0.8.4-beta
-Updated Login and Logout to fire a change notification to IsAuthenticated
0.8.3-beta
Bug Fixes
-Fixed Bug with Registration that required user to be logged in first.
0.8.0
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
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