Releases: dsccommunity/DscResource.Common
Releases · dsccommunity/DscResource.Common
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.
v0.3.0-preview0001
[v0.3.0-preview0001]
- 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.
v0.2.0
[v0.2.0]
Changed
- Updating pipeline files to the latest in the template.
- Updating and added section Code of conduct.
- Updating and added section contribution.
- Update README.md.
- The cmdlet
Get-LocalizedData
can now detect localized filenames
that are using both the basename and the basename plus the suffixstrings
. E.g.MSFT_Cluster.psd1
MSFT_Cluster.strings.psd1