Skip to content

Commit da38cbc

Browse files
Friedrich WeinmannFriedrich Weinmann
authored andcommitted
Updated Version
1 parent 79a6be1 commit da38cbc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.37'
7+
ModuleVersion = '2.2.5.40'
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.37"
2+
$script:PSModuleVersion = "2.2.5.40"
33

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

PSModuleDevelopment/changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Changelog
2-
## ????
2+
## 2.2.5.40 (December 17th, 2018)
33
- New: Command Show-PSMDSyntax, used to show the parameter syntax with proper highlighting
44
- New: Command Get-PSMDMember, used to show the members in a more organic and useful way
55
- Fix: Template PSFProject build step was broken
66

7-
## 2.2.5.37 ( October 20th, 2018)
7+
## 2.2.5.37 (October 20th, 2018)
88
- Upd: Set-PSMDModulePath - add `-Module` parameter to persist the setting
99
- Upd: Set-PSMDModulePath - add `-Register` parameter for integrated persistence
1010
- Upd: Set-PSMDEncoding - use `PSFEncoding` parameter class & tabcompletion

0 commit comments

Comments
 (0)