From a961c4b2db412da7652fc11ae5663daadd2a7b02 Mon Sep 17 00:00:00 2001 From: Andrew Date: Fri, 17 Mar 2017 15:40:29 -0700 Subject: [PATCH 1/2] Added 'Description' to module manifest --- Microsoft.PowerShell.Archive/Microsoft.PowerShell.Archive.psd1 | 1 + 1 file changed, 1 insertion(+) diff --git a/Microsoft.PowerShell.Archive/Microsoft.PowerShell.Archive.psd1 b/Microsoft.PowerShell.Archive/Microsoft.PowerShell.Archive.psd1 index 5d543d6..9cdf0c0 100644 --- a/Microsoft.PowerShell.Archive/Microsoft.PowerShell.Archive.psd1 +++ b/Microsoft.PowerShell.Archive/Microsoft.PowerShell.Archive.psd1 @@ -3,6 +3,7 @@ GUID="eb74e8da-9ae2-482a-a648-e96550fb8733" Author="Microsoft Corporation" CompanyName="Microsoft Corporation" Copyright="© Microsoft Corporation. All rights reserved." +Description='PowerShell module for working with ZIP archives.' ModuleVersion="1.1.0.0" PowerShellVersion="3.0" FunctionsToExport = @('Compress-Archive', 'Expand-Archive') From 06ea0deda50994140e171ad1ad18317bff042431 Mon Sep 17 00:00:00 2001 From: Andrew Date: Fri, 17 Mar 2017 15:41:11 -0700 Subject: [PATCH 2/2] Incremented module version --- Microsoft.PowerShell.Archive/Microsoft.PowerShell.Archive.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Microsoft.PowerShell.Archive/Microsoft.PowerShell.Archive.psd1 b/Microsoft.PowerShell.Archive/Microsoft.PowerShell.Archive.psd1 index 9cdf0c0..dfabea5 100644 --- a/Microsoft.PowerShell.Archive/Microsoft.PowerShell.Archive.psd1 +++ b/Microsoft.PowerShell.Archive/Microsoft.PowerShell.Archive.psd1 @@ -4,7 +4,7 @@ Author="Microsoft Corporation" CompanyName="Microsoft Corporation" Copyright="© Microsoft Corporation. All rights reserved." Description='PowerShell module for working with ZIP archives.' -ModuleVersion="1.1.0.0" +ModuleVersion="1.2.0.0" PowerShellVersion="3.0" FunctionsToExport = @('Compress-Archive', 'Expand-Archive') DotNetFrameworkVersion = 4.5