Skip to content

v0.7.2

Compare
Choose a tag to compare
@dscbot dscbot released this 17 Jan 15:17
e02ce1e

[v0.7.2]

Fixed

  • New-WikiFooter
    • Fixed Encoding, parameter value passed to Out-File to use ascii rather
      than [System.Text.Encoding]::ASCII (issue #45).
  • New-WikiSidebar
    • Fixed Encoding, parameter value passed to Out-File to use ascii rather
      than [System.Text.Encoding]::ASCII (issue #45).
  • Set-WikiModuleVersion
    • Fixed Encoding, parameter value passed to Out-File to use ascii rather
      than [System.Text.Encoding]::ASCII (issue #45).
  • 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 of Invoke-Build. Instead a new
    test was added to make sure the task alias is pointing to an existing
    task script.