Skip to content

Releases: microsoft/WindowsDevicePortalWrapper

v0.9.5.1 Fixes for TLS and file upload

15 Nov 01:16
98bc10d
Compare
Choose a tag to compare

Adds some more public REST method functions, and fixes a TLS bug on Win 7, as well as fixes file upload of some files.

v0.9.5 - BREAKING CHANGE - Parser fixes

10 Jul 18:14
Compare
Choose a tag to compare

This is a breaking change release (minor) that changes the types used to store Performance Data received over WebSockets and regular HTTP.
It also contains some WER fixes.
Generic REST APIs (for custom or 3rd party endpoints) are now public.

DEBUG:
There are now asserts in every deseralizer step to help developers debug issues at runtime.

v0.9.4.1 - CSRF added back

05 May 18:31
Compare
Choose a tag to compare
Pre-release

Adds CSRF handling back to the project as the previous removal of CSRF handling broke security measures on unauthenticated devices.

Fixes for battery levels, OS/device names, and allowing UWP to install via StorageFiles

21 Mar 21:11
Compare
Choose a tag to compare

Devices without batteries (IoT, some desktops, Xbox) will no longer report "NaN" for their battery level, but instead show at 100%.
A new InstallApplicationAsync function for UWP has been added that supports use of StorageFile, making it easier for UWPs to find and install appx via the File Explorer.
Desktop will now display the device type (e.g. type of laptop) rather than "Unknown".

v0.9.3 - Live ETW, WER reports, and more async

02 Mar 22:11
Compare
Choose a tag to compare

Breaking change: By default, the DefaultDevicePortalConnection object will no longer attempt to switch from USB connection to WiFi.  This should not impact many people.

v0.9.3 adds support for live ETW tracing over WebSocket and collection of Windows Error Reporting reports.  In addition, several changes to the server have been made to make it more asynchronous.

v0.9.2

01 Dec 18:18
Compare
Choose a tag to compare

Fixes MixedRealityCapture API for HoloLens
Adds Holographic services API
Adds PerceptionSimulationPlayback and Recording APIs
Fixes failing Mrc test

Microsoft signed NuGet package can be found at https://www.nuget.org/packages/WindowsDevicePortalWrapper/

Microsoft signed DLLs attached to the release.

v0.9.1 Async Breaking Change, and Dump Collection APIs

18 Oct 17:58
Compare
Choose a tag to compare

v0.9.1 renames all Async methods to be GetAsync, which will break existing code.

v0.9 NuGet Release

06 Oct 22:57
Compare
Choose a tag to compare

This is the first release of compiled and Microsoft-signed DLLs for the Device Portal Wrapper project. The attached files are compiled libraries for the .NET and UWP versions of the library.

You can find the NuGet package (which contains these files) at https://www.nuget.org/packages/WindowsDevicePortalWrapper/ or by running
Install-Package WindowsDevicePortalWrapper
inside your Package Manager console in Visual Studio.