Skip to content

Commit 1458934

Browse files
author
Friedrich Weinmann
committed
Version documentation
1 parent 5bd9838 commit 1458934

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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.0.11'
7+
ModuleVersion = '2.2.1.12'
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.0.11"
2+
$script:PSModuleVersion = "2.2.1.12"
33

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

PSModuleDevelopment/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
## 2.2.1.12 (March 08th, 2018)
3+
- Added out-of-the box templates
4+
- fix: Verious bugfixes around the template system
5+
26
## 2.2.1.11 (March 06th, 2018)
37
- new: Alias imt --> Invoke-PSMDTemplate
48
- Upd: Added TabCompletion to *-PSMDTemplate commands

0 commit comments

Comments
 (0)