Skip to content

Commit d090143

Browse files
committed
Add Visual Studio 2026 support
1 parent 2ce88d8 commit d090143

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

DebugAttachHistory/source.extension.vsixmanifest

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<Metadata>
4-
<Identity Id="FA1028B5-FB96-4C67-BDE0-F4EA17CF9EE4" Version="2.4.240224.0" Language="en-US" Publisher="Viktar Karpach" />
4+
<Identity Id="FA1028B5-FB96-4C67-BDE0-F4EA17CF9EE4" Version="2.5.260104.0" Language="en-US" Publisher="Viktar Karpach" />
55
<DisplayName>Debug Attach Manager</DisplayName>
66
<Description xml:space="preserve">Extension provides extended abilities to attach Visual Studio debugger to web application pools, windows services and other processes.</Description>
77
<MoreInfo>http://www.karpach.com</MoreInfo>
@@ -12,7 +12,7 @@
1212
<Tags>debug;attach;attach to process;quick debug;remote debugging</Tags>
1313
</Metadata>
1414
<Installation InstalledByMsi="false">
15-
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0,18.0)">
15+
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0,20.0)">
1616
<ProductArchitecture>amd64</ProductArchitecture>
1717
</InstallationTarget>
1818
</Installation>

0 commit comments

Comments
 (0)