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: reactiveui/splat
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 13.1.10
Choose a base ref
...
head repository: reactiveui/splat
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 13.1.22
Choose a head ref
  • 12 commits
  • 15 files changed
  • 7 contributors

Commits on Sep 14, 2021

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

Commits on Sep 24, 2021

  1. add maui check (#776)

    this is to try resolve the openjdk build failure
    dpvreony authored Sep 24, 2021
    Configuration menu
    Copy the full SHA
    066e639 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump actions/setup-dotnet from 1.8.1 to 1.8.2 (#770)

    Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1.8.1 to 1.8.2.
    - [Release notes](https://github.com/actions/setup-dotnet/releases)
    - [Commits](actions/setup-dotnet@v1.8.1...v1.8.2)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-dotnet
      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>
    dependabot[bot] authored Sep 24, 2021
    Configuration menu
    Copy the full SHA
    996c418 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump DiffEngine from 7.2.1 to 7.3.0 in /src (#775)

    Bumps [DiffEngine](https://github.com/VerifyTests/DiffEngine) from 7.2.1 to 7.3.0.
    - [Release notes](https://github.com/VerifyTests/DiffEngine/releases)
    - [Commits](https://github.com/VerifyTests/DiffEngine/commits/7.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: DiffEngine
      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 Sep 24, 2021
    Configuration menu
    Copy the full SHA
    d1d322b View commit details
    Browse the repository at this point in the history
  4. build(deps): bump Nerdbank.GitVersioning from 3.4.231 to 3.4.240 in /…

    …src (#774)
    
    Bumps [Nerdbank.GitVersioning](https://github.com/dotnet/Nerdbank.GitVersioning) from 3.4.231 to 3.4.240.
    - [Release notes](https://github.com/dotnet/Nerdbank.GitVersioning/releases)
    - [Commits](dotnet/Nerdbank.GitVersioning@v3.4.231...v3.4.240)
    
    ---
    updated-dependencies:
    - dependency-name: Nerdbank.GitVersioning
      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>
    dependabot[bot] authored Sep 24, 2021
    Configuration menu
    Copy the full SHA
    7623e77 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Add support for reproducible builds (#778)

    * Add support for reproducible builds
    
    * Only put it on non-test projects
    clairernovotny authored Sep 29, 2021
    Configuration menu
    Copy the full SHA
    cd2cbb8 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Configuration menu
    Copy the full SHA
    a502b59 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump DiffEngine from 7.3.0 to 8.0.0 in /src (#777)

    Bumps [DiffEngine](https://github.com/VerifyTests/DiffEngine) from 7.3.0 to 8.0.0.
    - [Release notes](https://github.com/VerifyTests/DiffEngine/releases)
    - [Commits](VerifyTests/DiffEngine@7.3.0...8.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: DiffEngine
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 30, 2021
    Configuration menu
    Copy the full SHA
    fc5506f View commit details
    Browse the repository at this point in the history
  3. housekeeping: Contributing documentation branch conventions updated (#…

    …782)
    
    * #780 update branches names in splat contributing
    
    removed references to master and develop
    
    * #780 removed a reference to develop branch
    dpvreony authored Sep 30, 2021
    Configuration menu
    Copy the full SHA
    b88147a View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. Configuration menu
    Copy the full SHA
    beccc78 View commit details
    Browse the repository at this point in the history
  2. housekeeping: move to using Verify (#781)

    * move to using Verify
    
    * use scrubbing
    
    * rename snapshots
    
    * rename snapshots
    
    * apply verify to drawing api test
    
    * fix method name
    
    * Update Splat.Drawing.csproj
    
    * remove regex
    SimonCropp authored Oct 1, 2021
    Configuration menu
    Copy the full SHA
    5e82105 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d71493 View commit details
    Browse the repository at this point in the history
Loading