Commit d804a5b
authored
Bump trx-to-vsplaylist from 1.3.0 to 2.0.0 (#1154)
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>1 parent b30e901 commit d804a5b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments