github MiranoVerhoef/BeszelAgentManager 4.0.2
V4.0.2

latest release: 4.0.3
pre-release3 hours ago

Summary

  • rename Download manager to Update Manager
  • make the post-update relauncher wait until the installed EXE reports the selected target version
  • replace manager files with ignoreversion so same-version hotfix/repair installs cannot leave stale DLLs behind

Root cause

The manager update flow started the silent installer and then relaunched after a fixed delay. On slower systems this could reopen the old manager before the installer had finished replacing files, making the update appear successful while the old version was still running. A later force reinstall worked because it forced the replacement path again.

Validation

  • dotnet build .\BeszelAgentManager.sln -c Release
  • dotnet test .\BeszelAgentManager.sln -c Release --no-build
  • verified WinUI and helper EXE file versions are 4.0.2.0

Don't miss a new BeszelAgentManager release

NewReleases is sending notifications on new releases.