Releases: dsccommunity/DscResource.Common
Releases · dsccommunity/DscResource.Common
v0.24.5
[v0.24.5]
Added
Get-FileVersion- New public command to return the version information for a file. This command
returns the fullSystem.Diagnostics.FileVersionInfoobject.
- New public command to return the version information for a file. This command
Changed
- Updated build scripts to Sampler 0.119.0-preview0005.
Get-FileProductVersion- Changed to use the new
Get-FileVersioncommand internally instead of
directly accessingGet-ItemandVersionInfo.
- Changed to use the new
Fixed
v0.24.5-preview0004
[v0.24.5-preview0004]
Added
Get-FileVersion- New public command to return the version information for a file. This command
returns the fullSystem.Diagnostics.FileVersionInfoobject.
- New public command to return the version information for a file. This command
Changed
- Updated build scripts to Sampler 0.119.0-preview0005.
Get-FileProductVersion- Changed to use the new
Get-FileVersioncommand internally instead of
directly accessingGet-ItemandVersionInfo.
- Changed to use the new
Fixed
v0.24.5-preview0003
[v0.24.5-preview0003]
Fixed
- New-*Exception
- Use
ThrowTerminatingErrorinstead ofthrow. Fixes #177.
- Use
- Compare-DscParameterState
- Fixed a bug comparing single-valued arrays in the desired state when
TurnOffTypeChecking is used #184.
- Fixed a bug comparing single-valued arrays in the desired state when
- Fix typo in
Clear-ZeroedEnumPropertyValuehelp text. Fixes #181.
Changed
- Updated build scripts to Sampler 0.119.0-preview0005.
v0.24.5-preview0002
v0.24.5-preview0001
v0.24.4
v0.24.4-preview0001
[v0.24.4-preview0001]
v0.24.3
v0.24.3-preview0001
[v0.24.3-preview0001]
v0.24.2
[v0.24.2]
Changed
Compare-DscParameterState- Changed detailed diagnostic messages from
Write-VerbosetoWrite-Debug
for variable values, type comparisons, and internal diagnostics. - Comparison result still uses
Write-Verboseto provide user-actionable
information about parameter state differences. - Use ArrayList and not fixed size array.
- Remove some ForEach-Object usage.
- Changed detailed diagnostic messages from
Test-ModuleExist- Changed module filtering messages from
Write-VerbosetoWrite-Debug
for internal implementation details. - Localized hardcoded
Write-Debugmessages to use localized strings
(#168).
- Changed module filtering messages from
Test-IsNanoServer- Changed operating system SKU diagnostic message from
Write-VerbosetoWrite-Debug.
- Changed operating system SKU diagnostic message from
Find-Certificate- Changed certificate filter diagnostic message from
Write-VerbosetoWrite-Debug. - Use ArrayList and not fixed size array.
- Changed certificate filter diagnostic message from
Get-LocalizedDataForInvariantCulture- Changed file processing message from
Write-VerbosetoWrite-Debug
for internal diagnostic information. - Localized hardcoded
Write-Debugmessages to use localized strings
(#169).
- Changed file processing message from
Clear-ZeroedEnumPropertyValue- Add begin, end blocks.
Test-DscPropertyState- Use ArrayList and not fixed size array.
Assert-BoundParameter- Fix PSSA warning.
ConvertFrom-DscResourceInstance- Fix PSSA warning.
Get-DscProperty- Use ArrayList and not fixed size array.
- Fix PSSA warning.
Remove-CommonParameter- Remove use of
Where-ObjectandForEach-Object.
- Remove use of
Fixed
- GitVersion feature branch regex now only match branches starting with
f/orfeature/to prevent conflicts with GitHub Copilot Agent branches
(issue #173).