Browse Source

Also added version append to update version info

CPKreuz 3 years ago
parent
commit
606344fa4a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      PixiEditor/ViewModels/SubViewModels/Main/UpdateViewModel.cs

+ 1 - 1
PixiEditor/ViewModels/SubViewModels/Main/UpdateViewModel.cs

@@ -42,7 +42,7 @@ namespace PixiEditor.ViewModels.SubViewModels.Main
                 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
                 }
             }
         }