File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
templates/PSFTests/general Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 44 RootModule = ' PSModuleDevelopment.psm1'
55
66 # Version number of this module.
7- ModuleVersion = ' 2.2.10.120 '
7+ ModuleVersion = ' 2.2.10.123 '
88
99 # ID used to uniquely identify this module
1010 GUID = ' 37dd5fce-e7b5-4d57-ac37-832055ce49d6'
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.2.10.123 (2021-07-21)
4+
5+ - Fix: Template PSFProject - fixed string test modulename
6+ - Fix: Template PSFModule - fixed string test modulename
7+ - Fix: Template PSFTest - fixed string test modulename
8+
39## 2.2.10.120 (2021-07-20)
410
511- New: Build Component - define build workflows based on pre-defined & extensible action code
Original file line number Diff line number Diff line change 99
1010
1111Describe " Testing localization strings" {
12- $moduleRoot = (Get-Module VHDX ).ModuleBase
12+ $moduleRoot = (Get-Module þnameþ ).ModuleBase
1313 $stringsResults = Export-PSMDString - ModuleRoot $moduleRoot
1414 $exceptions = & " $global :testroot \general\strings.Exceptions.ps1"
1515
You can’t perform that action at this time.
0 commit comments