Adding references to ImageUltimate assemblies | ![]() |
Install NuGet package and add references automatically via NuGet Package Manager in Visual Studio: Go to Tools -> NuGet Package Manager -> Package Manager Console and run this command:
Install-Package GleamTech.ImageUltimate
If you prefer using the user interface when working with NuGet, you can also install the package this way:
Go to Tools -> NuGet Package Manager -> Manage NuGet Packages for Solution, select nuget.org or All in the Package source dropdown on the top right. Now enter GleamTech.ImageUltimate in the search field, and click Install button on the found package.
![]() |
---|
We also publish to our own NuGet feed as a backup in addition to official nuget.org site and if you want to install from there, run this command: Install-Package GleamTech.ImageUltimate -Source https://get.gleamtech.com/nuget/default/ If you prefer using the user interface when working with NuGet, you can also install the package this way:
|
Or right-click References of you project and click Add Reference...
In the Reference Manager window, browse and add GleamTech.Common.dll and GleamTech.ImageUltimate.dll found in "Bin\net40" or "Bin\netstandard2.0" folder of ImageUltimate-vX.X.X.X.zip package which you already downloaded and extracted.