From c5e036ef1ef4acc8488c4cb7df8f26a47f22fe43 Mon Sep 17 00:00:00 2001 From: Anam Navied Date: Fri, 7 Aug 2026 19:56:02 +0000 Subject: [PATCH] Merged PR 41022: Update ModuleVersion to 1.2.6 Update ModuleVersion to 1.2.6 for release ---- #### AI description (iteration 1) #### PR Classification Version bump to update the module version number from 1.2.5 to 1.2.6. #### PR Summary This pull request increments the module version of the Microsoft.PowerShell.Archive module to 1.2.6, indicating a new patch release. - `Microsoft.PowerShell.Archive.psd1`: Updated `ModuleVersion` from "1.2.5" to "1.2.6" --- 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 3260008..6c9270f 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.2.5" +ModuleVersion="1.2.6" PowerShellVersion="3.0" FunctionsToExport = @('Compress-Archive', 'Expand-Archive') DotNetFrameworkVersion = 4.5