allow for multiple upgrade classes

This commit is contained in:
Shaun Walker
2022-04-01 18:06:59 -04:00
parent fc12903cfd
commit 2ba1a95c8d
2 changed files with 28 additions and 37 deletions

View File

@ -12,7 +12,7 @@ namespace Oqtane.Infrastructure
switch (alias.Name)
{
case "localhost:44357":
// return the list of official release versions for the specific site
// return the comma delimited list of official release versions for the specific site
versions = "1.0.0";
break;
}
@ -25,6 +25,7 @@ namespace Oqtane.Infrastructure
switch (alias.Name)
{
case "localhost:44357":
// the version cases should match the list of versions returned above
switch (version)
{
case "1.0.0":