Patchwork icon indicating copy to clipboard operation
Patchwork copied to clipboard

Feature Request: Support patching multiple assemblies

Open fireundubh opened this issue 5 years ago • 1 comments

Currently, when you try to patch multiple assemblies (with multiple PatchInfos), you get an error like this:

error CS0579: Duplicate 'PatchAssembly' attribute

Seems like a better approach would be to have GetTargetFile return a FileInfo collection.

fireundubh avatar Nov 28 '18 22:11 fireundubh

Good idea!

GregRos avatar Dec 04 '18 14:12 GregRos