diff --git a/aspnetcore/tutorials/getting-started-with-swashbuckle.md b/aspnetcore/tutorials/getting-started-with-swashbuckle.md index b5cdb5e6f0..9c7c9eb16e 100644 --- a/aspnetcore/tutorials/getting-started-with-swashbuckle.md +++ b/aspnetcore/tutorials/getting-started-with-swashbuckle.md @@ -33,7 +33,7 @@ Swashbuckle can be added with the following approaches: * Execute the following command: ```powershell - Install-Package Swashbuckle.AspNetCore -Version 5.0.0-rc4 + Install-Package Swashbuckle.AspNetCore -Version 5.0.0-rc5 ``` * From the **Manage NuGet Packages** dialog: