Change IInteropFunctions.ReleaseIdentifier to ReleaseIdString

This commit is contained in:
Mbucari 2023-05-19 12:08:22 -06:00
parent 64d080336c
commit 607cd07b74
6 changed files with 6 additions and 6 deletions

View file

@ -16,7 +16,7 @@ namespace LibationFileManager
Process RunAsRoot(string exe, string args);
void InstallUpgrade(string upgradeBundle);
bool CanUpgrade { get; }
string ReleaseIdentifier { get; }
string ReleaseIdString { get; }
}
public class WebViewNavigationEventArgs : EventArgs