I have my custom nuget-repository. There several versions of a package in it:
MyLib.0.1.0-SNAPSHOT-123110
MyLib.0.1.0-SNAPSHOT-123115
In some my project I have installed version 0.1.0-SNAPSHOT-123115 of MyLib package.
Then a new version of the package appears in the repository - MyLib.0.1.0-SNAPSHOT-123122
I open Manage NuGet Packages dialog in VS and go to 'Updates' tab. But there are no any update there.
'Include Prerelease' combo is selected indeed.
If I go to 'Online' tab I do see the new version and can install it.
I also can go to Package Manager Console and issue:
Update-Package -IncludePrerelease -Id 'MyLib'
But Updates in VS should also work.
NuGet version is 2.2.31210.9045
VS 2012.
Win7 x64
Comments: You also need to get the latest NuGet.Server (v 2.5) for this to work.
MyLib.0.1.0-SNAPSHOT-123110
MyLib.0.1.0-SNAPSHOT-123115
In some my project I have installed version 0.1.0-SNAPSHOT-123115 of MyLib package.
Then a new version of the package appears in the repository - MyLib.0.1.0-SNAPSHOT-123122
I open Manage NuGet Packages dialog in VS and go to 'Updates' tab. But there are no any update there.
'Include Prerelease' combo is selected indeed.
If I go to 'Online' tab I do see the new version and can install it.
I also can go to Package Manager Console and issue:
Update-Package -IncludePrerelease -Id 'MyLib'
But Updates in VS should also work.
NuGet version is 2.2.31210.9045
VS 2012.
Win7 x64
Comments: You also need to get the latest NuGet.Server (v 2.5) for this to work.