From 497c89a7e3952575ae8bc67b56cd9a0ecb3b6857 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 7 Oct 2022 23:52:17 +0000 Subject: [PATCH 1/2] Update dependencies from https://github.com/dotnet/command-line-api build 20221004.1 Microsoft.SourceBuild.Intermediate.command-line-api , System.CommandLine From Version 0.1.340201 -> To Version 0.1.350401 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9c442f05bec7..ebd03cb66e49 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -255,13 +255,13 @@ 846a766f73caa82608db6fee9f2860004298449f - + https://github.com/dotnet/command-line-api - 4b605851d45131db2374ba711f2443040521d702 + c776cd4e906b669b9cce1017fee7d0ba9845d163 - + https://github.com/dotnet/command-line-api - 4b605851d45131db2374ba711f2443040521d702 + c776cd4e906b669b9cce1017fee7d0ba9845d163 diff --git a/eng/Versions.props b/eng/Versions.props index b5919bc43992..095a5c864ac7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,7 +43,7 @@ 6.0.0 7.0.0-rtm.22507.1 4.6.0 - 2.0.0-beta4.22402.1 + 2.0.0-beta4.22504.1 1.0.0-preview5.1.22263.1 3.0.4496 From 0550aba4fae9a3c10eb72cda6b36d4647b04def8 Mon Sep 17 00:00:00 2001 From: Chet Husk Date: Mon, 10 Oct 2022 17:19:34 -0500 Subject: [PATCH 2/2] update test baseline because argument rendering is no longer forced to be optional --- .../DotnetNewHelpTests.CanShowHelp_Install_common.verified.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tests/dotnet-new.Tests/Approvals/DotnetNewHelpTests.CanShowHelp_Install_common.verified.txt b/src/Tests/dotnet-new.Tests/Approvals/DotnetNewHelpTests.CanShowHelp_Install_common.verified.txt index 159c7f7db73e..2851f1c56518 100644 --- a/src/Tests/dotnet-new.Tests/Approvals/DotnetNewHelpTests.CanShowHelp_Install_common.verified.txt +++ b/src/Tests/dotnet-new.Tests/Approvals/DotnetNewHelpTests.CanShowHelp_Install_common.verified.txt @@ -2,7 +2,7 @@ Installs a template package. Usage: - dotnet new install [...] [options] + dotnet new install ... [options] Arguments: NuGet package ID or path to folder or NuGet package to install.