Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion src/libman/Commands/InitCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ public InitCommand(IHostEnvironment hostEnvironment, bool throwOnUnexpectedArg =
/// </summary>
public CommandOption UseDefault { get; private set; }


public override BaseCommand Configure(CommandLineApplication parent)
{
base.Configure(parent);
Expand Down