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: devlooped/ThisAssembly
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.5
Choose a base ref
...
head repository: devlooped/ThisAssembly
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.6
Choose a head ref
  • 9 commits
  • 13 files changed
  • 3 contributors

Commits on Jan 30, 2021

  1. 🖆 Apply kzu/oss template via dotnet-file

    Get fix for pushing changelog to main w/protected branch
    kzu committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    918ab92 View commit details
    Browse the repository at this point in the history
  2. 🖉 Update changelog with feature/changelog

    github-actions committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    7bccdf2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc60ecc View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Configuration menu
    Copy the full SHA
    dc53159 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6edc4e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c517e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Fix version comparison and use built-in property

    The existing code would always fail the comparison becuase it was not done numerically, but as a string, resulting in 16.10 being smaller than 16.8. We fix it by parsing the full `MSBuildVersion` as a vesion instead, and comparing it to the minimum version (16.8) also parsed as a `Version` object.
    
    Fixes #50
    kzu committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    cb21dfa View commit details
    Browse the repository at this point in the history
Loading