Installing to a project
StarMicronics.CloudPRNT-Utility is provided as a NuGet package, and can be installed via the Visual Studio NuGet UI, the nuget command line utility, or dotnet command line utility.
Warning
StarMicronics.CloudPRNT-Utility package uses the prerelease version of SixLabors.ImageSharp for image processing at this time and has been evaluated by V1.0.0-beta0007. Therefore the specification about image processing in API is possiblliy subject to change without notice. And if failed to install the StarMicronics.CloudPRNT-Utility, please install "SixLabors.ImageSharp" package by "Manage NuGet packages..."(check "including pre-release") at first.
Installing with Visual Studio
- In the "Solution Explorer" panel, right click on your project, and select "Manage NuGet packages..." to display the NuGet dialog.
- Click on "Browse"
- In the Search Area, type "StarMicronics.CloudPRNT-Utility" to locate the package.
- Select the version required (latest is recommended)
- Click "Install"
This will install the package, and its dependencies to your project. Provided you project meets the compatibility requirements for .NET Standard 2.0 (meaning it must be based on at least .NET Framework 4.6.1, or .NET Core 2.0 or later).
Installing with the dotnet command
Customers developing a .NET Core server or application may not be running Visual Studio, but have access to project management functions through the dotnet command line utility.
- Open a terminal, and 'cd' into the project folder (the folder in which the .csproj file exists for your project).
- use the dotnet command to add the package:
dotnet add package StarMicronics.CloudPRNT-Utility
This will install the API package and dependencies, provided your project is targeting a .NET implementation that is compatible with .NET Standard 2.0.