Skip to content

Commit 1abafe0

Browse files
author
yevhen.cherkes
committed
v++
1 parent 55b77be commit 1abafe0

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

src/source.extension.vsixmanifest

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
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="SsmsRollbackMode.88a77fca-906b-4bc0-9a92-c77932681df2" Version="1.2" Language="en-US" Publisher="YC" />
5-
<DisplayName>SsmsRollbackMode</DisplayName>
6-
<Description xml:space="preserve">---</Description>
7-
</Metadata>
8-
<Installation AllUsers="true">
9-
<InstallationTarget Id="ssms" Version="[15.0,17.0)" />
10-
</Installation>
11-
<Dependencies>
12-
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.7,)" />
13-
</Dependencies>
14-
<Prerequisites>
15-
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,19.0)" DisplayName="Visual Studio core editor" />
16-
</Prerequisites>
17-
<Assets>
18-
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
19-
</Assets>
3+
<Metadata>
4+
<Identity Id="SsmsRollbackMode.88a77fca-906b-4bc0-9a92-c77932681df2" Version="1.3" Language="en-US" Publisher="YC" />
5+
<DisplayName>SsmsRollbackMode</DisplayName>
6+
<Description xml:space="preserve">---</Description>
7+
</Metadata>
8+
<Installation AllUsers="true">
9+
<InstallationTarget Id="ssms" Version="[15.0,17.0)" />
10+
</Installation>
11+
<Dependencies>
12+
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.7,)" />
13+
</Dependencies>
14+
<Prerequisites>
15+
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,19.0)" DisplayName="Visual Studio core editor" />
16+
</Prerequisites>
17+
<Assets>
18+
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
19+
</Assets>
2020
</PackageManifest>

0 commit comments

Comments
 (0)