Skip to content

Commit dfb7860

Browse files
committed
Updated description and tags
1 parent f68fd23 commit dfb7860

File tree

1 file changed

+36
-36
lines changed

1 file changed

+36
-36
lines changed

source.extension.vsixmanifest

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
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 Publisher="Ovidiu Ionescu" Version="4.0.1.0" Id="BD397717-72D8-460A-B831-0AEB27E057D8" Language="en-US"/>
5-
<DisplayName>VSDebugPro</DisplayName>
6-
<Description xml:space="preserve">VSDebugPro - Enhanced debugging for C/C++. Dump blocks of data to files, load data in memory from files, copy memory, and more.</Description>
7-
<MoreInfo>http://www.vsdebug.pro/</MoreInfo>
8-
<License>LICENSE.txt</License>
9-
<Icon>Resources\vsdpro.png</Icon>
10-
<PreviewImage>Resources\vsdt_screenshot.jpg</PreviewImage>
11-
<Tags>debug, C++, memory, dump</Tags>
12-
</Metadata>
13-
<Installation>
14-
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Community">
15-
<ProductArchitecture>amd64</ProductArchitecture>
16-
</InstallationTarget>
17-
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Community">
18-
<ProductArchitecture>arm64</ProductArchitecture>
19-
</InstallationTarget>
20-
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Pro">
21-
<ProductArchitecture>amd64</ProductArchitecture>
22-
</InstallationTarget>
23-
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Pro">
24-
<ProductArchitecture>arm64</ProductArchitecture>
25-
</InstallationTarget>
26-
</Installation>
27-
<Dependencies>
28-
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.8,)"/>
29-
<Dependency Id="Microsoft.VisualStudio.MPF" DisplayName="Visual Studio MPF" d:Source="Installed" Version="[11.0,12.0)"/>
30-
</Dependencies>
31-
<Assets>
32-
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|"/>
33-
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="VSDebugCoreLib" Path="|VSDebugCoreLib|" AssemblyName="|VSDebugCoreLib;AssemblyName|"/>
34-
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|"/>
35-
</Assets>
36-
<Prerequisites>
37-
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,18.0)" DisplayName="Visual Studio core editor"/>
38-
</Prerequisites>
3+
<Metadata>
4+
<Identity Publisher="Ovidiu Ionescu" Version="4.0.1.0" Id="BD397717-72D8-460A-B831-0AEB27E057D8" Language="en-US"/>
5+
<DisplayName>VSDebugPro</DisplayName>
6+
<Description xml:space="preserve">VSDebugPro is an open-source Visual Studio extension that streamlines C/C++, C# debugging workflows. It empowers developers with a suite of memory manipulation tools, accessible directly from the integrated console. These tools facilitate tasks such as memory dumping, data injection, allocation, deallocation, and copying.</Description>
7+
<MoreInfo>http://www.vsdebug.pro/</MoreInfo>
8+
<License>LICENSE.txt</License>
9+
<Icon>Resources\vsdpro.png</Icon>
10+
<PreviewImage>Resources\vsdt_screenshot.jpg</PreviewImage>
11+
<Tags>memory, memory-dump, memdump, writemem, readmem, memory-write, read memory, dump memory, debugger, debug, debug-tools, malloc, memcpy</Tags>
12+
</Metadata>
13+
<Installation>
14+
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Community">
15+
<ProductArchitecture>amd64</ProductArchitecture>
16+
</InstallationTarget>
17+
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Community">
18+
<ProductArchitecture>arm64</ProductArchitecture>
19+
</InstallationTarget>
20+
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Pro">
21+
<ProductArchitecture>amd64</ProductArchitecture>
22+
</InstallationTarget>
23+
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Pro">
24+
<ProductArchitecture>arm64</ProductArchitecture>
25+
</InstallationTarget>
26+
</Installation>
27+
<Dependencies>
28+
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.8,)"/>
29+
<Dependency Id="Microsoft.VisualStudio.MPF" DisplayName="Visual Studio MPF" d:Source="Installed" Version="[11.0,12.0)"/>
30+
</Dependencies>
31+
<Assets>
32+
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|"/>
33+
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="VSDebugCoreLib" Path="|VSDebugCoreLib|" AssemblyName="|VSDebugCoreLib;AssemblyName|"/>
34+
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|"/>
35+
</Assets>
36+
<Prerequisites>
37+
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,18.0)" DisplayName="Visual Studio core editor"/>
38+
</Prerequisites>
3939
</PackageManifest>

0 commit comments

Comments
 (0)