create Add S.B.B. to Your Project page.

master
Craig Oates 5 years ago
parent
commit
19ec17b545
  1. 19
      Add-Smouldering-Beach-Ball-to-Your-Project.md

19
Add-Smouldering-Beach-Ball-to-Your-Project.md

@ -0,0 +1,19 @@
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;
```f#
// 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;
```f#
// 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](https://www.nuget.org/packages/SmoulderingBeachBall/)
IMAGE OF VISUAL STUDIO PACKAGE MANAGER GUI
Loading…
Cancel
Save