File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ param (
14
14
15
15
[Parameter ()]
16
16
[Int16 ]
17
- $minorVersion = 25 ,
17
+ $minorVersion = 26 ,
18
18
19
19
[Parameter ()]
20
20
[Int16 ]
Original file line number Diff line number Diff line change 11
11
# Script module or binary module file associated with this manifest.
12
12
RootModule = ' ./AzKube.psm1'
13
13
14
- # Version number of this module. Set canonically in Build.ps1
15
- ModuleVersion = ' 0.25 .0'
14
+ # Version number of this module.
15
+ ModuleVersion = ' 0.26 .0'
16
16
17
17
# Supported PSEditions
18
18
# CompatiblePSEditions = @()
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ class ManagementAction {
36
36
}
37
37
38
38
[string ] ToString() {
39
- return " $ ( $this.Name ) - $ ( $this .Description ) > $ ( $this.Script ) "
39
+ return " $ ( $this.Description ) ( $ ( $this.Name ) )"
40
40
}
41
41
}
42
42
You can’t perform that action at this time.
0 commit comments