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 12
12
RootModule = ' ./Az.DesktopVirtualization.psm1'
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 2.0 .0'
15
+ ModuleVersion = ' 2.1 .0'
16
16
17
17
# Supported PSEditions
18
18
CompatiblePSEditions = ' Core' , ' Desktop'
@@ -124,7 +124,7 @@ PrivateData = @{
124
124
# IconUri = ''
125
125
126
126
# ReleaseNotes of this module
127
- # ReleaseNotes = ''
127
+ ReleaseNotes = ' * Added new MSIX Package cmdlets and Updated Applications cmdlets. '
128
128
129
129
# Prerelease string of this module
130
130
# Prerelease = ''
Original file line number Diff line number Diff line change 19
19
-->
20
20
## Upcoming Release
21
21
22
+ ## Version 2.1.0
23
+ * Added new MSIX Package cmdlets and Updated Applications cmdlets.
24
+
22
25
## Version 2.0.0
23
26
* Require Location property for creating top level arm objects.
24
27
* Made ` ApplicationGroupType ` required for ` New-AzWvdApplicationGroup ` .
Original file line number Diff line number Diff line change 24
24
[ assembly: ComVisible ( false ) ]
25
25
[ assembly: CLSCompliant ( false ) ]
26
26
[ 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