ParticleXamarinSDK 1.4.6151.16195

dotnet add package ParticleXamarinSDK --version 1.4.6151.16195
NuGet\Install-Package ParticleXamarinSDK -Version 1.4.6151.16195
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="ParticleXamarinSDK" Version="1.4.6151.16195" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ParticleXamarinSDK --version 1.4.6151.16195
#r "nuget: ParticleXamarinSDK, 1.4.6151.16195"
#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 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.

There are no supported framework assets in this 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)

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,348 11/3/2016
1.3.6078.18334 1,766 8/22/2016
1.2.1 1,478 4/26/2016
1.2.0 1,445 4/26/2016
1.1.1 1,411 3/28/2016
1.1.0 1,417 3/25/2016
1.0.4 1,710 3/24/2016
1.0.3 1,492 3/24/2016
1.0.2 1,425 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.