Microsoft has released PowerShell Crescendo Release Candidate.
Announcing PowerShell Crescendo Release Candidate (RC)
We are pleased to announce the Release Candidate (RC) of PowerShell Crescendo, a framework to rapidly develop PowerShell cmdlets for native commands, regardless of platform.
The release candidate is now available for download on the PowerShell Gallery.
To install Microsoft.PowerShell.Crescendo:
Install-Module Microsoft.PowerShell.Crescendo -AllowPrereleaseCrescendo Release Candidate Updates
Crescendo 0.9.0 Release Candidate adds support for a versioned schema and fixes scenarios suggested by the community.
- Added versioned schema to support future updates. Issue #112
- Fixed quoting empty string parameter values. Issue #100
- Fixed showing OriginalCommand in help example unless specified. Issue #57