Skip to content

Releases: dsccommunity/DscResource.Common

v0.6.0

23 Apr 12:20
e49f599
Compare
Choose a tag to compare

[v0.6.0]

Added

  • Added the cmdlet Assert-BoundParameter. This cmdlet comes from
    ComputerManagementDsc.
  • Added the cmdlet Get-TemporaryFolder. This cmdlet comes from
    SqlServerDsc.
  • Added GitHub templates in the repository to help contributors.

Changed

  • Only run CI pipeline on branch master when there are changes to files
    inside the source folder.

Fixed

  • The regular expression for minor-version-bump-message in the file
    GitVersion.yml was changed to only raise minor version when the
    commit message contain the word add, adds, minor, feature,
    or features.
  • Fixed the pipeline paths trigger.

v0.6.0-preview0001

23 Apr 04:46
e49f599
Compare
Choose a tag to compare
v0.6.0-preview0001 Pre-release
Pre-release

[v0.6.0-preview0001]

Added

  • Added the cmdlet Assert-BoundParameter. This cmdlet comes from
    ComputerManagementDsc.
  • Added the cmdlet Get-TemporaryFolder. This cmdlet comes from
    SqlServerDsc.
  • Added GitHub templates in the repository to help contributors.

Changed

  • Only run CI pipeline on branch master when there are changes to files
    inside the source folder.

Fixed

  • The regular expression for minor-version-bump-message in the file
    GitVersion.yml was changed to only raise minor version when the
    commit message contain the word add, adds, minor, feature,
    or features.
  • Fixed the pipeline paths trigger.

v0.5.0

18 Apr 17:41
8596263
Compare
Choose a tag to compare

[v0.5.0]

Added

  • Added ImportModule parameter to Assert-Module function.

Changed

  • Updated pipeline Windows VM image to windows-2019.

Fixed

  • Fixed the New-*Exception function unit tests to work correctly on PowerShell version 5, 6 and 7.

v0.5.0-preview0001

18 Apr 17:02
8596263
Compare
Choose a tag to compare
v0.5.0-preview0001 Pre-release
Pre-release

[v0.5.0-preview0001]

Added

  • Added ImportModule parameter to Assert-Module function.

Changed

  • Updated pipeline Windows VM image to windows-2019.

Fixed

  • Fixed the New-*Exception function unit tests to work correctly on PowerShell version 5, 6 and 7.

v0.4.1-preview0001

18 Apr 16:27
c524edc
Compare
Choose a tag to compare
v0.4.1-preview0001 Pre-release
Pre-release

[v0.4.1-preview0001]

Changed

  • Updated pipeline Windows VM image to windows-2019

v0.4.0

09 Mar 08:15
662f05b
Compare
Choose a tag to compare

[v0.4.0]

Added

  • Added the function Assert-Module.

Changed

  • Updated the localized strings to have the unique id according to style
    guideline.

v0.4.0-preview0001

09 Mar 08:03
662f05b
Compare
Choose a tag to compare
v0.4.0-preview0001 Pre-release
Pre-release

[v0.4.0-preview0001]

Added

  • Added the function Assert-Module.

Changed

  • Updated the localized strings to have the unique id according to style
    guideline.

v0.3.0

15 Feb 10:58
06f98c5
Compare
Choose a tag to compare

[v0.3.0]

Added

  • Added more function documentation to the README.md.
  • Fix minor style issue in functions.
  • Changed the VS Code project settings to trim trailing whitespace for
    markdown files too.
  • Changed the VS Code project setting pipelineIndentationStyle to use
    the correct style.
  • The deploy step is no longer run on forks.
  • Azure Pipelines will no longer trigger on changes to just the CHANGELOG.md.
  • Add section "How to implement" in the README.md.
  • Added Test-IsNanoServer function - fixes Issue #9.

v0.3.0-preview0003

15 Feb 10:51
06f98c5
Compare
Choose a tag to compare
v0.3.0-preview0003 Pre-release
Pre-release

[v0.3.0-preview0003]

Added

  • Added more function documentation to the README.md.
  • Fix minor style issue in functions.
  • Changed the VS Code project settings to trim trailing whitespace for
    markdown files too.
  • Changed the VS Code project setting pipelineIndentationStyle to use
    the correct style.
  • The deploy step is no longer run on forks.
  • Azure Pipelines will no longer trigger on changes to just the CHANGELOG.md.
  • Add section "How to implement" in the README.md.
  • Added Test-IsNanoServer function - fixes Issue #9.

v0.3.0-preview0002

14 Feb 06:30
18f3c07
Compare
Choose a tag to compare
v0.3.0-preview0002 Pre-release
Pre-release

[v0.3.0-preview0002]

  • Added more function documentation to the README.md.
  • Fix minor style issue in functions.
  • Changed the VS Code project settings to trim trailing whitespace for
    markdown files too.
  • Changed the VS Code project setting pipelineIndentationStyle to use
    the correct style.
  • The deploy step is no longer run on forks.
  • Azure Pipelines will no longer trigger on changes to just the CHANGELOG.md.
  • Add section "How to implement" in the README.md.