Skip to content

Commit 067e22a

Browse files
authored
Update documentation to include new MergeIlLinkerFiles parameter (#60)
Adding support for the new /illink switch, introduced [here](gluck/il-repack@986c1db#diff-3ee934cbb99395b6bc4f805ef4e686e6d80b0b8e1c27d552ed9590eae4f4bb6fR256).
1 parent 070b893 commit 067e22a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ You can turn this functionality off by setting ClearOutputDirectory to False as
109109
| KeyFile | Specifies a key file to sign the output assembly. |
110110
| LibraryPath | List of paths to use as "include directories" when attempting to merge assemblies. |
111111
| LogFile | Specifies a log file to output log information. |
112+
| MergeIlLinkerFiles | Merge IL Linker file XML resources from Microsoft assemblies (optional). Same-named XML resources ('ILLink.*.xml') will be combined during merging. |
112113
| NoRepackRes | Does not add the embedded resource 'ILRepack.List' with all merged assembly names. |
113114
| OutputFile | Output name for the merged assembly. |
114115
| Parallel | Use as many CPUs as possible to merge the assemblies. |

0 commit comments

Comments
 (0)