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: GitTools/GitVersion
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0fd23d1
Choose a base ref
...
head repository: GitTools/GitVersion
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3021131
Choose a head ref
  • 8 commits
  • 15 files changed
  • 5 contributors

Commits on Aug 6, 2024

  1. move msbuild properties default evaluation to targets file

    This fix ensure that all properties used by these msbuild properties are
    set by the previouse evalitiuon before computing the default value.
    Louis Seubert committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    e0b8ac7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4142 from Louis9902/bugfix/msbuild_execution_error

    move msbuild properties default evaluation to targets file
    arturcic authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    0a2797f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b741c5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4145 from arturcic/main

    #4120 - update Breaking Changes
    arturcic authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    170d3d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Remove dependency on "git" cmdline

    This will simplify the publishing to winget
    arturcic committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    73c2433 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4147 from arturcic/main

    Remove dependency on "git" cmdline
    arturcic authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    ad76a5f View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. (deps): Bump NUnit.Analyzers

    Bumps the analyzers group with 1 update in the /src directory: [NUnit.Analyzers](https://github.com/nunit/nunit.analyzers).
    
    
    Updates `NUnit.Analyzers` from 4.2.0 to 4.3.0
    - [Release notes](https://github.com/nunit/nunit.analyzers/releases)
    - [Changelog](https://github.com/nunit/nunit.analyzers/blob/master/CHANGES.md)
    - [Commits](nunit/nunit.analyzers@4.2.0...4.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: NUnit.Analyzers
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: analyzers
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and arturcic committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    70ee4e0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4152 from GitTools/dependabot/nuget/src/analyzers…

    …-6e32ee7cee
    
    (deps): Bump NUnit.Analyzers from 4.2.0 to 4.3.0 in /src in the analyzers group across 1 directory
    mergify[bot] authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    3021131 View commit details
    Browse the repository at this point in the history
Loading