Skip to content

Commit

Permalink
Also added version append to update version info
Browse files Browse the repository at this point in the history
  • Loading branch information
CPKreu committed Dec 6, 2021
1 parent 72e72b7 commit 606344f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public bool UpdateReadyToInstall
RaisePropertyChanged(nameof(UpdateReadyToInstall));
if (value)
{
VersionText = $"to install update (current {UpdateChecker.CurrentVersionTag})"; // Button shows "Restart" before this text
VersionText = $"to install update (current {VersionHelpers.GetCurrentAssemblyVersionString()})"; // Button shows "Restart" before this text
}
}
}
Expand Down

0 comments on commit 606344f

Please sign in to comment.