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: v2.0.8
Choose a base ref
...
head repository: devlooped/ThisAssembly
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.9
Choose a head ref
  • 5 commits
  • 10 files changed
  • 2 contributors

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    a6d48ec View commit details
    Browse the repository at this point in the history
  2. Simplify ThisAssembly.Project dependencies

    It's now akin to AssemblyInfo/Git/Vsix, with no code in itself.
    kzu committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    86cc570 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. ⬆️ Bump files with dotnet-file sync

    # devlooped/SponsorLink
    
    - Bump the identity group across 2 directories with 1 update devlooped/SponsorLink@0d22f1e
    - Bump dependency  on JWT assembly to fix STJ vulnerability devlooped/SponsorLink@b7450e6
    - Unify JWT dependencies devlooped/SponsorLink@fb82cf3
    devlooped-bot authored and kzu committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    fe8efd0 View commit details
    Browse the repository at this point in the history
  2. Make sure project properties initialize after source control

    If source control information is supported, make sure we automatically take a dependency on InitializeSourceControlInformation.
    
    We take the chance to also rename the old property `InjectThisAssemblyProjectDependsOn` to `PrepareProjectPropertiesDependsOn` which aligns better with the new target.
    kzu committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    ec77de1 View commit details
    Browse the repository at this point in the history
  3. Preserve previously set PrepareProjectPropertiesDependsOn value

    When changing it.
    kzu committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    5bf19f3 View commit details
    Browse the repository at this point in the history
Loading