We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cd0eec commit 6e0632bCopy full SHA for 6e0632b
ILRepack.Lib.MSBuild.Task/ILRepack.cs
@@ -342,7 +342,7 @@ public override bool Execute()
342
repackOptions.SearchDirectories = searchPath.ToArray();
343
344
// Attempt to merge assemblies.
345
- Log.LogMessage(MessageImportance.High, "Merging {0} assemb{1} to '{2}'",
+ Log.LogMessage(MessageImportance.High, "Merging {0} assembl{1} to '{2}'",
346
InputAssemblies.Length, InputAssemblies.Length != 1 ? "ies" : "y", _outputFile);
347
348
// Measure performance
@@ -443,4 +443,4 @@ public void Dispose()
443
444
#endregion
445
}
446
-}
+}
0 commit comments