Skip to content

Commit d1ef559

Browse files
committed
Update psd1
1 parent 7a9ccde commit d1ef559

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

scripts/ProxyCommand.psd1

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'ProxyCommand.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.0.0'
15+
ModuleVersion = '1.1.0'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = ''
@@ -119,6 +119,9 @@ PrivateData = @{
119119

120120
# ReleaseNotes of this module
121121
ReleaseNotes = @"
122+
v1.1.0
123+
Add -Prepend option
124+
122125
v1.0.0
123126
First release
124127
"@

0 commit comments

Comments
 (0)