[2.0.0.0] - 2024-01-02
Breaking Change: Renamed cmdlets to support similar object names between ADO and Github
- Resolve name class between classes and cmdlets [Issue #48]
- Renamed existing cmdlets to add a prefix Ado (will be Gha for Github)
- Renamed existing help documentation and urls to support this change
- Incremented major version to 2.0.0.0 as this is a breaking change
Adding limited support for Github Actions in this release
What's New:
- Add Github Action Classes
- Add Classes to YamlSerializer
- Add Github Action Cmdlets
- Add Cmdlet Documentation
- Add Pester Tests
What's Changed:
- Added New version to Changelog
- Incremented Version Numbers
BUGFIXES:
- Renamed Classes and Cmdlets to avoid name clash [Issue #48]
- Missed NewStage during rename [Issue #51]
- Updated Pester tests with new Cmdlet names [Issue #50]
- Cmdlets not testing for null properly [Issue #52]
- Test module version and help version against project version [Issue #49]
- Rename Ado tests to match cmdlets [Issue #53]
- Add support for Github Actions by @jeffpatton1971 in #47
- Full Changelog**: v1.6.0.0...v2.0.0.0