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 4
4
RootModule = ' PSModuleDevelopment.psm1'
5
5
6
6
# Version number of this module.
7
- ModuleVersion = ' 2.2.10.120 '
7
+ ModuleVersion = ' 2.2.10.123 '
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
# Changelog
2
2
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
+
3
9
## 2.2.10.120 (2021-07-20)
4
10
5
11
- New: Build Component - define build workflows based on pre-defined & extensible action code
Original file line number Diff line number Diff line change 9
9
10
10
11
11
Describe " Testing localization strings" {
12
- $moduleRoot = (Get-Module VHDX ).ModuleBase
12
+ $moduleRoot = (Get-Module þnameþ ).ModuleBase
13
13
$stringsResults = Export-PSMDString - ModuleRoot $moduleRoot
14
14
$exceptions = & " $global :testroot \general\strings.Exceptions.ps1"
15
15
You can’t perform that action at this time.
0 commit comments