From 6ecb9851ee19da9dca2ea981607f1108f8f4c4ad Mon Sep 17 00:00:00 2001 From: Doug Bunting <6431421+dougbu@users.noreply.github.com> Date: Fri, 19 Jul 2019 16:43:10 -0700 Subject: [PATCH] Improve Swashbuckle.AspNetCore installation instructions (#13408) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Many thanks to @LouisT123 for pointing out the issueā¯• --- aspnetcore/tutorials/getting-started-with-swashbuckle.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/aspnetcore/tutorials/getting-started-with-swashbuckle.md b/aspnetcore/tutorials/getting-started-with-swashbuckle.md index 55d0674659..a6f3a99d7e 100644 --- a/aspnetcore/tutorials/getting-started-with-swashbuckle.md +++ b/aspnetcore/tutorials/getting-started-with-swashbuckle.md @@ -39,15 +39,17 @@ Swashbuckle can be added with the following approaches: * From the **Manage NuGet Packages** dialog: * Right-click the project in **Solution Explorer** > **Manage NuGet Packages** * Set the **Package source** to "nuget.org" + * Ensure the "Include prerelease" option is enabled * Enter "Swashbuckle.AspNetCore" in the search box - * Select the "Swashbuckle.AspNetCore" package from the **Browse** tab and click **Install** + * Select the latest "Swashbuckle.AspNetCore" package from the **Browse** tab and click **Install** ### [Visual Studio for Mac](#tab/visual-studio-mac) * Right-click the *Packages* folder in **Solution Pad** > **Add Packages...** * Set the **Add Packages** window's **Source** drop-down to "nuget.org" +* Ensure the "Show pre-release packages" option is enabled * Enter "Swashbuckle.AspNetCore" in the search box -* Select the "Swashbuckle.AspNetCore" package from the results pane and click **Add Package** +* Select the latest "Swashbuckle.AspNetCore" package from the results pane and click **Add Package** ### [Visual Studio Code](#tab/visual-studio-code)