File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
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.26 '
7
+ ModuleVersion = ' 2.2.5.27 '
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.26 "
2
+ $script :PSModuleVersion = " 2.2.5.27 "
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.5.26 (September 06th, 2018)
2
+ ## 2.2.5.27 (September 08th, 2018)
3
+ - Fix: Fixes in the build task
4
+
5
+ ## 2.2.5.26 (September 08th, 2018)
3
6
- New: Command Read-PSMDScript (Alias: parse)
4
7
- New: Command Set-PSMDEncoding
5
8
- New: Template PSFTests - Default module tests
You can’t perform that action at this time.
0 commit comments