Skip to content

Commit d3b40fb

Browse files
committed
bump version for Az.GuestConfiguration
1 parent 0b34186 commit d3b40fb

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

src/GuestConfiguration/Az.GuestConfiguration.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 5/24/2022
6+
# Generated on: 5/27/2022
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
RootModule = './Az.GuestConfiguration.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.10.8'
15+
ModuleVersion = '0.11.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -110,7 +110,7 @@ PrivateData = @{
110110
# IconUri = ''
111111

112112
# ReleaseNotes of this module
113-
# ReleaseNotes = ''
113+
ReleaseNotes = '* Converted Az.GuestConfiguration to generated module'
114114

115115
# Prerelease string of this module
116116
# Prerelease = ''

src/GuestConfiguration/Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
- Additional information about change #1
1616
-->
1717
## Upcoming Release
18+
19+
## Version 0.11.0
1820
* Converted Az.GuestConfiguration to generated module
1921

2022
## Version 0.10.8

src/GuestConfiguration/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
[assembly: ComVisible(false)]
2525
[assembly: CLSCompliant(false)]
2626
[assembly: Guid("832be84f-ad9c-4115-a75a-10bd38e4364b")]
27-
[assembly: AssemblyVersion("0.1.0")]
28-
[assembly: AssemblyFileVersion("0.1.0")]
27+
[assembly: AssemblyVersion("0.11.0")]
28+
[assembly: AssemblyFileVersion("0.11.0")]

0 commit comments

Comments
 (0)