Fody.Stamp
Fody.Stamp copied to clipboard
Possible bug in ModuleWeaver.AfterWeaving()
I'm working on #13. In ModuleWeaver.AfterWeaving(), I see:
fixedFileInfo.ProductVersion = assemblyVersion;
but then:
stringTable.Values["ProductVersion"] = assemblyInfoVersion;
Is it intentional that these two are set to different values? If not, I can fix this while I'm in here.
this project is no longer maintained. raise a new issue if u want to take ownership
Will have to investigate this
note: this change has been introduced in 1.3.0 (#19)