Skip to content

Releases: dsccommunity/DscResource.DocGenerator

v0.4.0-preview0003

25 Feb 20:43
66548b7
Compare
Choose a tag to compare
v0.4.0-preview0003 Pre-release
Pre-release

[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's build.ps1.
    To make the task available for Invoke-Build in a repository that is based
    on Sampler add this module to
    required modules, and then in the build.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).
  • Fixes the build task Generate_Conceptual_Help to correctly evaluate
    the module version (issue #21).

v0.4.0-preview0002

25 Feb 20:20
ae4c17e
Compare
Choose a tag to compare
v0.4.0-preview0002 Pre-release
Pre-release

[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's build.ps1.
    To make the task available for Invoke-Build in a repository that is based
    on Sampler add this module to
    required modules, and then in the build.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

18 Feb 08:40
a3ac582
Compare
Choose a tag to compare
v0.4.0-preview0001 Pre-release
Pre-release

[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's build.ps1.
    To make the task available for Invoke-Build in a repository that is based
    on Sampler add this module to
    required modules, and then in the build.yaml add the following.
    ModuleBuildTasks:
      DscResource.DocGenerator:
        - 'Task.*'

v0.3.0

11 Feb 20:12
cb32e13
Compare
Choose a tag to compare

[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 for Invoke-Build in a repository
    that is based on Sampler add this
    module to required modules, and then in the build.yaml add the following.
    ModuleBuildTasks:
      DscResource.DocGenerator:
        - 'Task.*'

Fixed

  • Fix the description in the README.md.

v0.3.0-preview0001

11 Feb 20:05
cb32e13
Compare
Choose a tag to compare
v0.3.0-preview0001 Pre-release
Pre-release

[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 for Invoke-Build in a repository
    that is based on Sampler add this
    module to required modules, and then in the build.yaml add the following.
    ModuleBuildTasks:
      DscResource.DocGenerator:
        - 'Task.*'

Fixed

  • Fix the description in the README.md.

v0.2.0

06 Feb 17:10
ee68b31
Compare
Choose a tag to compare

[v0.2.0]

Added

  • New-DscResourcePowerShellHelp
    • Add new parameter DestinationModulePath to be able to set the path
      to a built module (for example) (issue #9).

Fixes

  • New-DscResourcePowerShellHelp
    • Fixed comment-based help for the parameter OutputPath (issue #8).

v0.1.1

02 Feb 14:14
82f175e
Compare
Choose a tag to compare

[v0.1.1]

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.
  • Fix status badges in README.md.

v0.1.1-preview0001

02 Feb 13:56
c1ea1fa
Compare
Choose a tag to compare
v0.1.1-preview0001 Pre-release
Pre-release

[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.