Skip to content

Tags: microsoft/WindowsDevicePortalWrapper

Tags

v0.9.5.1

Toggle v0.9.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
0.9.5.1 release (#274)

* Make generic Stream REST APIs public as well. (#258)
* URL Encode the File Explorer Delete/Get API. (#262)
* Ensure that TLS 1.1 and 1.2 are enabled for .NET. (#272)
Thanks!
* Bump version a bit for Nuget (#273)

v0.9.5

Toggle v0.9.5's commit message
BREAKING CHANGE 0.9.5 release (#259)

* Update content for WER

* Update docs for XML.

* Update Copyright to 2017 :)

* fixes for #226, 227 and 228

* enable xml documentation generation (#232)

* enable xml documentation generation

* only generate xml documentation in release builds

* Update docs

* Filenames to StorageFiles

* Update README.md (#235)

Somebody decided to move all of the Hololens documentation and as a result pretty much every existing link on the internet is broken.  Fixing this one.

* Fixes a minor bug with xbox sample and cleans up StyleCop (#237)

* Add an IsFolder method to FileOrFolderInformation class.

* Updated per review feedback

* Adds PackageOrigin to PackageInfo class.

* PackageOrigin details and helper method

Quick helper method to determine if the app is sideloaded.

* Clean up some StyleCop errors.

* Restores our CSRF token handling (#238)

Addresses Issue #216

* Make underlying HTTP methods public so they can be called on a DevicePortal instance (#243)

* Prelim setup of namespaces

* Move HTTP Stream apis to public. Finish move of namespaces.

* Revert "Move HTTP Stream apis to public. Finish move of namespaces."

This reverts commit 2e715ff.

* Revert "Revert Namespaces changes in Master"

This reverts commit 871564eb18f525878063ca8cc4b0b9af2bb2ee79.

* Revert Namespaces changes in Master

* Finish Revert

* Setup files for internal CI server and NuGet package creation (#247)

* Create signConfig.xml

* Create DelaySign.extcomp

* Add DelaySign to NET

* Add DelaySign to UWP

* Testing INPATHROOT and full path for codesign

* Update signConfig.xml

* Update signConfig.xml

* Create WindowsDevicePortalWrapper.nuspec

* Changing to unsigned files

* Knowing my coworkers aliases

* Temp test for signing.

* Add StrongNameSigning.

* DelaySign

* New snk

* It's sourceS not source

* Update for XES Setup

* Authenticode Only

* .NET doesn't do sub directories ok

* Set nuspec relative to output

* Wrong folder for nuspec

* Copy also copies folders

* Update required fields in nuspec

* Correct names for signing

* Delete DelaySign.extcomp

* Removing extcomp

* Remove XEF delay sign

* Remove XEFDelay sign from net

* Fix blank version.

* Add TimeSpan field to Battery API results #161 (#250)

* Add IC server info for maintainers.

* fix field sizes in DeviceProcessInfo

* Fix SystemPerformanceInformation DataContract and add asserrt when websocket fails to parse data.

* Fix automated tests.

* Consolidate the assert on a deserialization failure to all rest requests and reduce duplicated logic.

* Fix spacing.

* Increase version number to 0.9.5.0. (#257)

* Make generic Stream REST APIs public as well. (#258)

v0.9.4.1-beta

Toggle v0.9.4.1-beta's commit message
v0.9.4.1 Beta Release - re-add CSRF handling, formatting fixes (#241)

* Update content for WER
* Update docs for XML.

* Update Copyright to 2017 :)

v0.9.4

Toggle v0.9.4's commit message
generate xml documentation for 0.9.4(#233)

* Update content for WER

* Update docs for XML.

* Update Copyright to 2017 :)

* fixes for #226, 227 and 228

* enable xml documentation generation (#232)

* enable xml documentation generation

* only generate xml documentation in release builds

* Update docs

* Filenames to StorageFiles

v0.9.3

Toggle v0.9.3's commit message
Merge pull request #223 from Microsoft/master

V0.9.3 release - ETW streaming and refactoring of aync usage

v0.9.2

Toggle v0.9.2's commit message
v9.2 release (#204)

* DeviceLab sample

* fix GetMrcFileDataAsync
* completes implementation of the mixed reality capture api (issue 71)
* complete implementation of Holographic Perception Simulation Playback API
* implement holographic services API
* increase wrapper version to 0.9.2
* Fix failing MRC test

v0.9.1

Toggle v0.9.1's commit message
v0.9.1 Release - Async Breaking Change and Dump Collection (#195)

* DeviceLab sample

* This is what I showed to Dave

* Committing so that I can change machines and not loose my work

* Added a bunch of finishing touches

* Latest polish

* Added a nifty CommandSequence class

* Implemented a nifty CommandSequence class and then used it for the DevicePortalCommand model

* Code cleanup + style cop. Checking in for demo

* Finished satisfyint StyleCop

* Committing before merging changes from upstream

* Integrated the new DeviceSignIn view. Fixed the timing issue in the reestablish connection retry loop. Made rename more robust. Stronger check for duplicates using the cannonical IP address

* Renamed DeviceLab to SampleDeviceCollection

* Added finishing touches to the code. Getting it ready for a pull request

* Breaking Change: Updating async methods to follow C# async naming conventions (#188)

And updating version number.

* Update calls into the wrapper to use the latest async naming convention

* Not tracking sync.cmd

* Ended up with a stray orig file. Deleting

* Change array return types to Lists for #189 (#191)

* App, process, and crash dump collection APIs (#193)

* Add usermode crash dump APIs

* Additional fixes to DumpCollection

* Add kernel, live, and app dump APIs.

* StyleCop pass

v0.9

Toggle v0.9's commit message
Merge pull request #185 from davidkline-ms/master

remove duplicate reference

merging per approval