Still Alpha as interfaces may change, however it should be easy to convert
- Added support for adding commands using parameters by name
- Made command apis internal
- these were lower level functions that not as easy to use
- Added higher level functions for running a script or command
- Added support for named arguments and unnamed arguments
- Support for Calling into powershell from callback
- Known as NestedPowershell / NestedPipeline
- Reference dependency library from checked in file via git
- This makes project much easier to consume
- Updated docs & examples
- Increase test coverage
- Remove usage of examples for internal tests
- Standardized cleanup routines to be all call Close
- Previously some where called Delete
- checked in x64 binaries to make project easier to consume
- binaries checked in separate repo, linked via submodule
Initial drop
- Alpha as interfaces may change, however it should be easy to convert