CliWrap v3.1.1 Release Notes

    • 🛠 Fixed an issue where PipeTarget.Merge(...) worked incorrectly when processing large stdout written in a single operation (more than 81920 bytes at a time). (Thanks @Tom Pažourek)
    • Replaced [DebuggerDisplay] attribute with an implementation of ToString() on types deriving from CommandEvent. Calling commandEvent.ToString() now yields an informative string that can be useful in debugging. This change shouldn't have any unwanted side-effects.