November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Hey Magnus, can you share how did you get it to work? I am getting the same error. Tried both install and update.
Install-Package EPiserver.CMS.Core -Version 7.0.586.24
Install-Package : Unable to find version '7.0.586.24' of package 'EPiserver.CMS.Core'.
At line:1 char:16
+ Install-Package <<<< EPiserver.CMS.Core -Version 7.0.586.24
+ CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
Hi.
In the package manager console I had to change to EpiServer in the dropdown. So there was actually no problem with the version, just needed the right feed selected.
Does this help you?
Was reading about patch 4 here: http://world.episerver.com/Articles/Items/EPiServer-7--Patch-4/ and tried both
Install-Package EPiServer.CMS.Core -Version 7.0.586.24 with error:
Install-Package : Unable to find version '7.0.586.24' of package 'EPiServer.CMS.Core'.
At line:1 char:16
+ Install-Package <<<< EPiServer.CMS.Core -Version 7.0.586.24
+ CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
Update-Package EPiServer.CMS.Core -Version 7.0.586.24 with message that there was nothing to upgrade.
So I guess I am doing it all wrong.
Is .24 the correct version? am I missing something in the command?
Thanks.