Skip to content

Commit 3225201

Browse files
Merge pull request #268 from PowershellFrameworkCollective/development
0.10.31.176
2 parents af3552d + 0be8eee commit 3225201

35 files changed

+1530
-165
lines changed

PSFramework/PSFramework.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
RootModule = 'PSFramework.psm1'
66

77
# Version number of this module.
8-
ModuleVersion = '0.10.30.165'
8+
ModuleVersion = '0.10.31.176'
99

1010
# ID used to uniquely identify this module
1111
GUID = '8028b914-132b-431f-baa9-94a6952f21ff'

PSFramework/bin/PSFramework.dll

2 KB
Binary file not shown.

PSFramework/bin/PSFramework.pdb

8 KB
Binary file not shown.

PSFramework/bin/PSFramework.xml

Lines changed: 165 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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
# CHANGELOG
2+
## 0.10.31.176 : 2019-01-13
3+
- New: Configuration validation: Credential. Validates PSCredential objects.
4+
- New: The most awesome Tab Completion for input properties _ever_ .
5+
- Upd: Write-PSFMessage supports localized strings through the `-String` and `-StringValues` parameters
6+
- Upd: Stop-PSFFunction supports localized strings through the `-String` and `-StringValues` parameters
7+
- Upd: Test-PSFShouldProcess now supports ShouldProcess itself. This should help silence tests on commands reyling on it.
8+
- Upd: Message component supports localized strings
9+
- Upd: Logging component logs in separate language than localized messages to screen / userinteraction
10+
- Upd: Logging - filesystem provider now has a configuration to enable better output information: `psframework.logging.filesystem.modernlog`
11+
- Upd: Import-PSFLocalizedString now accepts wildcard path patterns that resovle to multiple files.
12+
- Upd: Adding tab completion for `Register-PSFTeppArgumentCompleter`
13+
- fix: Missing localization strings - Fix: Missing tab completion for modules that register localized strings
14+
215
## 0.10.30.165 : 2018-12-01
316
- New: Command Join-PSFPath performs multi-segment path joins and path normalization
417
- New: Command Remove-PSFAlias deletes global aliases

0 commit comments

Comments
 (0)