Skip to content

Commit be9581d

Browse files
committed
cleanup psd1s
1 parent 5d2302c commit be9581d

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

src/Format-OneLine/Format-OneLine.psd1

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
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
-5.79 KB
Binary file not shown.

0 commit comments

Comments
 (0)