The latest official release https://github.com/microsoft/IIS.ServiceMonitor/releases/tag/v2.0.1.10 has a ServiceMonitor.exe download link that points to an old version.
PS> iwr https://github.com/microsoft/IIS.ServiceMonitor/releases/download/v2.0.1.10/ServiceMonitor.exe -OutFile ServiceMonitor.exe
PS> (gi .\ServiceMonitor.exe).VersionInfo | fl
OriginalFilename : ServiceMonitor.exe
FileDescription : Windows Service Monitor
FileVersion : 2.0.1.04
ProductVersion : 2.0.1.04
LegalCopyright : Copyright (C) 2018
...
It does not support the -st and -at arguments, as documented on the main project page.
And it is just wrong to re-release an old binary as a new version, reverting the earlier changes in 2.0.1.05–2.0.1.09.
Can we have an updated version released, please?
(Preferably a fresh build in general, to address #93 too while at it, which has been already solved in master.)
The latest official release https://github.com/microsoft/IIS.ServiceMonitor/releases/tag/v2.0.1.10 has a ServiceMonitor.exe download link that points to an old version.
It does not support the
-stand-atarguments, as documented on the main project page.And it is just wrong to re-release an old binary as a new version, reverting the earlier changes in 2.0.1.05–2.0.1.09.
Can we have an updated version released, please?
(Preferably a fresh build in general, to address #93 too while at it, which has been already solved in master.)