CliWrap v3.2.2 Release Notes

    • 🛠 Fixed an issue where Command.ExecuteAsync(...) sometimes returned before the process actually exited, in case cancellation was requested. Now, this method only returns when the process has fully terminated or if the termination has failed for whatever reason.
    • 🛠 Fixed an issue where specifying password without also specifying domain resulted in the password being incorrectly ignored.