Skip to content

Commit 75d619b

Browse files
Merge pull request #265 from PowershellFrameworkCollective/message-strings
Message strings
2 parents 04adb0f + 9ca09d5 commit 75d619b

22 files changed

Lines changed: 503 additions & 154 deletions

File tree

PSFramework/bin/PSFramework.dll

1.5 KB
Binary file not shown.

PSFramework/bin/PSFramework.pdb

4 KB
Binary file not shown.

PSFramework/bin/PSFramework.xml

Lines changed: 88 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PSFramework/changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# CHANGELOG
2+
## ???
3+
- New: Configuration validation: Credential. Validates PSCredential objects.
4+
- Upd: Write-PSFMessage supports localized strings through the `-String` and `-StringValues` parameters
5+
- Upd: Stop-PSFFunction supports localized strings through the `-String` and `-StringValues` parameters
6+
- Upd: Test-PSFShouldProcess now supports ShouldProcess itself. This should help silence tests on commands reyling on it.
7+
- Upd: Message component supports localized strings
8+
- Upd: Logging component logs in separate language than localized messages to screen / userinteraction
9+
- Upd: Import-PSFLocalizedString now accepts wildcard path patterns that resovle to multiple files.
10+
- Upd: Adding tab completion for `Register-PSFTeppArgumentCompleter`
11+
- fix: Missing localization strings
12+
213
## 0.10.30.165 : 2018-12-01
314
- New: Command Join-PSFPath performs multi-segment path joins and path normalization
415
- New: Command Remove-PSFAlias deletes global aliases

0 commit comments

Comments
 (0)