-
}
@code {
private bool _initialized = false;
+ private bool _downloaded = false;
private Package _package;
private bool _upgradeavailable = false;
private string _backup = "True";
@@ -125,6 +130,7 @@
ShowProgressIndicator();
await PackageService.DownloadPackageAsync(packageid, version);
await PackageService.DownloadPackageAsync(Constants.UpdaterPackageId, version);
+ _downloaded = true;
HideProgressIndicator();
AddModuleMessage(Localizer["Success.Framework.Download"], MessageType.Success);
}
diff --git a/Oqtane.Client/Resources/Modules/Admin/Upgrade/Index.resx b/Oqtane.Client/Resources/Modules/Admin/Upgrade/Index.resx
index e609f42a..a38e830c 100644
--- a/Oqtane.Client/Resources/Modules/Admin/Upgrade/Index.resx
+++ b/Oqtane.Client/Resources/Modules/Admin/Upgrade/Index.resx
@@ -124,7 +124,7 @@
Error Downloading Framework Package
- Upload a framework package and select Install to complete the installation
+ Upload A Framework Package (Oqtane.Framework.#.#.#.nupkg) And Then Select UpgradeFramework:
@@ -144,9 +144,6 @@
Framework Is Already Up To Date
-
- Upload A Framework Package (Oqtane.Framework.version.nupkg) And Then Select Upgrade
-
You Cannot Perform A System Update In A Development Environment
@@ -157,6 +154,6 @@
Backup Files?
- Specify if you want to backup files during the upgrade process. Disabling this option will result in a better experience in some environments.
+ Specify if you want to backup files during the upgrade process. Disabling this option will reduce the time required for the upgrade.
\ No newline at end of file