File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
src/DesktopVirtualization Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1212RootModule = ' ./Az.DesktopVirtualization.psm1'
1313
1414# Version number of this module.
15- ModuleVersion = ' 2.0 .0'
15+ ModuleVersion = ' 2.1 .0'
1616
1717# Supported PSEditions
1818CompatiblePSEditions = ' 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 = ''
Original file line number Diff line number Diff line change 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 ` .
Original file line number Diff line number Diff line change 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" ) ]
You can’t perform that action at this time.
0 commit comments