Release Date: 2025-04-21
Documentation:
Chore:
- Updated
VMware.PowerCLI
module dependency from v13.2.1 to v13.3.0. #225 - Updated
PowerValidatedSolutions
module dependency from v2.11.1 to v2.12.1. #225
Refactor:
- Refactored to use an ISO 8601 style timestamp format for the file output. This format is sortable, unambiguous, and compatible with most filesystems. #238
- Removed assigned but unused variables. #234
- Corrected placement of
$null
to be on the left side of equality comparisons. #235 - Corrected
$version
variable to be inside the string, not just assign it and then use its value in a string literal. #236