CliWrap v3.3.3 Release Notes

    • ➕ Added an overload of EnvironmentVariablesBuilder.Set(...) that takes a dictionary parameter. This lets you set multiple environment variables at once by passing a dictionary when calling Cli.Wrap("foo").WithEnvironmentVariables(env => ...).
    • ➕ Added an overload of pipe operator for configuring a byte array as a pipe source.