Skip to content

Commit 1eb9686

Browse files
Friedrich WeinmannFriedrich Weinmann
authored andcommitted
Update version
1 parent 508c96d commit 1eb9686

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

PSModuleDevelopment/PSModuleDevelopment.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
RootModule = 'PSModuleDevelopment.psm1'
55

66
# Version number of this module.
7-
ModuleVersion = '2.2.5.40'
7+
ModuleVersion = '2.2.5.41'
88

99
# ID used to uniquely identify this module
1010
GUID = '37dd5fce-e7b5-4d57-ac37-832055ce49d6'

PSModuleDevelopment/PSModuleDevelopment.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
$script:PSModuleRoot = $PSScriptRoot
2-
$script:PSModuleVersion = "2.2.5.40"
2+
$script:PSModuleVersion = "2.2.5.41"
33

44
$script:doDotSource = $false
55
if (Get-PSFConfigValue -FullName PSModuleDevelopment.Import.DoDotSource) { $script:doDotSource = $true }

PSModuleDevelopment/changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
2+
## 2.2.5.41 (December 18th, 2018)
3+
- Fix: Get-PSMDMember - dropping the unintentional bool return
4+
25
## 2.2.5.40 (December 17th, 2018)
36
- New: Command Show-PSMDSyntax, used to show the parameter syntax with proper highlighting
47
- New: Command Get-PSMDMember, used to show the members in a more organic and useful way

0 commit comments

Comments
 (0)