WindowsDevicePortalWrapper 0.9.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package WindowsDevicePortalWrapper --version 0.9.5
NuGet\Install-Package WindowsDevicePortalWrapper -Version 0.9.5
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="WindowsDevicePortalWrapper" Version="0.9.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WindowsDevicePortalWrapper --version 0.9.5
#r "nuget: WindowsDevicePortalWrapper, 0.9.5"
#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 WindowsDevicePortalWrapper as a Cake Addin
#addin nuget:?package=WindowsDevicePortalWrapper&version=0.9.5

// Install WindowsDevicePortalWrapper as a Cake Tool
#tool nuget:?package=WindowsDevicePortalWrapper&version=0.9.5

The Device Portal Wrapper is a library that allows a client application to connect to a Device Portal instance on a Windows 10 device and call the REST APIs presented.  This allows an application to e.g. install apps, reboot the device, or get performance metrics.  

See the GitHub repo at https://github.com/microsoft/windowsdeviceportalwrapper

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on WindowsDevicePortalWrapper:

Repository Stars
microsoft/MixedRealityCompanionKit
This is a MixedRealityToolkit style repository for code bits and components that may not run directly on Microsoft HoloLens or immersive headsets but instead pair with them to build experiences.
Version Downloads Last updated
0.9.5.1 40,215 11/15/2017
0.9.5 5,900 7/10/2017
0.9.4 5,295 3/21/2017
0.9.3 1,547 3/2/2017
0.9.2 1,566 11/30/2016
0.9.1 1,350 10/18/2016
0.9.0 1,950 10/6/2016

Added debug asserts around every deserialization (thanks @MattHyman !)
Made generic REST APIs (GetAsync, DeleteAsync) public to support cases where the existing APIs are insufficient.
WER fix
Parsing failure fixes in Performance Data where we did not provide enough bits for numbers.
NOTE: This will result in lots of warnings or errors about casting ulong to an int