Releases: dsccommunity/DscResource.DocGenerator
Releases · dsccommunity/DscResource.DocGenerator
v0.7.3-preview0001
v0.7.2
[v0.7.2]
Fixed
- New-WikiFooter
- Fixed
Encoding
, parameter value passed toOut-File
to useascii
rather
than[System.Text.Encoding]::ASCII
(issue #45).
- Fixed
- New-WikiSidebar
- Fixed
Encoding
, parameter value passed toOut-File
to useascii
rather
than[System.Text.Encoding]::ASCII
(issue #45).
- Fixed
- Set-WikiModuleVersion
- Fixed
Encoding
, parameter value passed toOut-File
to useascii
rather
than[System.Text.Encoding]::ASCII
(issue #45).
- Fixed
- Fix the tests for the tasks that recently started failing. The tests
tried to dot-source the task scripts but that is not possible because
they need to be run within the scope ofInvoke-Build
. Instead a new
test was added to make sure the task alias is pointing to an existing
task script.
v0.7.2-preview0001
[v0.7.2-preview0001]
Fixed
- Fix the tests for the tasks that recently started failing. The tests
tried to dot-source the task scripts but that is not possible because
they need to be run within the scope ofInvoke-Build
. Instead a new
test was added to make sure the task alias is pointing to an existing
task script.
v0.7.1
v0.7.1-preview0001
[v0.7.1-preview0001]
Fixed
- New-DscResourcePowerShellHelp
- Fixed so the cmdlet is case-insensitive when it looks for the README.md
file in a resource source folder (issue #42).
- Fixed so the cmdlet is case-insensitive when it looks for the README.md
v0.7.0
v0.7.0-preview0001
[v0.7.0-preview0001]
Added
- The build task
Generate_Conceptual_Help
can now remove markdown code
from the schema MOF parameter descriptions if markdown code is used to
improve the Wiki documentation.
v0.6.1
[v0.6.1]
Fixed
- Update README.md with the correct build task name; 'Publish_GitHub_Wiki_Content'.
- Fixed wiki generation to correctly describe embedded instances in
parameters and made new section for each embedded instances with
their parameters (issue #37)
Changed
- 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
.
v0.6.1-preview0002
[v0.6.1-preview0002]
Fixed
- Update README.md with the correct build task name; 'Publish_GitHub_Wiki_Content'.
- Fixed wiki generation to correctly describe embedded instances in
parameters and made new section for each embedded instances with
their parameters (issue #37)
Changed
- 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
.
v0.6.1-preview0001
[v0.6.1-preview0001]
Fixed
- Update README.md with the correct build task name; 'Publish_GitHub_Wiki_Content'.