Releases: dsccommunity/DscResource.Common
Releases · dsccommunity/DscResource.Common
v0.24.0-preview0001
v0.23.0
v0.23.0-preview0001
[v0.23.0-preview0001]
v0.22.0
[v0.22.0]
Removed
- Remove the patch workaround in the pipeline for the ModuleBuilder bug.
Added
- DscResource.Common
- Public command:
Get-FileProductVersion
- Get the product version of a file.Test-PendingRestart
- Test if a pending restart is required.
- Public command:
Fixed
- Updated multiple test scripts to redirect standard output using file
descriptor 3 instead of 2, ensuring that error streams remain unaffected
while suppressing other output.
v0.22.0-preview0002
[v0.22.0-preview0002]
Removed
- Remove the patch workaround in the pipeline for the ModuleBuilder bug.
Added
- DscResource.Common
- Public command:
Get-FileProductVersion
- Get the product version of a file.Test-PendingRestart
- Test if a pending restart is required.
- Public command:
Fixed
- Updated multiple test scripts to redirect standard output using file
descriptor 3 instead of 2, ensuring that error streams remain unaffected
while suppressing other output.
v0.22.0-preview0001
[v0.22.0-preview0001]
Removed
- Remove the patch workaround in the pipeline for the ModuleBuilder bug.
Added
- DscResource.Common
- Public command:
Get-FileProductVersion
- Get the product version of a file.
- Public command:
v0.21.0
v0.21.0-preview0001
[v0.21.0-preview0001]
v0.20.1
[v0.20.1]
Fixed
Get-RegistryPropertyValue
- Current implementation was not safe and could throw an exception if
the property did not exist, even if-ErrorAction 'SilentlyContinue
was passed. This was fixed by usingGet-ItemProperty
instead of
Get-ItemPropertyValue
(issue #139.
- Current implementation was not safe and could throw an exception if
v0.20.1-preview0001
[v0.20.1-preview0001]
Fixed
Get-RegistryPropertyValue
- Current implementation was not safe and could throw an exception if
the property did not exist, even if-ErrorAction 'SilentlyContinue
was passed. This was fixed by usingGet-ItemProperty
instead of
Get-ItemPropertyValue
(issue #139.
- Current implementation was not safe and could throw an exception if