Thanks to visit codestin.com
Credit goes to github.com

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: nunit/nunit3-vs-adapter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: V4.4.2
Choose a base ref
...
head repository: nunit/nunit3-vs-adapter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: V4.5.0
Choose a head ref
  • 8 commits
  • 12 files changed
  • 2 contributors

Commits on Mar 1, 2023

  1. Enginefix (#1073)

    * minor fixes to nuspec and update package for acceptance
    
    * Fixes for issues #1065 and #1066
    
    * updated version
    
    * removed local feed
    
    * updated to 4.4.2, removed refs to dependencymodel package
    OsirisTerje authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    e8b0621 View commit details
    Browse the repository at this point in the history
  2. Enginefix (#1074)

    * minor fixes to nuspec and update package for acceptance
    
    * Fixes for issues #1065 and #1066
    
    * updated version
    
    * removed local feed
    
    * updated to 4.4.2, removed refs to dependencymodel package
    
    * UPdate appveyor
    OsirisTerje authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    7a66b9b View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

  1. Configuration menu
    Copy the full SHA
    ea2ea94 View commit details
    Browse the repository at this point in the history
  2. Bump NUnit.Analyzers from 3.6.0 to 3.6.1 (#1077)

    Bumps [NUnit.Analyzers](https://github.com/nunit/nunit.analyzers) from 3.6.0 to 3.6.1.
    - [Release notes](https://github.com/nunit/nunit.analyzers/releases)
    - [Changelog](https://github.com/nunit/nunit.analyzers/blob/master/CHANGES.txt)
    - [Commits](nunit/nunit.analyzers@3.6.0...3.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: NUnit.Analyzers
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 19, 2023
    Configuration menu
    Copy the full SHA
    2ff5a82 View commit details
    Browse the repository at this point in the history
  3. Bump Microsoft.NET.Test.Sdk from 17.4.0 to 17.5.0 (#1059)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.4.0 to 17.5.0.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
    - [Commits](microsoft/vstest@v17.4.0...v17.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Terje Sandstrom <[email protected]>
    dependabot[bot] and OsirisTerje authored Mar 19, 2023
    Configuration menu
    Copy the full SHA
    7de2393 View commit details
    Browse the repository at this point in the history
  4. Bump actions/checkout from 3.3.0 to 3.4.0 (#1079)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.4.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3.3.0...v3.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Terje Sandstrom <[email protected]>
    dependabot[bot] and OsirisTerje authored Mar 19, 2023
    Configuration menu
    Copy the full SHA
    49c72b5 View commit details
    Browse the repository at this point in the history
  5. Bump NUnit3TestAdapter from 4.4.0 to 4.4.2 (#1075)

    Bumps [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter) from 4.4.0 to 4.4.2.
    - [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases)
    - [Commits](V4.4.0...V4.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: NUnit3TestAdapter
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Terje Sandstrom <[email protected]>
    dependabot[bot] and OsirisTerje authored Mar 19, 2023
    Configuration menu
    Copy the full SHA
    364f81e View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. 450alpha2 (#1095)

    * Added engine with fix for NUnit 4
    
    * Updated test projects
    
    * Updating to 4.5.0
    
    * commented out local nuget feed
    
    * resetting frameworks for test project
    
    * Updateing target frameworks
    
    * Fix for issue #1097
    OsirisTerje authored May 30, 2023
    Configuration menu
    Copy the full SHA
    7329666 View commit details
    Browse the repository at this point in the history
Loading