To install PerfectXL.Tools from the command line, run the following command:
nuget install PerfectXL.Tools -Version 0.7.0 -Source https://nuget.perfectxl.com/nuget/default/
To install PerfectXL.Tools from the Package Manager Console within Visual Studio, run the following command:
Install-Package PerfectXL.Tools -Version 0.7.0 -Source https://nuget.perfectxl.com/nuget/default/
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageReference Include="PerfectXL.Tools" Version="0.7.0" />