Skip to content

Commit 498a22d

Browse files
author
Friedrich Weinmann
committed
Updated version
1 parent efd431c commit 498a22d

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
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.4.18'
7+
ModuleVersion = '2.2.5.26'
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.21"
2+
$script:PSModuleVersion = "2.2.5.26"
33

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

PSModuleDevelopment/changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# Changelog
2-
## 2.2.5.22
2+
## 2.2.5.26 (September 06th, 2018)
33
- New: Command Read-PSMDScript (Alias: parse)
44
- 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
58
- Upd: Template PSFProject - some fixes and improvements to the installer
69
- Fix: Template function - encoding error
10+
- Fix: New-PSMDTemplate - now properly selects scriptblocks across multiple lines
711

812
## 2.2.4.18 (May 04rd, 2018)
913
- Upd: New-PSMDFormatTableDefinition - Update to add parameters `-IncludePropertyAttribute` and `-ExcludePropertyAttribute`

0 commit comments

Comments
 (0)