File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
RootModule = ' PSModuleDevelopment.psm1'
5
5
6
6
# Version number of this module.
7
- ModuleVersion = ' 2.2.5.37 '
7
+ ModuleVersion = ' 2.2.5.40 '
8
8
9
9
# ID used to uniquely identify this module
10
10
GUID = ' 37dd5fce-e7b5-4d57-ac37-832055ce49d6'
Original file line number Diff line number Diff line change 1
1
$script :PSModuleRoot = $PSScriptRoot
2
- $script :PSModuleVersion = " 2.2.5.37 "
2
+ $script :PSModuleVersion = " 2.2.5.40 "
3
3
4
4
$script :doDotSource = $false
5
5
if (Get-PSFConfigValue - FullName PSModuleDevelopment.Import.DoDotSource) { $script :doDotSource = $true }
Original file line number Diff line number Diff line change 1
1
# Changelog
2
- ## ????
2
+ ## 2.2.5.40 (December 17th, 2018)
3
3
- New: Command Show-PSMDSyntax, used to show the parameter syntax with proper highlighting
4
4
- New: Command Get-PSMDMember, used to show the members in a more organic and useful way
5
5
- Fix: Template PSFProject build step was broken
6
6
7
- ## 2.2.5.37 ( October 20th, 2018)
7
+ ## 2.2.5.37 (October 20th, 2018)
8
8
- Upd: Set-PSMDModulePath - add ` -Module ` parameter to persist the setting
9
9
- Upd: Set-PSMDModulePath - add ` -Register ` parameter for integrated persistence
10
10
- Upd: Set-PSMDEncoding - use ` PSFEncoding ` parameter class & tabcompletion
You can’t perform that action at this time.
0 commit comments