update wpi feed url to v 4.0
This commit is contained in:
parent
5d88284609
commit
54d9bb207b
5 changed files with 14 additions and 6 deletions
|
@ -60,7 +60,8 @@ namespace WebsitePanel.Server.Code
|
|||
|
||||
private readonly List<string> _feeds;
|
||||
private string _webPIinstallersFolder;
|
||||
private const string MainWpiFeed = "https://www.microsoft.com/web/webpi/3.0/webproductlist.xml";
|
||||
//private const string MainWpiFeed = "https://www.microsoft.com/web/webpi/3.0/webproductlist.xml";
|
||||
private const string MainWpiFeed = "https://www.microsoft.com/web/webpi/4.0/WebProductList.xml";
|
||||
private const string IisChoiceProduct = "StaticContent";
|
||||
private const string WebMatrixChoiceProduct = "WebMatrix";
|
||||
private ProductManager _productManager;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue