Installer updated to 2.1.0

This commit is contained in:
feodor_fitsner 2013-01-08 16:15:36 -08:00
parent 7c371f2804
commit 6fb6183004
6 changed files with 111 additions and 10 deletions

View file

@ -5,6 +5,17 @@ using System.Windows.Forms;
namespace WebsitePanel.Setup
{
/// <summary>
/// Release 2.1.0
/// </summary>
public class StandaloneServerSetup210 : StandaloneServerSetup
{
public static new object Install(object obj)
{
return StandaloneServerSetup.InstallBase(obj, minimalInstallerVersion: "2.0.0");
}
}
/// <summary>
/// Release 2.0.0
/// </summary>