We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0941ed5 + 16ee311 commit d8a02a3Copy full SHA for d8a02a3
Microsoft.PowerShell.Archive/Microsoft.PowerShell.Archive.psd1
@@ -1,9 +1,10 @@
1
-@{
+@{
2
GUID="eb74e8da-9ae2-482a-a648-e96550fb8733"
3
Author="Microsoft Corporation"
4
CompanyName="Microsoft Corporation"
5
-Copyright="© Microsoft Corporation. All rights reserved."
6
-ModuleVersion="1.0.1.0"
+Copyright="© Microsoft Corporation. All rights reserved."
+ModuleVersion="1.1.0.0"
7
+PowerShellVersion="3.0"
8
FunctionsToExport = @('Compress-Archive', 'Expand-Archive')
9
DotNetFrameworkVersion = 4.5
10
CmdletsToExport = @()
0 commit comments