ParticleNET.ParticleSDK 0.8.17-beta-0042

This is a prerelease version of ParticleNET.ParticleSDK.
dotnet add package ParticleNET.ParticleSDK --version 0.8.17-beta-0042
NuGet\Install-Package ParticleNET.ParticleSDK -Version 0.8.17-beta-0042
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.8.17-beta-0042" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ParticleNET.ParticleSDK --version 0.8.17-beta-0042
#r "nuget: ParticleNET.ParticleSDK, 0.8.17-beta-0042"
#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 ParticleNET.ParticleSDK as a Cake Addin
#addin nuget:?package=ParticleNET.ParticleSDK&version=0.8.17-beta-0042&prerelease

// Install ParticleNET.ParticleSDK as a Cake Tool
#tool nuget:?package=ParticleNET.ParticleSDK&version=0.8.17-beta-0042&prerelease

A wrapper around the Particle.io (formally spark.io) cloud api. Supporting .net 4.5, UAP 10.0, Windows 8.1, and Windows Phone 8.1.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  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. 
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
Windows Phone wpa81 is compatible. 
Windows Store netcore451 is compatible. 
Compatible target framework(s)
Included target framework(s) (in 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,163 3/22/2016
0.8.17-beta-0040 1,067 3/15/2016
0.8.17-beta-0032 1,062 3/8/2016
0.8.16 1,580 3/8/2016
0.8.15-beta-0028 996 3/8/2016
0.8.14 1,215 3/3/2016
0.8.7 1,479 2/28/2016
0.8.5-beta-0014 1,624 2/25/2016
0.8.5-beta-0013 1,050 2/19/2016
0.8.4-beta-8 1,344 2/12/2016
0.8.4-beta-11 1,078 2/19/2016
0.8.4-beta 1,113 1/27/2016
0.8.3-beta 1,067 1/27/2016
0.8.1-beta 1,087 1/27/2016
0.8.0 1,282 1/7/2016
0.7.16-beta 1,112 12/29/2015
0.7.9-beta03 973 9/26/2015
0.7.9-beta02 876 9/25/2015
0.7.9-beta01 867 8/30/2015

0.8.17-beta-0042
-Changed the main nuget package to no longer be a portable library but instead have assemblies for .NET 4.5, WP8.1, Win8.1, and UAP 10
-Added Portable nuget package.
-Updated ParticleEventManager to try and remove the need for Task.Run in destination app


0.8.17-beta-0032
-Disabled Caching in HttpClient
-Updated Logic on ParticleEventManager so were not setting time out on windows phone

0.8.14
-Added class for loading resource messages.
-Added some exception wrapping around Parsing so developers can see the offending json

0.8.7
-Added FlashExampleAppAsync
-Added meaning full ParticleEventData.ToString()
-Updated ParticleDevice to support Electron elements.
-Added test for Electron Elements
-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
-Updated Login and Logout to fire a change notification to IsAuthenticated
-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