ParticleXamarinSDK 1.4.6151.16195
dotnet add package ParticleXamarinSDK --version 1.4.6151.16195
NuGet\Install-Package ParticleXamarinSDK -Version 1.4.6151.16195
<PackageReference Include="ParticleXamarinSDK" Version="1.4.6151.16195" />
paket add ParticleXamarinSDK --version 1.4.6151.16195
#r "nuget: ParticleXamarinSDK, 1.4.6151.16195"
// Install ParticleXamarinSDK as a Cake Addin #addin nuget:?package=ParticleXamarinSDK&version=1.4.6151.16195 // Install ParticleXamarinSDK as a Cake Tool #tool nuget:?package=ParticleXamarinSDK&version=1.4.6151.16195
Particle Cloud SDK for C# PCL Projects, tested specifically against Xamarin projects. This does work with Xamrarin.Forms as well. The SDK is a PCL based on .Net 4.6, if you have any issues installing this package into ANY C# project, try downloading the source and incorporating it directly and retargetting the solution. It could be that your framework isn't in the targetFramework for this nuget package.
Learn more about Target Frameworks and .NET Standard.
-
Portable Class Library (MonoAndroid 1.0, MonoTouch 1.0, .NETFramework 4.5, Windows 0.0, Windows 8.1, WindowsPhone 8.0, WindowsPhoneApp 8.1, Xamarin.iOS 1.0)
- Microsoft.Net.Http (>= 2.2.29)
- Newtonsoft.Json (>= 9.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 |
---|---|---|
1.4.6151.16195 | 2,442 | 11/3/2016 |
1.3.6078.18334 | 1,837 | 8/22/2016 |
1.2.1 | 1,545 | 4/26/2016 |
1.2.0 | 1,513 | 4/26/2016 |
1.1.1 | 1,476 | 3/28/2016 |
1.1.0 | 1,464 | 3/25/2016 |
1.0.4 | 1,781 | 3/24/2016 |
1.0.3 | 1,558 | 3/24/2016 |
1.0.2 | 1,490 | 3/24/2016 |
This update removes the dependency for ModernHttpClient and now utilizes a static HttpClient instance for thread safety, yay! Also included the 2016 Xamarin Evolve sample I created. This sample shows how you can flash binary files from your mobile device.