Skip to content

Commit 05a67b2

Browse files
Merge pull request #157 from PowershellFrameworkCollective/development
fixing strings test
2 parents 6dd4baf + 1a9ec81 commit 05a67b2

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-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.10.120'
7+
ModuleVersion = '2.2.10.123'
88

99
# ID used to uniquely identify this module
1010
GUID = '37dd5fce-e7b5-4d57-ac37-832055ce49d6'

PSModuleDevelopment/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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

templates/PSFTests/general/strings.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
Describe "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

0 commit comments

Comments
 (0)