Is there any archive somewhere to get previous release of EPiServer? I'm running 7.0.859.24 but I need to get 7.0.859.3 back. How do I do that?
If you're using NuGet to download EPiServer Nugets you can type the following in the Package Manager Console:
Install-Package EPiServer.CMS.Core -Version 7.0.859.3
Is there any archive somewhere to get previous release of EPiServer? I'm running 7.0.859.24 but I need to get 7.0.859.3 back. How do I do that?