Skip to content

Commit 0f6884d

Browse files
author
maddieclayton
committed
Version GuestConfiguration
1 parent bc9d6d3 commit 0f6884d

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

src/GuestConfiguration/GuestConfiguration/Az.GuestConfiguration.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.10.4'
15+
ModuleVersion = '0.10.5'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -107,7 +107,7 @@ PrivateData = @{
107107
# IconUri = ''
108108

109109
# 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.'
111111

112112
# Prerelease string of this module
113113
# Prerelease = ''

src/GuestConfiguration/GuestConfiguration/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
22+
## Version 0.10.5
2123
- Fixed cmdlets failure when a subscription has an incorrect format initiative definition for GuestConfiguration category.
2224

2325
## Version 0.10.4

src/GuestConfiguration/GuestConfiguration/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
[assembly: CLSCompliant(false)]
2626
[assembly: Guid("d28548d3-2673-4508-a28b-a69e0470faf7")]
2727

28-
[assembly: AssemblyVersion("0.10.4")]
29-
[assembly: AssemblyFileVersion("0.10.4")]
28+
[assembly: AssemblyVersion("0.10.5")]
29+
[assembly: AssemblyFileVersion("0.10.5")]

0 commit comments

Comments
 (0)