File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
src/GuestConfiguration/GuestConfiguration Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 12
12
# RootModule = ''
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 0.10.4 '
15
+ ModuleVersion = ' 0.10.5 '
16
16
17
17
# Supported PSEditions
18
18
CompatiblePSEditions = ' Core' , ' Desktop'
@@ -107,7 +107,7 @@ PrivateData = @{
107
107
# IconUri = ''
108
108
109
109
# ReleaseNotes of this module
110
- ReleaseNotes = ' * Fix cmdlets failure when an initiative definition in subscription does not have category set .'
110
+ ReleaseNotes = ' - Fixed cmdlets failure when a subscription has an incorrect format initiative definition for GuestConfiguration category .'
111
111
112
112
# Prerelease string of this module
113
113
# Prerelease = ''
Original file line number Diff line number Diff line change 18
18
- Additional information about change #1
19
19
-->
20
20
## Upcoming Release
21
+
22
+ ## Version 0.10.5
21
23
- Fixed cmdlets failure when a subscription has an incorrect format initiative definition for GuestConfiguration category.
22
24
23
25
## Version 0.10.4
Original file line number Diff line number Diff line change 25
25
[ assembly: CLSCompliant ( false ) ]
26
26
[ assembly: Guid ( "d28548d3-2673-4508-a28b-a69e0470faf7" ) ]
27
27
28
- [ assembly: AssemblyVersion ( "0.10.4 " ) ]
29
- [ assembly: AssemblyFileVersion ( "0.10.4 " ) ]
28
+ [ assembly: AssemblyVersion ( "0.10.5 " ) ]
29
+ [ assembly: AssemblyFileVersion ( "0.10.5 " ) ]
You can’t perform that action at this time.
0 commit comments