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: Devolutions/UniGetUI
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2026.1.1
Choose a base ref
...
head repository: Devolutions/UniGetUI
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2026.1.2
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Mar 17, 2026

  1. Configuration menu
    Copy the full SHA
    c488ba7 View commit details
    Browse the repository at this point in the history
  2. Restore self-contained Windows App SDK packaging

    The shared-target-framework refactor moved the Windows App SDK self-contained settings into Directory.Build.props behind a condition that depends on TargetFramework being set. Because Directory.Build.props is evaluated before UniGetUI.csproj assigns TargetFramework, the app project stopped evaluating as self-contained and no longer bundled Microsoft.WindowsAppRuntime.dll in release artifacts.
    
    Move the self-contained Windows App SDK settings into UniGetUI.csproj so they are evaluated after the app TargetFramework is known and the runtime payload is bundled again.
    
    Fixes #4487.
    mamoreau-devolutions committed Mar 17, 2026
    Configuration menu
    Copy the full SHA
    6db8ab3 View commit details
    Browse the repository at this point in the history
Loading