File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
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.0.11 '
7
+ ModuleVersion = ' 2.2.1.12 '
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.0.11 "
2
+ $script :PSModuleVersion = " 2.2.1.12 "
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.1.12 (March 08th, 2018)
3
+ - Added out-of-the box templates
4
+ - fix: Verious bugfixes around the template system
5
+
2
6
## 2.2.1.11 (March 06th, 2018)
3
7
- new: Alias imt --> Invoke-PSMDTemplate
4
8
- Upd: Added TabCompletion to * -PSMDTemplate commands
You can’t perform that action at this time.
0 commit comments