From 66aeb44d9da22f1d2094c04100c2921291412dc6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 9 Jul 2025 02:01:55 +0000 Subject: [PATCH 1/4] Update dependencies from https://github.com/dotnet/command-line-api build 20250708.2 System.CommandLine From Version 2.0.0-beta7.25353.2 -> To Version 2.0.0-beta7.25358.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bd90d64abb0..68c4e5a483e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -12,9 +12,9 @@ https://github.com/dotnet/diagnostics c3c57bbd7ce6950087b2e99be7a1a1170cf94923 - + https://github.com/dotnet/command-line-api - d9bee5fddf7de066002c13adcb5ecdfc566d83d0 + 0c37e9e6823c3a71f7710f9ef660ed40618390c2 diff --git a/eng/Versions.props b/eng/Versions.props index aa7a0b0279b..91be4753f00 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 9.0.1 9.0.1-rtm.24610.9 - 2.0.0-beta7.25353.2 + 2.0.0-beta7.25358.2 9.0.0-preview.25362.1 9.0.0-preview.25362.1 From 5cc6d2fff1bdaa0f73d8f30692ffae2fd2095e43 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 10 Jul 2025 02:02:14 +0000 Subject: [PATCH 2/4] Update dependencies from https://github.com/dotnet/command-line-api build 20250709.1 System.CommandLine From Version 2.0.0-beta7.25353.2 -> To Version 2.0.0-beta7.25359.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 68c4e5a483e..4c0762ea392 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -12,9 +12,9 @@ https://github.com/dotnet/diagnostics c3c57bbd7ce6950087b2e99be7a1a1170cf94923 - + https://github.com/dotnet/command-line-api - 0c37e9e6823c3a71f7710f9ef660ed40618390c2 + 12473cd29fac1b9070c71ed8f5a43cada6872905 diff --git a/eng/Versions.props b/eng/Versions.props index 91be4753f00..c17eb63bcf9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 9.0.1 9.0.1-rtm.24610.9 - 2.0.0-beta7.25358.2 + 2.0.0-beta7.25359.1 9.0.0-preview.25362.1 9.0.0-preview.25362.1 From aff8043aebaab6397d698b753c2681c563bdef79 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 16 Jul 2025 02:01:43 +0000 Subject: [PATCH 3/4] Update dependencies from https://github.com/dotnet/command-line-api build 20250715.1 System.CommandLine From Version 2.0.0-beta7.25353.2 -> To Version 2.0.0-beta7.25365.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4c0762ea392..98fe30276f6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -12,9 +12,9 @@ https://github.com/dotnet/diagnostics c3c57bbd7ce6950087b2e99be7a1a1170cf94923 - + https://github.com/dotnet/command-line-api - 12473cd29fac1b9070c71ed8f5a43cada6872905 + dbc3781d3398b69cd9ffe24f60a7b77110bdadbf diff --git a/eng/Versions.props b/eng/Versions.props index c17eb63bcf9..fd942e206b3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 9.0.1 9.0.1-rtm.24610.9 - 2.0.0-beta7.25359.1 + 2.0.0-beta7.25365.1 9.0.0-preview.25362.1 9.0.0-preview.25362.1 From 72972e7eb20cc6764ecd12a986a51bb1b95e73d9 Mon Sep 17 00:00:00 2001 From: Wiktor Kopec Date: Mon, 21 Jul 2025 13:37:16 -0700 Subject: [PATCH 4/4] Fixup command line --- src/Tools/dotnet-monitor/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tools/dotnet-monitor/Program.cs b/src/Tools/dotnet-monitor/Program.cs index 2547446eba4..3a9b7b1f0b9 100644 --- a/src/Tools/dotnet-monitor/Program.cs +++ b/src/Tools/dotnet-monitor/Program.cs @@ -27,7 +27,7 @@ private static Command GenerateApiKeyCommand() GenerateApiKeyCommandHandler.Invoke( result.GetValue(OutputOption), result.GetValue(ExpirationOption), - result.Configuration.Output); + result.InvocationConfiguration.Output); }); return command;