Skip to content

Commit 6f9dcb1

Browse files
committed
Update version and changelog
1 parent e660ee6 commit 6f9dcb1

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

src/DesktopVirtualization/Az.DesktopVirtualization.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = './Az.DesktopVirtualization.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '2.0.0'
15+
ModuleVersion = '2.1.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -124,7 +124,7 @@ PrivateData = @{
124124
# IconUri = ''
125125

126126
# ReleaseNotes of this module
127-
# ReleaseNotes = ''
127+
ReleaseNotes = '* Added new MSIX Package cmdlets and Updated Applications cmdlets.'
128128

129129
# Prerelease string of this module
130130
# Prerelease = ''

src/DesktopVirtualization/ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
-->
2020
## Upcoming Release
2121

22+
## Version 2.1.0
23+
* Added new MSIX Package cmdlets and Updated Applications cmdlets.
24+
2225
## Version 2.0.0
2326
* Require Location property for creating top level arm objects.
2427
* Made `ApplicationGroupType` required for `New-AzWvdApplicationGroup`.

src/DesktopVirtualization/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("5FAC4032-09B2-4E1D-A7CB-078DEA39CAF1")]
27-
[assembly: AssemblyVersion("2.0.0")]
28-
[assembly: AssemblyFileVersion("2.0.0")]
27+
[assembly: AssemblyVersion("2.1.0")]
28+
[assembly: AssemblyFileVersion("2.1.0")]

0 commit comments

Comments
 (0)