Skip to content
This repository was archived by the owner on Feb 24, 2021. It is now read-only.

Commit be9569e

Browse files
committed
Update CHANGELOG.md
1 parent 4a0665f commit be9569e

File tree

1 file changed

+27
-23
lines changed

1 file changed

+27
-23
lines changed

CHANGELOG.md

Lines changed: 27 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,22 @@
77
- Added issue templates.
88
- Added the ability to temporary skip common test for debugging purposes
99
([issue #219](https://github.com/PowerShell/DscResource.Tests/issues/219)).
10-
- Added functionality to Install-ModuleFromPowerShellGallery helper function to allow using Nuget.exe
11-
when it is already installed in the temp path. Addresses ([issue #301](https://github.com/PowerShell/DscResource.Tests/issues/301)).
12-
- Updated Unit tests to reflect the changes to the Install-ModuleFromPowerShellGallery helper function
13-
- Added a RequiredVersion for PSPKI (v3.3.0.0) in TestHelper because of a critical
14-
issue in the recently released version (v3.4.0.1) of that module.
15-
- Improved Wiki documentation generation to address more example file types
16-
and increased unit test coverage and function ([issue #256](https://github.com/PowerShell/DscResource.Tests/issues/256)).
17-
- Added .gitignore file and suppressed ```package-lock.json``` file from being
18-
included in repo.
10+
- Added functionality to Install-ModuleFromPowerShellGallery helper function
11+
to allow using Nuget.exe when it is already installed in the temp path.
12+
Addresses ([issue #301](https://github.com/PowerShell/DscResource.Tests/issues/301)).
13+
- Updated Unit tests to reflect the changes to the Install-ModuleFromPowerShellGallery
14+
helper function.
15+
- Added a RequiredVersion for PSPKI (v3.3.0.0) in TestHelper because of
16+
a critical issue in the recently released version (v3.4.0.1) of that
17+
module.
18+
- Improved Wiki documentation generation to address more example file
19+
types and increased unit test coverage and function
20+
([issue #256](https://github.com/PowerShell/DscResource.Tests/issues/256)).
21+
- Added .gitignore file and suppressed ```package-lock.json``` file from
22+
being included in repo.
1923
- Changes to AppVeyor.psm1
20-
- Updated Invoke-AppveyorInstallTask to provide better informational messages
21-
when installing each prerequisite
24+
- Updated Invoke-AppveyorInstallTask to provide better informational
25+
messages when installing each prerequisite
2226
([issue #293](https://github.com/PowerShell/DscResource.Tests/issues/293)).
2327
- Added unit tests for Invoke-AppveyorInstallTask.
2428
- Changes to TestHelper.psm1
@@ -28,13 +32,12 @@
2832
correct download URL is now concatenated withing the helper function.
2933
- Now outputs a warning when a repository does not have a Tests folder
3034
([issue #296](https://github.com/PowerShell/DscResource.Tests/issues/296)).
31-
- Update PSSA rule Measure-IfStatement to handle when there is a clause spanning
32-
multiple rows and the first rows ends correctly with an open brace (see example
33-
in the regression test for this issue)
35+
- Update PSSA rule Measure-IfStatement to handle when there is a clause
36+
spanning multiple rows and the first rows ends correctly with an open
37+
brace (see example in the regression test for this issue)
3438
([issue #238](https://github.com/PowerShell/DscResource.Tests/issues/238)).
35-
- Update call to install PowerShellGet via Install-Module in AppVeyor.psm1 to
36-
use AllowClobber
37-
([issue #310](https://github.com/PowerShell/DscResource.Tests/issues/310)).
39+
- Update call to install PowerShellGet via Install-Module in AppVeyor.psm1
40+
to use AllowClobber ([issue #310](https://github.com/PowerShell/DscResource.Tests/issues/310)).
3841
- Fix MetaFixers Functions Pipeline Processing.
3942
- Added common opt-in tests for localization ([issue #145](https://github.com/PowerShell/DscResource.Tests/issues/145)).
4043
- Should have an en-US localization folder.
@@ -52,13 +55,14 @@
5255
the resource file.
5356
- There should be no additional localized string keys in the resource
5457
file that do not exist in the en-US resource file.
55-
- Added `Publish-WikiContent` helper function to publish auto-generated Wiki files
56-
to the relevant DSC resource GitHub Wiki ([issue #142](https://github.com/PowerShell/DscResource.Tests/issues/142)).
57-
- Update New-DscResourcePowerShellHelp to optionally output the PowerShell help files to
58-
the resource specific path and fix the example processing.
58+
- Added `Publish-WikiContent` helper function to publish auto-generated
59+
Wiki files to the relevant DSC resource GitHub Wiki
60+
([issue #142](https://github.com/PowerShell/DscResource.Tests/issues/142)).
61+
- Update New-DscResourcePowerShellHelp to optionally output the PowerShell
62+
help files to the resource specific path and fix the example processing.
5963
- The files are now outputted as UTF-8 (ASCII).
60-
- Added processing to `Test-PublishMetaData` for the InvalidGUID error from Test-ScriptFileInfo
61-
([issue #330](https://github.com/PowerShell/DscResource.Tests/issues/330)).
64+
- Added processing to `Test-PublishMetaData` for the InvalidGUID error
65+
from Test-ScriptFileInfo ([issue #330](https://github.com/PowerShell/DscResource.Tests/issues/330)).
6266

6367
## 0.3.0.0
6468

0 commit comments

Comments
 (0)