1
This package has been deleted from the gallery. It is no longer available for install/restore.
Problem reported by AHMED A - 4/23/2017 at 8:42 AM
Resolved
http://imgur.com/a/S6eM8
 
http://imgur.com/a/S8CDG

1 Reply

Reply to Thread
0
Cem Alacayir Replied
Employee Post
Yes, the packages are unavailable on nuget.org but fortunately we have been setting up a custom NuGet server (GleamTech NuGet). For example, DocumentUltimate is now here:
 

Go to Tools -> NuGet Package Manager -> Package Manager Console and run this command:

Install-Package DocumentUltimate -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:

  1. GleamTech has its own NuGet feed so first you need to add this feed to be able to find GleamTech's packages. Go to Tools -> NuGet Package Manager -> Package Manager Settings and then click the + button to add a new package source. Enter GleamTech in Name field and https://get.gleamtech.com/nuget/default/ in Source field and click OK.

  2. Go to Tools -> NuGet Package Manager -> Manage NuGet Packages for Solution, select GleamTech or All in the Package source dropdown on the top right. Now enter DocumentUltimate in the search field, and click Install button on the found package.

Reply to Thread