To install InedoLib from the command line, run the following command:
nuget install InedoLib -Version 950.2.1-ci.1 -Source https://proget.inedo.com/nuget/NuGetLibraries/v3/index.json
To install InedoLib from the Package Manager Console within Visual Studio, run the following command:
Install-Package InedoLib -Version 950.2.1-ci.1 -Source https://proget.inedo.com/nuget/NuGetLibraries/v3/index.json
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageReference Include="InedoLib" Version="950.2.1-ci.1" />
Common library for Inedo applications.