ParticleNET.ParticleSDK.Portable
0.8.17-beta-0042
dotnet add package ParticleNET.ParticleSDK.Portable --version 0.8.17-beta-0042
NuGet\Install-Package ParticleNET.ParticleSDK.Portable -Version 0.8.17-beta-0042
<PackageReference Include="ParticleNET.ParticleSDK.Portable" Version="0.8.17-beta-0042" />
paket add ParticleNET.ParticleSDK.Portable --version 0.8.17-beta-0042
#r "nuget: ParticleNET.ParticleSDK.Portable, 0.8.17-beta-0042"
// Install ParticleNET.ParticleSDK.Portable as a Cake Addin #addin nuget:?package=ParticleNET.ParticleSDK.Portable&version=0.8.17-beta-0042&prerelease // Install ParticleNET.ParticleSDK.Portable as a Cake Tool #tool nuget:?package=ParticleNET.ParticleSDK.Portable&version=0.8.17-beta-0042&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,091 | 3/22/2016 |
0.8.17-beta-0040 | 975 | 3/15/2016 |
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