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: ardalis/CleanArchitecture
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8
Choose a base ref
...
head repository: ardalis/CleanArchitecture
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9
Choose a head ref
  • 11 commits
  • 13 files changed
  • 4 contributors

Commits on Jul 25, 2023

  1. adding more tags

    ardalis committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    3a03bed View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Bump FluentAssertions from 6.11.0 to 6.12.0 (#589)

    Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 6.11.0 to 6.12.0.
    - [Release notes](https://github.com/fluentassertions/fluentassertions/releases)
    - [Changelog](https://github.com/fluentassertions/fluentassertions/blob/develop/AcceptApiChanges.ps1)
    - [Commits](fluentassertions/fluentassertions@6.11.0...6.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: FluentAssertions
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    8e5114a View commit details
    Browse the repository at this point in the history
  2. Bump Microsoft.NET.Test.Sdk from 17.7.0 to 17.7.1 (#587)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.0 to 17.7.1.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
    - [Commits](microsoft/vstest@v17.7.0...v17.7.1)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Steve Smith <steve@kentsmiths.com>
    dependabot[bot] and ardalis authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    8980ee6 View commit details
    Browse the repository at this point in the history
  3. Bump Microsoft.VisualStudio.Web.CodeGeneration.Design (#588)

    Bumps [Microsoft.VisualStudio.Web.CodeGeneration.Design](https://github.com/dotnet/Scaffolding) from 7.0.8 to 7.0.9.
    - [Release notes](https://github.com/dotnet/Scaffolding/releases)
    - [Commits](https://github.com/dotnet/Scaffolding/commits)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.VisualStudio.Web.CodeGeneration.Design
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Steve Smith <steve@kentsmiths.com>
    dependabot[bot] and ardalis authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    f52ebf7 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    d6465b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Add Code of Conduct

    ardalis committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    88f32d7 View commit details
    Browse the repository at this point in the history
  2. Adding Contributing

    ardalis committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    d9c8f55 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    d6c7239 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Upgrade to .NET 8 (#613)

    * Upgrade .NET target only
    
    * Change all places where net7.0 is used
    
    * Upgrade .NET related packages
    KonH authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    60891e3 View commit details
    Browse the repository at this point in the history
  2. Update packages

    ardalis committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    c9ca763 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3e8493 View commit details
    Browse the repository at this point in the history
Loading