Skip to content

Commit 7b9c50f

Browse files
committed
Update version
1 parent 81121e7 commit 7b9c50f

1 file changed

Lines changed: 25 additions & 25 deletions

File tree

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
<?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">
3-
<Metadata>
4-
<Identity Id="FA1028B5-FB96-4C67-BDE0-F4EA17CF9EE4" Version="2.4.220301.0" Language="en-US" Publisher="Viktar Karpach" />
5-
<DisplayName>Debug Attach Manager</DisplayName>
6-
<Description xml:space="preserve">Extension provides extended abilities to attach Visual Studio debugger to web application pools, windows services and other processes.</Description>
7-
<MoreInfo>http://www.karpach.com</MoreInfo>
8-
<License>Resources\LICENSE</License>
9-
<ReleaseNotes>notes.txt</ReleaseNotes>
10-
<Icon>bug.ico</Icon>
11-
<PreviewImage>Resources\Preview.png</PreviewImage>
12-
<Tags>debug;attach;attach to process;quick debug;remote debugging</Tags>
13-
</Metadata>
14-
<Installation InstalledByMsi="false">
15-
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0,18.0)">
16-
<ProductArchitecture>amd64</ProductArchitecture>
17-
</InstallationTarget>
18-
</Installation>
19-
<Dependencies>
20-
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,]" />
21-
</Dependencies>
22-
<Assets>
23-
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
24-
</Assets>
25-
<Prerequisites>
26-
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[12.0,)" DisplayName="Visual Studio core editor" />
27-
</Prerequisites>
3+
<Metadata>
4+
<Identity Id="FA1028B5-FB96-4C67-BDE0-F4EA17CF9EE4" Version="2.4.240209.0" Language="en-US" Publisher="Viktar Karpach" />
5+
<DisplayName>Debug Attach Manager</DisplayName>
6+
<Description xml:space="preserve">Extension provides extended abilities to attach Visual Studio debugger to web application pools, windows services and other processes.</Description>
7+
<MoreInfo>http://www.karpach.com</MoreInfo>
8+
<License>Resources\LICENSE</License>
9+
<ReleaseNotes>notes.txt</ReleaseNotes>
10+
<Icon>bug.ico</Icon>
11+
<PreviewImage>Resources\Preview.png</PreviewImage>
12+
<Tags>debug;attach;attach to process;quick debug;remote debugging</Tags>
13+
</Metadata>
14+
<Installation InstalledByMsi="false">
15+
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0,18.0)">
16+
<ProductArchitecture>amd64</ProductArchitecture>
17+
</InstallationTarget>
18+
</Installation>
19+
<Dependencies>
20+
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,]" />
21+
</Dependencies>
22+
<Assets>
23+
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
24+
</Assets>
25+
<Prerequisites>
26+
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[12.0,)" DisplayName="Visual Studio core editor" />
27+
</Prerequisites>
2828
</PackageManifest>

0 commit comments

Comments
 (0)