Skip to content

Releases: dsccommunity/DscResource.Common

v0.19.1-preview0001

17 Nov 14:28
8b170c8
Compare
Choose a tag to compare
v0.19.1-preview0001 Pre-release
Pre-release

[v0.19.1-preview0001]

Added

  • Added Indented.AnalyzerRules and config
  • Use prerelease DscResource.ScriptAnalyzer

Changed

  • Move docs generation to separate task.
  • Remove build.yml config not required.

Fixed

  • Fixed HQRM scriptanalyzer errors

v0.19.0

15 Oct 14:18
7101b55
Compare
Choose a tag to compare

[v0.19.0]

Changed

  • Unit Tests
    • Updated path to build.ps1 in BeforeDiscovery block.
  • Assert-Module
    • Added SkipEditionCheck for PS6+. Fixes #131.

v0.19.0-preview0001

15 Oct 14:08
7101b55
Compare
Choose a tag to compare
v0.19.0-preview0001 Pre-release
Pre-release

[v0.19.0-preview0001]

Changed

  • Unit Tests
    • Updated path to build.ps1 in BeforeDiscovery block.
  • Assert-Module
    • Added SkipEditionCheck for PS6+. Fixes #131.

v0.18.0

30 Sep 07:36
b172255
Compare
Choose a tag to compare

[v0.18.0]

v0.18.0-preview0002

30 Sep 07:24
b172255
Compare
Choose a tag to compare
v0.18.0-preview0002 Pre-release
Pre-release

[v0.18.0-preview0002]

v0.18.0-preview0001

30 Sep 06:51
00506d4
Compare
Choose a tag to compare
v0.18.0-preview0001 Pre-release
Pre-release

[v0.18.0-preview0001]

v0.17.3-preview0001

28 Aug 15:43
d46fe33
Compare
Choose a tag to compare
v0.17.3-preview0001 Pre-release
Pre-release

[v0.17.3-preview0001]

v0.17.2

20 Jul 11:23
f081589
Compare
Choose a tag to compare

[v0.17.2]

Added

  • Public command:
    • Get-UserName - get current user name cross platform.

Fixed

  • Get-PSModulePath
    • Throws an exception if the My Documents folder cannot be found when
      calling the command with the scope CurrentUser (issue #122).

v0.17.2-preview0001

20 Jul 09:05
f081589
Compare
Choose a tag to compare
v0.17.2-preview0001 Pre-release
Pre-release

[v0.17.2-preview0001]

Added

  • Public command:
    • Get-UserName - get current user name cross platform.

Fixed

  • Get-PSModulePath
    • Throws an exception if the My Documents folder cannot be found when
      calling the command with the scope CurrentUser (issue #122).

v0.17.1

23 Apr 18:13
6c8c38b
Compare
Choose a tag to compare

[v0.17.1]

Added

  • Get-PSModulePath
    • Can now return the individual module path for different scopes when
      using the parameter -Scope. If no parameter is specified the command
      return the path for the scope CurrentUser.
  • Test-ModuleExist
    • Checks if a PowerShell module with a specified name is available in a
      PSModulePath.

Fixed

  • Get-PSModulePath
    • Was using the wrong path separator on Linux and macOS.
  • Get-LocalizedData
    • Wrongly returned one or more boolean values in addition to
      the localized string array. This was becuase the return value
      was not handled when calling Add() and Remove() methods of
      $PSBoundParameters so it was returned to the pipeline.