Ability to change main WPI (Microsoft) feed url in System Settings.
This commit is contained in:
parent
815519b650
commit
54c8438ece
14 changed files with 122 additions and 1041 deletions
|
@ -0,0 +1,13 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
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/wsp4";
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue