Installer updated to support 1.2.1 version upgrade

This commit is contained in:
feodor_fitsner 2012-02-06 16:49:32 -08:00
parent 6aa56903c5
commit 0838d93f59
5 changed files with 4 additions and 4 deletions

View file

@ -29,7 +29,7 @@ namespace WebsitePanel.Setup
public static new DialogResult Update(object obj)
{
return UpdateBase(obj, "1.2.0", "1.1.2", false, new InstallAction(ActionTypes.SwitchWebPortal2AspNet40));
return UpdateBase(obj, "1.2.0", "1.1.2,1.2.0", false, new InstallAction(ActionTypes.SwitchWebPortal2AspNet40));
}
}