Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/WindowsAppSDK
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: microsoft/WindowsAppSDK
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.1
Choose a head ref
  • 11 commits
  • 159 files changed
  • 9 contributors

Commits on Jun 3, 2022

  1. Remove Timestamp from VSIX version due to WinAppSDK NuGet Version Upd…

    …ate (#2560)
    
    * remove timestamp because version should be unique now
    
    * comment
    kythant authored Jun 3, 2022
    Configuration menu
    Copy the full SHA
    d1d6daa View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Update readme for 1.1.0

    gabbybilka committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    76d4706 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Merge pull request #2584 from microsoft/gabilka/1.1-readme

    Update readme for 1.1.0
    gabbybilka authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    0d3f72b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63ef3ae View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Update WIL. Update C++/WinRT. Tweak build order (#2586)

    * Update WIL to 1.0.220201.1
    
    * Update CppWinRT to 2.0.220531.1
    
    * Tweaked build order to avoid out-of-order build failures
    DrusTheAxe authored Jun 8, 2022
    Configuration menu
    Copy the full SHA
    5385ff2 View commit details
    Browse the repository at this point in the history
  2. Cherry-pick fix for break away process creation attribute from releas…

    …e/1.1-stable to main (#2588)
    
    * Return Extended Hresult instead of Hresult to help customers by providing them with unbucketed error codes instead of bucketed error codes, in a best effort manner.
    
    * Deployment agent break away process creation fixes (#2554)
    
    * Create Breakaway process for DeplomentAgent.exe in Running state (not in suspended state)
    
    * And remove Resume
    
    * Don't inherent parent handles in breakaway process
    
    * Create process outside desktop app runtime environment instead
    
    * Don't return a copy but a reference to tracelogger activity class object
    
    Co-authored-by: Santosh Chintalapati <sachinta@ntdev.microsoft.com>
    sachintaMSFT and Santosh Chintalapati authored Jun 8, 2022
    Configuration menu
    Copy the full SHA
    d86b223 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97d6e0c View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. Configuration menu
    Copy the full SHA
    ea92f45 View commit details
    Browse the repository at this point in the history
  2. Making EM RS5+. Limiting the tracking capability to Windows11+ (Spec) (

    …#2544)
    
    * Updating spec
    
    * Adressing comments
    
    * More changes
    
    Co-authored-by: Darren Hoehna <dahoehna@microsoft.com>
    dhoehna and dhoehna authored Jun 10, 2022
    Configuration menu
    Copy the full SHA
    89b3bea View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. v1.1 SDK throws an access violation from MddBootstrapInitialize's log…

    …ging code if no matching packages are installed #2592 (#2608)
    
    * v1.1 SDK throws an access violation from MddBootstrapInitialize's logging code if no matching packages are installed #2592
    
    * Telemetry char/string. AppData DataStore-1.0.
    
    * Retrieve the *Main* package's family name for AppData
    
    * Add/Remove the test Main package (DataStore) just like we do the test Framework
    DrusTheAxe authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    42ba331 View commit details
    Browse the repository at this point in the history
  2. Detoured GetCurrentPackageInfo3() should route to the OS any PackageI…

    …nfoType value it doesn't handle (#2623)
    DrusTheAxe authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    9c54e08 View commit details
    Browse the repository at this point in the history
Loading