Skip to content

Commit 6fac846

Browse files
Merge pull request #266 from PowershellFrameworkCollective/development
Update to current version
2 parents 4e66976 + 63af1d3 commit 6fac846

22 files changed

Lines changed: 502 additions & 161 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: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# CHANGELOG
2-
##
3-
- Fix: Missing localized strings
4-
- Fix: Missing tab completion for modules that register localized strings
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 - Fix: Missing tab completion for modules that register localized strings
512

613
## 0.10.30.165 : 2018-12-01
714
- New: Command Join-PSFPath performs multi-segment path joins and path normalization

0 commit comments

Comments
 (0)