adds better err message

This commit is contained in:
Shannon
2017-04-26 15:00:49 +10:00
parent b183f452d2
commit d78cd42797
@@ -46,7 +46,7 @@
if (packageDetails == null)
{
throw new InvalidOperationException("No package found with id " + Project.ProjectGuid);
throw new InvalidOperationException("No package found with id " + Project.ProjectGuid + " or the project is not compatible with your Umbraco version");
}
int currentReleaseFile = 0;