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/winget-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.9.25180
Choose a base ref
...
head repository: microsoft/winget-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.9.25200
Choose a head ref
  • 2 commits
  • 13 files changed
  • 2 contributors

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    1761abc View commit details
    Browse the repository at this point in the history
  2. Remove attribute in DSC (#4932)

    ## Change
    Removes the attribute `ValidateNotNullOrWhiteSpace` as it is only
    available starting in 7.4. The attributes also only validate when the
    value is assigned, so enforcing that a value is set is more complete.
    
    ## Validation
    Loads in PS 7.2.8 now.
    JohnMcPMS authored and ryfu-msft committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    d439036 View commit details
    Browse the repository at this point in the history
Loading