Skip to content

Commit

Permalink
Commit build changes [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuBuisson committed Oct 17, 2017
1 parent 43b5815 commit 44a1c05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PSCodeHealth/PSCodeHealth.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = '.\PSCodeHealth.psm1'

# Version number of this module.
ModuleVersion = '0.2.8'
ModuleVersion = '0.2.9'

# ID used to uniquely identify this module
GUID = 'ca22dabd-bbb6-4805-9c90-a8aad6dbbfd3'
Expand Down
2 changes: 1 addition & 1 deletion docs/InternalFunctions/Get-PowerShellFile.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Get-PowerShellFile [-Path] <String> [-Recurse] [-Exclude <String[]>]

## DESCRIPTION
Gets all PowerShell files (.ps1, .psm1 and .psd1) in the specified directory.
The following PowerShell-related files are excluded : Tests, format data files and type data files.
The following PowerShell-related files are excluded : format data files, type data files and files containing Pester Tests.

## EXAMPLES

Expand Down

0 comments on commit 44a1c05

Please sign in to comment.