This commit is contained in:
Virtuworks 2013-09-17 08:13:38 -04:00
commit 2be461e305
34 changed files with 8157 additions and 654 deletions

View file

@ -7,7 +7,7 @@ namespace WebsitePanel.EnterpriseServer.Base.Common
{
public class WebPlatformInstaller
{
public const string MAIN_FEED_URL = "https://www.microsoft.com/web/webpi/4.2/webproductlist.xml";
public const string ZOO_FEED = "http://www.helicontech.com/zoo/feed/wsp21";
public const string MAIN_FEED_URL = "http://www.microsoft.com/web/webpi/4.5/WebProductList.xml";
public const string ZOO_FEED = "http://www.helicontech.com/zoo/feed-wsp21.xml";
}
}