Skip to content

Commit d8a02a3

Browse files
author
Andrew
authored
Merge pull request #21 from SteveL-MSFT/master
Added PowerShellVersion to module manifest and updated module version to v1.1.0.0
2 parents 0941ed5 + 16ee311 commit d8a02a3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Microsoft.PowerShell.Archive/Microsoft.PowerShell.Archive.psd1

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
@{
1+
@{
22
GUID="eb74e8da-9ae2-482a-a648-e96550fb8733"
33
Author="Microsoft Corporation"
44
CompanyName="Microsoft Corporation"
5-
Copyright="© Microsoft Corporation. All rights reserved."
6-
ModuleVersion="1.0.1.0"
5+
Copyright="© Microsoft Corporation. All rights reserved."
6+
ModuleVersion="1.1.0.0"
7+
PowerShellVersion="3.0"
78
FunctionsToExport = @('Compress-Archive', 'Expand-Archive')
89
DotNetFrameworkVersion = 4.5
910
CmdletsToExport = @()

0 commit comments

Comments
 (0)