From 8327260cc9b1d58b08167b8b6c21b7b25c593465 Mon Sep 17 00:00:00 2001 From: Devin Breshears Date: Thu, 9 Apr 2026 11:34:45 -0700 Subject: [PATCH 1/2] Update installation instructions in README.md Troubleshooting PR build trigger and check --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de6a92b4..4c0b5b84 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Install and consume 3rd-party client-side libraries with ease. - Very fast ## Installation -- Fully integrated into Visual Studio 2017 and newer +- Integrated into Visual Studio 2017 and newer - Available as an add-in for Visual Studio for Mac - From the main menu, open the Extensions Manager dialog. - Select the Gallery tab. From cba8a93e1884e5683f54525f6fc11c943d48256a Mon Sep 17 00:00:00 2001 From: Devin Breshears Date: Thu, 9 Apr 2026 11:38:04 -0700 Subject: [PATCH 2/2] Remove blank line in InitCommand.cs --- src/libman/Commands/InitCommand.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libman/Commands/InitCommand.cs b/src/libman/Commands/InitCommand.cs index 12fea84a..4e6f6d92 100644 --- a/src/libman/Commands/InitCommand.cs +++ b/src/libman/Commands/InitCommand.cs @@ -34,7 +34,6 @@ public InitCommand(IHostEnvironment hostEnvironment, bool throwOnUnexpectedArg = /// public CommandOption UseDefault { get; private set; } - public override BaseCommand Configure(CommandLineApplication parent) { base.Configure(parent);