We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a9ccde commit d1ef559Copy full SHA for d1ef559
1 file changed
scripts/ProxyCommand.psd1
@@ -12,7 +12,7 @@
12
RootModule = 'ProxyCommand.psm1'
13
14
# Version number of this module.
15
-ModuleVersion = '1.0.0'
+ModuleVersion = '1.1.0'
16
17
# Supported PSEditions
18
# CompatiblePSEditions = ''
@@ -119,6 +119,9 @@ PrivateData = @{
119
120
# ReleaseNotes of this module
121
ReleaseNotes = @"
122
+v1.1.0
123
+Add -Prepend option
124
+
125
v1.0.0
126
First release
127
"@
0 commit comments