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.14
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.1.0-beta
Choose a head ref
  • 13 commits
  • 97 files changed
  • 4 contributors

Commits on Apr 30, 2025

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

Commits on May 17, 2025

  1. ⬆️ Bump files with dotnet-file sync

    # devlooped/SponsorLink
    
    - Fix version/override for CPV devlooped/SponsorLink@8a40822
    - Bump JWT also in samples devlooped/SponsorLink@e8ec200
    devlooped-bot authored and kzu committed May 17, 2025
    Configuration menu
    Copy the full SHA
    66f1067 View commit details
    Browse the repository at this point in the history
  2. Bump xunit.runner.visualstudio from 3.0.2 to 3.1.0 in the tests group

    Bumps the tests group with 1 update: [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit).
    
    
    Updates `xunit.runner.visualstudio` from 3.0.2 to 3.1.0
    - [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
    - [Commits](xunit/visualstudio.xunit@3.0.2...3.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: xunit.runner.visualstudio
      dependency-version: 3.1.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: tests
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and kzu committed May 17, 2025
    Configuration menu
    Copy the full SHA
    2c3d937 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2025

  1. Bump the identity group with 3 updates

    Bumps the identity group with 3 updates: Microsoft.CSharp, [Microsoft.IdentityModel.JsonWebTokens](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) and System.Threading.Tasks.Extensions.
    
    
    Updates `Microsoft.CSharp` from 4.7.0 to 4.5.0
    
    Updates `Microsoft.IdentityModel.JsonWebTokens` from 8.8.0 to 8.9.0
    - [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases)
    - [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md)
    - [Commits](AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@8.8.0...8.9.0)
    
    Updates `System.Threading.Tasks.Extensions` from 4.5.4 to 4.5.4
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.CSharp
      dependency-version: 4.5.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: identity
    - dependency-name: Microsoft.IdentityModel.JsonWebTokens
      dependency-version: 8.9.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: identity
    - dependency-name: System.Threading.Tasks.Extensions
      dependency-version: 4.5.4
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: identity
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and kzu committed May 19, 2025
    Configuration menu
    Copy the full SHA
    02257f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2025

  1. Migrate to SLNX solution format

    kzu committed Oct 15, 2025
    Configuration menu
    Copy the full SHA
    9c5620b View commit details
    Browse the repository at this point in the history
  2. Bump ILRepack from 2.0.37 to 2.0.41

    Bumps [ILRepack](https://github.com/gluck/il-repack) from 2.0.37 to 2.0.41.
    - [Release notes](https://github.com/gluck/il-repack/releases)
    - [Changelog](https://github.com/gluck/il-repack/blob/master/CHANGELOG.md)
    - [Commits](gluck/il-repack@2.0.37...2.0.41)
    
    ---
    updated-dependencies:
    - dependency-name: ILRepack
      dependency-version: 2.0.41
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and kzu committed Oct 15, 2025
    Configuration menu
    Copy the full SHA
    9ef2cb0 View commit details
    Browse the repository at this point in the history
  3. Bump System.Threading.Tasks.Extensions in the system group

    Bumps the system group with 1 update: [System.Threading.Tasks.Extensions](https://github.com/dotnet/maintenance-packages).
    
    
    Updates `System.Threading.Tasks.Extensions` from 4.5.4 to 4.6.3
    - [Release notes](https://github.com/dotnet/maintenance-packages/releases)
    - [Commits](https://github.com/dotnet/maintenance-packages/commits)
    
    ---
    updated-dependencies:
    - dependency-name: System.Threading.Tasks.Extensions
      dependency-version: 4.6.3
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: system
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and kzu committed Oct 15, 2025
    Configuration menu
    Copy the full SHA
    a6769ec View commit details
    Browse the repository at this point in the history
  4. ⬆️ Bump files with dotnet-file sync

    # devlooped/oss
    
    - Switch to dotnet-env for .NET SDK setup devlooped/oss@56c2b85
    - Improve default Product metadata, remove .git from user-facing URLs devlooped/oss@4339749
    - Use GH_TOKEN if available for PR devlooped/oss@77e83f2
    - Ignore slnx file format too devlooped/oss@68b409c
    - Revert indent size for project files devlooped/oss@a62c459
    - Fix error message quotes in includes.yml devlooped/oss@26e8cb7
    - Ignore .env files recursively devlooped/oss@3776526
    - Group MEAI packages together devlooped/oss@e733294
    - Add Company MSBuild property by default devlooped/oss@c509be4
    devlooped-bot authored and kzu committed Oct 15, 2025
    Configuration menu
    Copy the full SHA
    cc36c96 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2025

  1. Configuration menu
    Copy the full SHA
    7ab64af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed2f6b7 View commit details
    Browse the repository at this point in the history
  3. Update dotnet versions

    kzu committed Oct 16, 2025
    Configuration menu
    Copy the full SHA
    3a20602 View commit details
    Browse the repository at this point in the history
  4. +Mᐁ includes

    devlooped-bot authored and kzu committed Oct 16, 2025
    Configuration menu
    Copy the full SHA
    30319b7 View commit details
    Browse the repository at this point in the history
  5. Bump the tests group with 2 updates

    Bumps Microsoft.NET.Test.Sdk from 17.13.0 to 18.0.0
    Bumps xunit.runner.visualstudio from 3.1.0 to 3.1.5
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-version: 18.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: tests
    - dependency-name: xunit.runner.visualstudio
      dependency-version: 3.1.5
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: tests
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and kzu committed Oct 16, 2025
    Configuration menu
    Copy the full SHA
    3d34cf8 View commit details
    Browse the repository at this point in the history
Loading