Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion PSModuleDevelopment/PSModuleDevelopment.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
RootModule = 'PSModuleDevelopment.psm1'

# Version number of this module.
ModuleVersion = '2.2.10.120'
ModuleVersion = '2.2.10.123'

# ID used to uniquely identify this module
GUID = '37dd5fce-e7b5-4d57-ac37-832055ce49d6'
Expand Down
6 changes: 6 additions & 0 deletions PSModuleDevelopment/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.2.10.123 (2021-07-21)

- Fix: Template PSFProject - fixed string test modulename
- Fix: Template PSFModule - fixed string test modulename
- Fix: Template PSFTest - fixed string test modulename

## 2.2.10.120 (2021-07-20)

- New: Build Component - define build workflows based on pre-defined & extensible action code
Expand Down
2 changes: 1 addition & 1 deletion templates/PSFTests/general/strings.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


Describe "Testing localization strings" {
$moduleRoot = (Get-Module VHDX).ModuleBase
$moduleRoot = (Get-Module þnameþ).ModuleBase
$stringsResults = Export-PSMDString -ModuleRoot $moduleRoot
$exceptions = & "$global:testroot\general\strings.Exceptions.ps1"

Expand Down