When using the new Version flag, this is not being persisted to the dotnet command (I'm not sure why this wasn't in the PR).
You can bypass this by using electronize build /target win /Version 2.0.13 /p:Version=2.0.13 /p:ProductVersion=2.0.13 however, this should not have to be the case.
Steps to Reproduce:
- use the
/Version flag when building the electronize build command