diff --git a/Microsoft.PowerShell.Archive/Microsoft.PowerShell.Archive.psd1 b/Microsoft.PowerShell.Archive/Microsoft.PowerShell.Archive.psd1 index 5d543d6..dfabea5 100644 --- a/Microsoft.PowerShell.Archive/Microsoft.PowerShell.Archive.psd1 +++ b/Microsoft.PowerShell.Archive/Microsoft.PowerShell.Archive.psd1 @@ -3,7 +3,8 @@ GUID="eb74e8da-9ae2-482a-a648-e96550fb8733" Author="Microsoft Corporation" CompanyName="Microsoft Corporation" Copyright="© Microsoft Corporation. All rights reserved." -ModuleVersion="1.1.0.0" +Description='PowerShell module for working with ZIP archives.' +ModuleVersion="1.2.0.0" PowerShellVersion="3.0" FunctionsToExport = @('Compress-Archive', 'Expand-Archive') DotNetFrameworkVersion = 4.5