Skip to content

Releases: dsccommunity/DscResource.Common

v0.24.0-preview0001

02 Jun 15:58
f8242e2
Compare
Choose a tag to compare
v0.24.0-preview0001 Pre-release
Pre-release

[v0.24.0-preview0001]

Added

  • Format-Path
    • Added parameter ExpandEnvironmentVariable fixes #147.

v0.23.0

02 May 14:43
138446c
Compare
Choose a tag to compare

[v0.23.0]

v0.23.0-preview0001

02 May 12:49
138446c
Compare
Choose a tag to compare
v0.23.0-preview0001 Pre-release
Pre-release

[v0.23.0-preview0001]

v0.22.0

25 Apr 14:58
9e85241
Compare
Choose a tag to compare

[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.

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

25 Apr 13:20
9e85241
Compare
Choose a tag to compare
v0.22.0-preview0002 Pre-release
Pre-release

[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.

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

23 Apr 16:28
455d946
Compare
Choose a tag to compare
v0.22.0-preview0001 Pre-release
Pre-release

[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.

v0.21.0

16 Mar 11:09
a8a2494
Compare
Choose a tag to compare

[v0.21.0]

v0.21.0-preview0001

16 Mar 10:59
a8a2494
Compare
Choose a tag to compare
v0.21.0-preview0001 Pre-release
Pre-release

[v0.21.0-preview0001]

v0.20.1

10 Mar 23:17
75df8ad
Compare
Choose a tag to compare

[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 using Get-ItemProperty instead of
      Get-ItemPropertyValue (issue #139.

v0.20.1-preview0001

10 Mar 23:00
75df8ad
Compare
Choose a tag to compare
v0.20.1-preview0001 Pre-release
Pre-release

[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 using Get-ItemProperty instead of
      Get-ItemPropertyValue (issue #139.