From 2d4e0d1bbbcd08f1c316089018192bf4810781e0 Mon Sep 17 00:00:00 2001 From: Jimmy Lewis Date: Sat, 29 Nov 2025 00:47:30 -0800 Subject: [PATCH] Update Readme to include notes for MSBuild integration --- README.md | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index de6a92b4..2730bade 100644 --- a/README.md +++ b/README.md @@ -25,25 +25,19 @@ Install and consume 3rd-party client-side libraries with ease. - Very fast ## Installation -- Fully 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 IDE extensions. - - Select the Library Manager addin - - Click the Refresh button if the addin is not visible. - - Click Install… to install the addin. - - Restart Visual Studio for Mac. - - Please read the [LibMan support in Visual Studio for Mac blog post](https://lastexitcode.com/blog/2019/07/13/LibManSupportInVisualStudioMac8-1/) for more details +- IDE integration pre-installed with Visual Studio 2017 and newer - Available as a dotnet global tool - [Microsoft.Web.LibraryManager.Cli](https://www.nuget.org/packages/Microsoft.Web.LibraryManager.Cli/) +- MSBuild integration as a NuGet package - [Microsoft.Web.LibraryManager.Build](https://www.nuget.org/packages/Microsoft.Web.LibraryManager.Build) + ## Getting started -Right-click any web project in Solution Explorer and hit **Manage Client-side Libraries...**. +In Visual Studio, right-click any web project in Solution Explorer and hit **Manage Client-side Libraries...**. ![Context menu](art/context-menu-project.png) This will create a `libman.json` file in the root of the project. +Or with the CLI tool, run `libman init` to create a libman.json in the current folder. + ## libman.json ### Context menu