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/Nerdbank.GitVersioning
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.5.113
Choose a base ref
...
head repository: dotnet/Nerdbank.GitVersioning
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.5.119
Choose a head ref
  • 6 commits
  • 3 files changed
  • 2 contributors

Commits on Sep 20, 2022

  1. Configuration menu
    Copy the full SHA
    bb04eec View commit details
    Browse the repository at this point in the history
  2. Merge pull request #821 from dotnet/fix820

    Add GetTargetPath target for SqlServer projects
    AArnott authored Sep 20, 2022
    Configuration menu
    Copy the full SHA
    b6c02c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2022

  1. Fix CompareFiles task

    It's a cheap fix, in that it gives up streaming during the compare, but it's far more likely to be accurate than if I tried to maintain streaming while fixing the original bug of assuming that `Stream.Read` will always fill the buffer.
    
    Fixes #825
    AArnott committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    549d646 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #826 from dotnet/fix825

    Fix suboptimal incremental build due to faulty CompareFiles task
    AArnott authored Sep 25, 2022
    Configuration menu
    Copy the full SHA
    31365e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Configuration menu
    Copy the full SHA
    1a52de0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #851 from dotnet/depUpdates3.5

    Update NuGet.PackageManagement to 6.3.1
    AArnott authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    5d25f54 View commit details
    Browse the repository at this point in the history
Loading