Skip to content

Commit

Permalink
Update documentation to include new MergeIlLinkerFiles parameter (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
InteXX authored Aug 14, 2024
1 parent 070b893 commit 067e22a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ You can turn this functionality off by setting ClearOutputDirectory to False as
| KeyFile | Specifies a key file to sign the output assembly. |
| LibraryPath | List of paths to use as "include directories" when attempting to merge assemblies. |
| LogFile | Specifies a log file to output log information. |
| MergeIlLinkerFiles | Merge IL Linker file XML resources from Microsoft assemblies (optional). Same-named XML resources ('ILLink.*.xml') will be combined during merging. |
| NoRepackRes | Does not add the embedded resource 'ILRepack.List' with all merged assembly names. |
| OutputFile | Output name for the merged assembly. |
| Parallel | Use as many CPUs as possible to merge the assemblies. |
Expand Down

0 comments on commit 067e22a

Please sign in to comment.