One minor issue with 1154:

I upgraded from an earlier version, and main script updated fine. I have one include, which it didn't upgrade the MINVER pragma in.

When I compile my project now, I get:

FixitUninstall.sbi(13): error GEN1015: Script requires a more recent compiler. Required: 5.0.1120

My included source says:
#pragma MINVER = 5.0.1120

The main source was upgraded nicely to:
#pragma MINVER = 5.0.1151

So, it seems you have two bugs:
1. Include scripts don't upgrade
2. The error message doesn't display the required version, but the version in the sourcecode. Shouldn't the message have been:
FixitUninstall.sbi(13): error GEN1015: Script requires a more recent compiler. Required: 5.0.1151 ?

Also, a feature request would be able to copy from the Compiler Output!

Best regards,
Kenneth