From 529fbd593e852c156057e0a8f134335dcbac6ffa Mon Sep 17 00:00:00 2001 From: Yun Chan Date: Mon, 1 Jun 2026 17:02:55 +0900 Subject: [PATCH] =?UTF-8?q?fix(msix):=20MaxVersionTested=2026100=E2=86=922?= =?UTF-8?q?6220=20=E2=80=94=2025H2=20=EC=85=B8=20=EC=9D=B5=EC=8A=A4?= =?UTF-8?q?=ED=85=90=EC=85=98=20=EC=BB=A8=ED=85=8D=EC=8A=A4=ED=8A=B8=20?= =?UTF-8?q?=EB=A9=94=EB=89=B4=20=EB=93=B1=EB=A1=9D=20=EB=B3=B5=EA=B5=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Windows 11 25H2(빌드 26220)에서 MaxVersionTested가 OS보다 낮아 PackagedCom 셸 익스텐션(IExplorerCommand)이 게이트되어 1차 우클릭 메뉴에 등록되지 않던 문제. MaxVersionTested를 현재 OS로 올려 등록 복구 확인(ClassIndex 등록 검증됨). --- packaging/Package.appxmanifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/Package.appxmanifest b/packaging/Package.appxmanifest index 60726b8..e9bad75 100644 --- a/packaging/Package.appxmanifest +++ b/packaging/Package.appxmanifest @@ -22,7 +22,7 @@ - +