Releases: dsccommunity/DscResource.Common
Releases · dsccommunity/DscResource.Common
v0.6.0
[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 thesource
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 wordadd
,adds
,minor
,feature
,
orfeatures
. - Fixed the pipeline paths trigger.
v0.6.0-preview0001
[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 thesource
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 wordadd
,adds
,minor
,feature
,
orfeatures
. - Fixed the pipeline paths trigger.
v0.5.0
v0.5.0-preview0001
[v0.5.0-preview0001]
Added
- Added
ImportModule
parameter toAssert-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
[v0.4.1-preview0001]
Changed
- Updated pipeline Windows VM image to windows-2019
v0.4.0
v0.4.0-preview0001
[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
[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
[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
[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.