4 Add Smouldering Beach Ball to Your Project
Craig Oates edited this page 4 years ago

Because SmoulderingBeachBall (S.B.B.) is a .Net Standard 2.0 library, you can use it in traditional .Net and .Net Core projects. To add it your project (as a NuGet) enter the following command into your package manager console:

// Make sure you enter the version you want.
PM> Install-Package SmoulderingBeachBall -Version 1.0.0.2

If you are using the DotNet CLI, you can use the following command:

// Again, make sure you enter the version you want.
dotnet add package SmoulderingBeachBall --version 1.0.0

If you are using Visual Studio, you can search for the package with the Package Manager. If you would like to see a list of available versions and do not have access to the graphical user interface (G.U.I.), you can visit S.B.B's NuGet package. You can do that by clicking the following link:

Smouldering Beach Ball NuGet Profile

visual studio package manager g.u.i.