Skip to content

MCE Controller Version 2.2.10

Compare
Choose a tag to compare
@tig tig released this 08 Feb 18:09
  • Fixed #26 - SendMessage ignoring classname

Full Changelog: v2.2.9.12...v2.2.10.2

To install, copy and paste the following command into a PowerShell command window.

$mcecv="v2.2.10.2"; $mcec="MCEController.Setup.exe"; iwr https://github.com/tig/mcec/releases/download/$mcecv/$mcec -outfile "$env:temp\$mcec"; start "$env:temp\$mcec"