Fody.Stamp icon indicating copy to clipboard operation
Fody.Stamp copied to clipboard

Possible bug in ModuleWeaver.AfterWeaving()

Open asherber opened this issue 7 years ago • 3 comments

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.

asherber avatar Dec 24 '16 15:12 asherber

this project is no longer maintained. raise a new issue if u want to take ownership

SimonCropp avatar Apr 27 '17 04:04 SimonCropp

Will have to investigate this

304NotModified avatar Aug 30 '18 14:08 304NotModified

note: this change has been introduced in 1.3.0 (#19)

304NotModified avatar Sep 03 '18 09:09 304NotModified