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: PowerShell/PowerShell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: release/v7.7.0-preview.3
Choose a base ref
...
head repository: PowerShell/PowerShell
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 111 files changed
  • 4 contributors

Commits on Jul 20, 2026

  1. Prepare for onboarding PowerShell to the Native2Native localization p…

    …ipeline (#27667)
    
    1. Create the `LocProject.json` file for PowerShell localization.
    2. Remove the unused `.resx` resource files and source files.
    3. Update the `ResourceValidation` tests.
    daxian-dbw authored Jul 20, 2026
    Configuration menu
    Copy the full SHA
    855d943 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6633089 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2026

  1. Update changelogs for v7.4.18, v7.5.9, and v7.6.4 (#27707)

    Co-authored-by: Justin Chung <chungjustin@microsoft.com>
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    Copilot-Session: 4d8b066a-3f02-4ae4-bfd5-c08b6a180beb
    3 people authored Jul 23, 2026
    Configuration menu
    Copy the full SHA
    535b1ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c21596 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2026

  1. Remove Test-Bom and the boms JSON files (#27726)

    `Test-Bom` was only used in `New-MSIPackage`, which was removed in #27213 as we are not building MSI packages for v7.7 and onward.
    
    `Test-Bom` is no longer used anywhere in PowerShell repo, so removing it and its helpers, as well as the boms JSON files, in this PR.
    daxian-dbw authored Jul 24, 2026
    Configuration menu
    Copy the full SHA
    db5f4f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    463ef43 View commit details
    Browse the repository at this point in the history
Loading