Microsoft has released the fourth preview of PowerShell Crescendo.
Announcing PowerShell Crescendo Preview.4
We are pleased to announce the fourth preview of PowerShell Crescendo, a framework to rapidly develop PowerShell cmdlets for native commands, regardless of platform.
The updated preview release is now available for download on the PowerShell Gallery:
To install Microsoft.PowerShell.Crescendo:
Install-Module Microsoft.PowerShell.Crescendo -AllowPrereleaseCrescendo Preview 4 Updates
Crescendo 0.7.0-Preview.4 adds global schema support and experimental help parsing for modern native commands. Read the full list of changes below:
- Added global schema support
- Added experimental native command help parser. Issue #99
- New-CrescendoCommand should include an OriginalName parameter. Issue #82
- Added Export-CrescendoCommand to create a configuration file. Issue #80
- Added support for the ConfirmImpact CmdletBinding() argument.
- Default parameter values are not used. Issue #101