create Adding C.W. to Your Proj. and image.

master
Craig Oates 5 years ago
parent
commit
792bad5fd9
  1. 20
      Adding-Console.Waterworks-to-Your-Project.md
  2. BIN
      attachments/nuget-package-manager-screenshot.png

20
Adding-Console.Waterworks-to-Your-Project.md

@ -0,0 +1,20 @@
The are several ways to add Console.Waterworks (C.W.) to your project. You can do it via the Package-Manager Console or the G.U.I. -- both are in Visual Studio. Another way to add C.W. to your project is via the .Net CLI tool.
```powershell
// Make sure you use enter the version number you want.
// Package Manager Console
Install-Package Console.Waterworks -Version 1.0.0.2
// .Net CLI Tool
dotnet add package Console.Waterworks --version 1.0.0.2
```
If you are using the NuGet Package Manager in Visual Studio, you can search for C.W. and install it from there. If you do that, your Visual Studio should look similar to the image below.
![nuget package manager gui](attachments/nuget-package-manager-screenshot.png)
You can find more information about C.W. on NuGet's website. If you would like to do that, use the following links:
- [Console.Waterworks NuGet Profile](https://www.nuget.org/packages/Console.Waterworks/)

BIN
attachments/nuget-package-manager-screenshot.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

Loading…
Cancel
Save