Installer updated to support 1.2.1 version upgrade
This commit is contained in:
parent
6aa56903c5
commit
0838d93f59
5 changed files with 4 additions and 4 deletions
|
@ -29,7 +29,7 @@ namespace WebsitePanel.Setup
|
|||
|
||||
public static new DialogResult Update(object obj)
|
||||
{
|
||||
return UpdateBase(obj, "1.2.0", "1.1.2", true, new InstallAction(ActionTypes.SwitchEntServer2AspNet40));
|
||||
return UpdateBase(obj, "1.2.0", "1.1.2,1.2.0", true, new InstallAction(ActionTypes.SwitchEntServer2AspNet40));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue