Bump IntelliTect.Multitool from 1.5.3 to 2.0.0#59
Merged
github-actions[bot] merged 1 commit intoMar 2, 2026
Conversation
--- updated-dependencies: - dependency-name: IntelliTect.Multitool dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
intellitect-bot
pushed a commit
to IntelliTect/EssentialCSharp.Web
that referenced
this pull request
May 25, 2026
Updated [trx-to-vsplaylist](https://github.com/BenjaminMichaelis/VS.TestPlaylistTools) from 1.3.0 to 2.0.0. <details> <summary>Release notes</summary> _Sourced from [trx-to-vsplaylist's releases](https://github.com/BenjaminMichaelis/VS.TestPlaylistTools/releases)._ ## 2.0.0 ## Features - Support new version of [TrxLib](https://github.com/BenjaminMichaelis/TrxLib) - AOT compliance for the non-tool packages in BenjaminMichaelis/VS.TestPlaylistTools#79 - Self-contained tool packages for most major environments in BenjaminMichaelis/VS.TestPlaylistTools#78 ## Breaking changes - Combining VS Playlist v1 and v2 packages into one to reduce dependencies. ## What's Changed * Bump actions/download-artifact from 6 to 7 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#46 * Bump Microsoft.Extensions.FileSystemGlobbing from 10.0.0 to 10.0.1 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#48 * Bump System.CommandLine from 2.0.0 to 2.0.1 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#49 * Bump Microsoft.Extensions.FileSystemGlobbing from 10.0.1 to 10.0.2 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#50 * Bump System.CommandLine from 2.0.1 to 2.0.2 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#51 * Bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#47 * Bump Microsoft.SourceLink.GitHub from 8.0.0 to 10.0.102 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#52 * Bump Microsoft.Extensions.FileSystemGlobbing from 10.0.2 to 10.0.3 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#54 * Bump Microsoft.SourceLink.GitHub from 10.0.102 to 10.0.103 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#55 * Bump coverlet.collector from 6.0.4 to 8.0.0 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#53 * Bump System.CommandLine from 2.0.2 to 2.0.3 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#56 * Bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#57 * Bump IntelliTect.Multitool from 1.5.3 to 2.0.0 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#59 * Bump Microsoft.NET.Test.Sdk from 18.0.1 to 18.3.0 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#60 * Bump Microsoft.Extensions.FileSystemGlobbing from 10.0.3 to 10.0.5 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#61 * Bump Microsoft.SourceLink.GitHub from 10.0.103 to 10.0.201 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#62 * Bump System.CommandLine from 2.0.3 to 2.0.5 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#63 * Bump coverlet.collector from 8.0.0 to 8.0.1 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#64 * Bump fastify/github-action-merge-dependabot from 3.11.2 to 3.12.0 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#65 * Bump Microsoft.NET.Test.Sdk from 18.3.0 to 18.4.0 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#66 * Bump coverlet.collector from 8.0.1 to 10.0.0 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#67 * Bump Microsoft.Extensions.FileSystemGlobbing from 10.0.5 to 10.0.6 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#68 * Bump Microsoft.SourceLink.GitHub from 10.0.201 to 10.0.202 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#69 * Bump System.CommandLine from 2.0.5 to 2.0.6 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#70 * Bump Microsoft.Extensions.FileSystemGlobbing from 10.0.6 to 10.0.7 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#71 * Bump System.CommandLine from 2.0.6 to 2.0.7 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#73 * Bump Microsoft.SourceLink.GitHub from 10.0.202 to 10.0.203 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#72 * Bump Microsoft.NET.Test.Sdk from 18.4.0 to 18.5.1 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#74 * feat: consolidate V1Playlist and V2Playlist into VSTestPlaylistTools; API quality improvements by @BenjaminMichaelis in BenjaminMichaelis/VS.TestPlaylistTools#75 * Bump actions/download-artifact from 7 to 8 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#58 * feat: migrate deploy workflow to NuGet trusted publishing (OIDC) by @BenjaminMichaelis in BenjaminMichaelis/VS.TestPlaylistTools#76 * fix: Migrate solution file from .sln to .slnx format by @BenjaminMichaelis in BenjaminMichaelis/VS.TestPlaylistTools#77 * feat: package trx-to-vsplaylist as RID-specific self-contained tool by @BenjaminMichaelis in BenjaminMichaelis/VS.TestPlaylistTools#78 * docs: sync README content with current API and CLI by @BenjaminMichaelis in BenjaminMichaelis/VS.TestPlaylistTools#80 * docs: fix and expand README documentation by @BenjaminMichaelis in BenjaminMichaelis/VS.TestPlaylistTools#81 * Bump IntelliTect.Multitool from 2.0.0 to 2.1.0 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#83 * Bump Microsoft.SourceLink.GitHub from 10.0.203 to 10.0.300 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#85 * Bump Microsoft.Extensions.FileSystemGlobbing from 10.0.7 to 10.0.8 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#84 * Bump TrxLib from 0.0.3 to 1.0.0 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#87 * Bump coverlet.collector from 10.0.0 to 10.0.1 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#82 * Bump System.CommandLine from 2.0.7 to 2.0.8 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#86 ... (truncated) Commits viewable in [compare view](BenjaminMichaelis/VS.TestPlaylistTools@v1.3.0...v2.0.0). </details> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github-actions Bot
pushed a commit
to BenjaminMichaelis/DotnetTemplates
that referenced
this pull request
May 25, 2026
Updated [trx-to-vsplaylist](https://github.com/BenjaminMichaelis/VS.TestPlaylistTools) from 1.3.0 to 2.0.0. <details> <summary>Release notes</summary> _Sourced from [trx-to-vsplaylist's releases](https://github.com/BenjaminMichaelis/VS.TestPlaylistTools/releases)._ ## 2.0.0 ## Features - Support new version of [TrxLib](https://github.com/BenjaminMichaelis/TrxLib) - AOT compliance for the non-tool packages in BenjaminMichaelis/VS.TestPlaylistTools#79 - Self-contained tool packages for most major environments in BenjaminMichaelis/VS.TestPlaylistTools#78 ## Breaking changes - Combining VS Playlist v1 and v2 packages into one to reduce dependencies. ## What's Changed * Bump actions/download-artifact from 6 to 7 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#46 * Bump Microsoft.Extensions.FileSystemGlobbing from 10.0.0 to 10.0.1 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#48 * Bump System.CommandLine from 2.0.0 to 2.0.1 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#49 * Bump Microsoft.Extensions.FileSystemGlobbing from 10.0.1 to 10.0.2 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#50 * Bump System.CommandLine from 2.0.1 to 2.0.2 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#51 * Bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#47 * Bump Microsoft.SourceLink.GitHub from 8.0.0 to 10.0.102 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#52 * Bump Microsoft.Extensions.FileSystemGlobbing from 10.0.2 to 10.0.3 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#54 * Bump Microsoft.SourceLink.GitHub from 10.0.102 to 10.0.103 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#55 * Bump coverlet.collector from 6.0.4 to 8.0.0 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#53 * Bump System.CommandLine from 2.0.2 to 2.0.3 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#56 * Bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#57 * Bump IntelliTect.Multitool from 1.5.3 to 2.0.0 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#59 * Bump Microsoft.NET.Test.Sdk from 18.0.1 to 18.3.0 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#60 * Bump Microsoft.Extensions.FileSystemGlobbing from 10.0.3 to 10.0.5 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#61 * Bump Microsoft.SourceLink.GitHub from 10.0.103 to 10.0.201 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#62 * Bump System.CommandLine from 2.0.3 to 2.0.5 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#63 * Bump coverlet.collector from 8.0.0 to 8.0.1 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#64 * Bump fastify/github-action-merge-dependabot from 3.11.2 to 3.12.0 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#65 * Bump Microsoft.NET.Test.Sdk from 18.3.0 to 18.4.0 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#66 * Bump coverlet.collector from 8.0.1 to 10.0.0 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#67 * Bump Microsoft.Extensions.FileSystemGlobbing from 10.0.5 to 10.0.6 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#68 * Bump Microsoft.SourceLink.GitHub from 10.0.201 to 10.0.202 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#69 * Bump System.CommandLine from 2.0.5 to 2.0.6 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#70 * Bump Microsoft.Extensions.FileSystemGlobbing from 10.0.6 to 10.0.7 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#71 * Bump System.CommandLine from 2.0.6 to 2.0.7 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#73 * Bump Microsoft.SourceLink.GitHub from 10.0.202 to 10.0.203 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#72 * Bump Microsoft.NET.Test.Sdk from 18.4.0 to 18.5.1 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#74 * feat: consolidate V1Playlist and V2Playlist into VSTestPlaylistTools; API quality improvements by @BenjaminMichaelis in BenjaminMichaelis/VS.TestPlaylistTools#75 * Bump actions/download-artifact from 7 to 8 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#58 * feat: migrate deploy workflow to NuGet trusted publishing (OIDC) by @BenjaminMichaelis in BenjaminMichaelis/VS.TestPlaylistTools#76 * fix: Migrate solution file from .sln to .slnx format by @BenjaminMichaelis in BenjaminMichaelis/VS.TestPlaylistTools#77 * feat: package trx-to-vsplaylist as RID-specific self-contained tool by @BenjaminMichaelis in BenjaminMichaelis/VS.TestPlaylistTools#78 * docs: sync README content with current API and CLI by @BenjaminMichaelis in BenjaminMichaelis/VS.TestPlaylistTools#80 * docs: fix and expand README documentation by @BenjaminMichaelis in BenjaminMichaelis/VS.TestPlaylistTools#81 * Bump IntelliTect.Multitool from 2.0.0 to 2.1.0 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#83 * Bump Microsoft.SourceLink.GitHub from 10.0.203 to 10.0.300 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#85 * Bump Microsoft.Extensions.FileSystemGlobbing from 10.0.7 to 10.0.8 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#84 * Bump TrxLib from 0.0.3 to 1.0.0 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#87 * Bump coverlet.collector from 10.0.0 to 10.0.1 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#82 * Bump System.CommandLine from 2.0.7 to 2.0.8 by @dependabot[bot] in BenjaminMichaelis/VS.TestPlaylistTools#86 ... (truncated) Commits viewable in [compare view](BenjaminMichaelis/VS.TestPlaylistTools@v1.3.0...v2.0.0). </details> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated IntelliTect.Multitool from 1.5.3 to 2.0.0.
Release notes
Sourced from IntelliTect.Multitool's releases.
2.0.0
Breaking Changes
Fixes:
What's Changed
New Contributors
Full Changelog: IntelliTect/Multitool@v1.5.3...v1.5.4
Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)