You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UpdateCheck must handle when module is newer than published version (#204)
Publishing a new version to PowerShellGallery happens a few hours after
the version is updated in GitHub. This edge-case meant that someone
in this state would have been told that the older published version was
newer than the version that they were currently using.
Write-Log"[$moduleName] update check complete. This version ($moduleVersion) is newer than the latest published version ($latestVersion)."-Level Verbose
0 commit comments