diff --git a/README.md b/README.md index 42c1c233..506cabaa 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,8 @@ Syntax: ILRepack.exe [options] /out: [ - /targetplatform:P specify target platform (v1, v1.1, v2, v4 supported) - /xmldocs merges XML documentation as well - /lib: adds the path to the search directories for referenced assemblies (can be specified multiple times) - - /internalize sets all types but the ones from the first assembly 'internal' + - /internalize[:] sets all types but the ones from the first assembly 'internal'. contains one regex per + line to compare against FullName of types NOT to internalize. - /renameInternalized rename all internalized types - /delaysign sets the key, but don't sign the assembly - /usefullpublickeyforreferences - NOT IMPLEMENTED