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: dotnet/arcade
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6827710
Choose a base ref
...
head repository: dotnet/arcade
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 382667f
Choose a head ref
  • 5 commits
  • 22 files changed
  • 5 contributors

Commits on Aug 6, 2021

  1. Configuration menu
    Copy the full SHA
    45be86f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc542a6 View commit details
    Browse the repository at this point in the history
  3. Fix Msi version string generation (#7725)

    Based on operator precedence, `0x3FFF << 4` was happening first, ensuring that we always cut off the lower 4 bits of the build number when generating an Msi version.
    
    The good news appears to be that the Major and Minor stay the same or go up, though the patch value will go down.
    
    Before: A build number major value of 30327 or 30328 and build number value of 9 would generate `48.0.30329`
    After: `48.3.26489` and `48.3.26505`, respectively.
    mmitche authored Aug 6, 2021
    Configuration menu
    Copy the full SHA
    2c76d9e View commit details
    Browse the repository at this point in the history
  4. Workloads: Additional Checks (#7679)

    - Enable shortname replacement for manifests
    - Fix provider keys for manifest installers
    - Remove invalid pack dependencies
    - Check for long path failures, similar to what VS manifest validation checks performs
    joeloff authored Aug 6, 2021
    Configuration menu
    Copy the full SHA
    742bf02 View commit details
    Browse the repository at this point in the history
  5. [main] Update dependencies from dotnet/xliff-tasks mono/linker (#7724)

    [main] Update dependencies from dotnet/xliff-tasks mono/linker
    dotnet-maestro[bot] authored Aug 6, 2021
    Configuration menu
    Copy the full SHA
    382667f View commit details
    Browse the repository at this point in the history
Loading