Skip to content
This repository was archived by the owner on Dec 2, 2021. It is now read-only.
This repository was archived by the owner on Dec 2, 2021. It is now read-only.

Possible bug in ModuleWeaver.AfterWeaving() #21

@asherber

Description

@asherber

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.

Metadata

Metadata

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions