File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-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.4.18 '
7
+ ModuleVersion = ' 2.2.5.26 '
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.21 "
2
+ $script :PSModuleVersion = " 2.2.5.26 "
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.22
2
+ ## 2.2.5.26 (September 06th, 2018)
3
3
- New: Command Read-PSMDScript (Alias: parse)
4
4
- New: Command Set-PSMDEncoding
5
+ - New: Template PSFTests - Default module tests
6
+ - New: Template CommandTest - A tempalte that generate a test from an already existing command.
7
+ - Upd: Template PSFModule - some fixes
5
8
- Upd: Template PSFProject - some fixes and improvements to the installer
6
9
- Fix: Template function - encoding error
10
+ - Fix: New-PSMDTemplate - now properly selects scriptblocks across multiple lines
7
11
8
12
## 2.2.4.18 (May 04rd, 2018)
9
13
- Upd: New-PSMDFormatTableDefinition - Update to add parameters ` -IncludePropertyAttribute ` and ` -ExcludePropertyAttribute `
You can’t perform that action at this time.
0 commit comments