v1.111.11.0 - May 27, 2025
- Improve ArgumentList in
Exec.Arguments, this will split arguments more precise especially for python commands. (CaptnCodr#76) - Improve documentations.
v1.111.10.0 - May 31, 2024
- Empty file output will not write to file. (CaptnCodr#72)
v1.111.1.0 - May 24, 2024
- Ensure StandardIn is always redirected when there is
Input. (CaptnCodr#71)
v1.111.0.0 - Apr 16, 2024
- Add SH and ZSH
- Add Linux's PWSH, always quote default shell (CaptnCodr#68)
v1.110.0.0 - Apr 12, 2024
- Add WindowStyle to CE. (CaptnCodr#67)
v1.101.0.0 - Jan 09, 2024
- New year's work.
v1.100.10.0 - Nov 24, 2023
- Tiny logo fix.
v1.100.1.0 - Nov 24, 2023
- Tiny fix.
v1.100.0.0 - Nov 24, 2023
- Add .NET8 support (CaptnCodr#60).
- Add new logo (CaptnCodr#61).
v1.11.0.0 - Oct 06, 2023
- Add
throwandthrowIfErroredfunctions to interrupt pipeline on error (CaptnCodr#56).
v1.10.1.0 - Sep 01, 2023
Command.executeAsyncstdout and stderr content now gets returned properly (CaptnCodr#58).
v1.10.0.0 - Aug 11, 2023
- Open files in default/assigned program in
Exec(CaptnCodr#56).
v1.1.1.0 - Jul 25, 2023
- No need to quote the bash command anymore (CaptnCodr#53) to have a consistent using between
Shells.
v1.1.0.0 - May 29, 2023
- Slightly change signature of
OutputCustomOperation. (CaptnCodr#51) - Add
CancelAfterCustomOperation forexecuteAsyncto cancel after a specific amount of time (milliseconds). (CaptnCodr#50)
v1.0.1.0 - Feb 02, 2023
- Fix FSharp.Core to v6.0. (CaptnCodr#47)
v1.0.0.0 - Dec 18, 2022
- Add
CUSTOMshell inShellContext. (CaptnCodr#46) - Add printing methods for each field in
Outputfor shorter code. (CaptnCodr#45) - Update dependencies.
v0.11.0.0 - Nov 11, 2022
- Add
Outputas CustomOperation with different types (s.Fli.Outputs). (CaptnCodr#37 CaptnCodr#39 CaptnCodr#40 CaptnCodr#41) - Add .NET7 support and drop .MET5. (CaptnCodr#42)
- Update dependencies.
v0.9.0.0 - Oct 18, 2022
- Add
Output.IdfromProcess.Id. (CaptnCodr#27) - Add
WSLto providedShells. (CaptnCodr#31) - Enhencement: Trim output texts at the end. (CaptnCodr#32)
- Add logo for Nuget package. (CaptnCodr#34)
- Update dependencies.
v0.8.0.0 - Oct 12, 2022
- Add
Command.executeAsyncforNET5and up! (CaptnCodr#19) - Add
ErrorfromStandardError. (CaptnCodr#20) - Add
InputforStandardInput. (CaptnCodr#21) - Fix some build warnings. (CaptnCodr#22)
v0.7.0.0 - Oct 07, 2022
- Add
Encodingto contexts. (CaptnCodr#11) - Renaming of contexts.
- Update docs with more snippets etc.
- BREAKING Add output type with exit code:
type Output = { Text: string; ExitCode: int }(CaptnCodr#14)
v0.6.1.0 - Oct 04, 2022
- Fix: Wrong (old) content in Release 0.6.0 Nuget package.
v0.6.0.0 - Oct 04, 2022
- Add
WorkingDirectoryto both ShellContext & ProgramContext. (CaptnCodr#4) - Add
Verbto ProgramContext. (CaptnCodr#6) - Add
Usernameto ProgramContext. (CaptnCodr#5)Credentialsadded later (for windows only)
- Add
EnvironmentVariablesto contexts. (CaptnCodr#8) - Add internal method
configureProcessfor better testing. (CaptnCodr#9)
v0.0.2.0 - "Hello World!"-Release Sep 29, 2022
- Initial release