Releases: dsccommunity/DscResource.DocGenerator
Releases · dsccommunity/DscResource.DocGenerator
v0.4.0-preview0003
[v0.4.0-preview0003]
Added
- Added build tasks
Generate_Wiki_Content
(that runs the cmdlet
New-DscResourceWikiPage
). The build task is primarily meant to be run by
the project Sampler'sbuild.ps1
.
To make the task available forInvoke-Build
in a repository that is based
on Sampler add this module to
required modules, and then in thebuild.yaml
add the following.ModuleBuildTasks: DscResource.DocGenerator: - 'Task.*'
Fixed
v0.4.0-preview0002
[v0.4.0-preview0002]
Added
- Added build tasks
Generate_Wiki_Content
(that runs the cmdlet
New-DscResourceWikiPage
). The build task is primarily meant to be run by
the project Sampler'sbuild.ps1
.
To make the task available forInvoke-Build
in a repository that is based
on Sampler add this module to
required modules, and then in thebuild.yaml
add the following.ModuleBuildTasks: DscResource.DocGenerator: - 'Task.*'
Fixed
- Fixes the build task
Generate_Conceptual_Help
to use the correct
module version folder name for the built module path (issue #17).
v0.4.0-preview0001
[v0.4.0-preview0001]
Added
- Added build tasks
Generate_Wiki_Content
(that runs the cmdlet
New-DscResourceWikiPage
). The build task is primarily meant to be run by
the project Sampler'sbuild.ps1
.
To make the task available forInvoke-Build
in a repository that is based
on Sampler add this module to
required modules, and then in thebuild.yaml
add the following.ModuleBuildTasks: DscResource.DocGenerator: - 'Task.*'
v0.3.0
[v0.3.0]
Added
- Added build task
Generate_Conceptual_Help
that runs the cmdlet
New-DscResourcePowerShellHelp
. The build task is primarily meant to
be run by the project Sampler's
build.ps1
. To make the task available forInvoke-Build
in a repository
that is based on Sampler add this
module to required modules, and then in thebuild.yaml
add the following.ModuleBuildTasks: DscResource.DocGenerator: - 'Task.*'
Fixed
- Fix the description in the README.md.
v0.3.0-preview0001
[v0.3.0-preview0001]
Added
- Added build task
Generate_Conceptual_Help
that runs the cmdlet
New-DscResourcePowerShellHelp
. The build task is primarily meant to
be run by the project Sampler's
build.ps1
. To make the task available forInvoke-Build
in a repository
that is based on Sampler add this
module to required modules, and then in thebuild.yaml
add the following.ModuleBuildTasks: DscResource.DocGenerator: - 'Task.*'
Fixed
- Fix the description in the README.md.
v0.2.0
v0.1.1
v0.1.1-preview0001
[v0.1.1-preview0001]
Added
- Add cmdlet
New-DscResourcePowerShellHelp
to generate conceptual help
for DSC resources. This was moved from repo PowerShell/DscResource.Tests.
Fixed
- Fixed unit tests to work cross platform.