Skip to content

Commit 7c07bf6

Browse files
author
Karol Antczak
committed
Updated dexter-vs version in manifest
1 parent 3c32375 commit 7c07bf6

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
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="dexter_vs.Company.255fba20-4ada-4977-aabf-37ce58ff8d7a" Version="0.10.2" Language="en-US" Publisher="Samsung Electronics" />
5-
<DisplayName>Dexter</DisplayName>
6-
<Description xml:space="preserve">Dexter helps you to improve coding skills. Dexter analyzes your source code it and shows its improvements point on your editor.
3+
<Metadata>
4+
<Identity Id="dexter_vs.Company.255fba20-4ada-4977-aabf-37ce58ff8d7a" Version="0.10.6.1" Language="en-US" Publisher="Samsung Electronics" />
5+
<DisplayName>Dexter</DisplayName>
6+
<Description xml:space="preserve">Dexter helps you to improve coding skills. Dexter analyzes your source code it and shows its improvements point on your editor.
77
</Description>
8-
<MoreInfo>https://github.com/Samsung/Dexter</MoreInfo>
9-
<GettingStartedGuide>https://dexter.atlassian.net/wiki/display/DW/Getting+Started</GettingStartedGuide>
10-
<ReleaseNotes>https://github.com/Samsung/Dexter/tree/master/project/README.md</ReleaseNotes>
11-
<Icon>UI\Resources\DEXTER.png</Icon>
12-
<PreviewImage>UI\Resources\preview.png</PreviewImage>
13-
<Tags>Dexter, Static Analysis, C++</Tags>
14-
</Metadata>
15-
<Installation>
16-
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0]" />
17-
<InstallationTarget Version="[10.0,16.0)" Id="Microsoft.VisualStudio.Pro" />
18-
<InstallationTarget Version="[10.0,16.0)" Id="Microsoft.VisualStudio.Enterprise" />
19-
</Installation>
20-
<Dependencies>
21-
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
22-
<Dependency Id="Microsoft.VisualStudio.MPF" DisplayName="Visual Studio MPF" d:Source="Installed" Version="[11.0,12.0)" />
23-
</Dependencies>
24-
<Assets>
25-
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
26-
</Assets>
27-
<Prerequisites>
28-
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[10.0.26606.0,16.0)" DisplayName="Visual Studio core editor" />
29-
</Prerequisites>
8+
<MoreInfo>https://github.com/Samsung/Dexter</MoreInfo>
9+
<GettingStartedGuide>https://dexter.atlassian.net/wiki/display/DW/Getting+Started</GettingStartedGuide>
10+
<ReleaseNotes>https://github.com/Samsung/Dexter/tree/master/project/README.md</ReleaseNotes>
11+
<Icon>UI\Resources\DEXTER.png</Icon>
12+
<PreviewImage>UI\Resources\preview.png</PreviewImage>
13+
<Tags>Dexter, Static Analysis, C++</Tags>
14+
</Metadata>
15+
<Installation>
16+
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0]" />
17+
<InstallationTarget Version="[10.0,16.0)" Id="Microsoft.VisualStudio.Pro" />
18+
<InstallationTarget Version="[10.0,16.0)" Id="Microsoft.VisualStudio.Enterprise" />
19+
</Installation>
20+
<Dependencies>
21+
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
22+
<Dependency Id="Microsoft.VisualStudio.MPF" DisplayName="Visual Studio MPF" d:Source="Installed" Version="[11.0,12.0)" />
23+
</Dependencies>
24+
<Assets>
25+
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
26+
</Assets>
27+
<Prerequisites>
28+
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[10.0.26606.0,16.0)" DisplayName="Visual Studio core editor" />
29+
</Prerequisites>
3030
</PackageManifest>

0 commit comments

Comments
 (0)