File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 44 GUID = ' d46a00ff-0741-4278-85ae-6a71e9aecf14'
55 Author = ' Martin C Zarate (AKA Pxtl)'
66 Copyright = ' 2025, Martin C Zarate'
7- Description = ' Simple module providing a function Format-OneLine that converts
8- objects into semicolon-delimited lists of key=value pairs on a single line.'
7+ Description = @'
8+ Simple module providing a function Format-OneLine that converts
9+ objects into semicolon-delimited lists of key=value pairs on a single line.
10+ '@
911
1012 # Minimum version of the Windows PowerShell engine required by this module
1113 PowerShellVersion = ' 5.1'
@@ -15,8 +17,8 @@ objects into semicolon-delimited lists of key=value pairs on a single line.'
1517 ProjectUri = ' https://github.com/Pxtl/powershell-modules'
1618 # IconUri = ''
1719 ReleaseNotes = @'
18- 0 .1.0
19- - Initial Version
20+ v0 .1.0
21+ - Initial Version
2022'@
2123 } # End of PSData hashtable
2224 } # End of PrivateData hashtable
You can’t perform that action at this time.
0 commit comments