Skip to content

Commit 4b4e10e

Browse files
committed
Packaging: minor text correction
1 parent 7e3861e commit 4b4e10e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Libraries/SmartStore.Core/Packaging/PackageInstaller.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ protected PackageInfo InstallPackage(IPackage package, IPackageRepository packag
128128
Uninstall(package.Id, _virtualPathProvider.MapPath("~\\"));
129129
}
130130

131-
var msg = "The package is compatible with version {0} and above only. Please update SmartStore.NET or install another version of this package.".FormatInvariant(descriptor.MinAppVersion);
131+
var msg = "The package is not compatible the current app version {0}. Please update SmartStore.NET or install another version of this package.".FormatInvariant(SmartStoreVersion.CurrentFullVersion);
132132
_logger.Error(msg);
133133
throw new SmartException(msg);
134134
}

0 commit comments

Comments
 (0)