Change IInteropFunctions.ReleaseIdentifier to ReleaseIdString
This commit is contained in:
parent
64d080336c
commit
607cd07b74
6 changed files with 6 additions and 6 deletions
|
|
@ -26,7 +26,7 @@ namespace WindowsConfigApp
|
|||
|
||||
public bool CanUpgrade => true;
|
||||
|
||||
public string ReleaseIdentifier => AppScaffolding.LibationScaffolding.ReleaseIdentifier.ToString();
|
||||
public string ReleaseIdString => AppScaffolding.LibationScaffolding.ReleaseIdentifier.ToString();
|
||||
|
||||
public void InstallUpgrade(string upgradeBundle)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue