Skip to content

Commit 6d5250e

Browse files
authored
Merge pull request #6 from tbertenshaw/master
update to basic (none async extension) support for VS 2019
2 parents 8325823 + 8764b37 commit 6d5250e

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed
Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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">
33
<Metadata>
4-
<Identity Id="a8ef38c4-8d82-4245-a6ac-775412dd55e7" Version="1.4.0.0" Language="en-US" Publisher="marazt" />
4+
<Identity Id="a8ef38c4-8d82-4245-a6ac-775412dd55e7" Version="1.5.0.0" Language="en-US" Publisher="marazt" />
55
<DisplayName>ConfigTransformation</DisplayName>
66
<Description xml:space="preserve">Extension which enables ability to transform various config file even there does not exist build definition for the transformation file. Supports all .NET projects even WebSites.</Description>
77
<MoreInfo>http://visualstudiogallery.msdn.microsoft.com/2ab58875-5ead-44aa-b3e8-52965b8bd47d</MoreInfo>
@@ -12,20 +12,17 @@
1212
<Tags>Config, Transformation, Configuration, Build, XML, XDT</Tags>
1313
</Metadata>
1414
<Installation InstalledByMsi="false" AllUsers="true">
15-
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[11.0,]" />
16-
<InstallationTarget Version="[11.0,]" Id="Microsoft.VisualStudio.Premium" />
17-
<InstallationTarget Version="[11.0,]" Id="Microsoft.VisualStudio.Ultimate" />
18-
<InstallationTarget Version="[11.0,]" Id="Microsoft.VisualStudio.Enterprise" />
19-
<InstallationTarget Version="[11.0,]" Id="Microsoft.VisualStudio.Community" />
15+
<InstallationTarget Version="[11.0,17.0)" Id="Microsoft.VisualStudio.Pro"/>
16+
<InstallationTarget Version="[11.0,17.0)" Id="Microsoft.VisualStudio.Premium" />
17+
<InstallationTarget Version="[11.0,17.0)" Id="Microsoft.VisualStudio.Ultimate" />
18+
<InstallationTarget Version="[11.0,17.0)" Id="Microsoft.VisualStudio.Enterprise" />
19+
<InstallationTarget Version="[11.0,17.0)" Id="Microsoft.VisualStudio.Community" />
2020
</Installation>
21-
<Dependencies>
22-
<Dependency Id="Microsoft.VisualStudio.MPF.11.0" DisplayName="Visual Studio MPF 11.0" d:Source="Installed" Version="11.0" />
23-
</Dependencies>
2421
<Assets>
2522
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
2623
</Assets>
2724
<Prerequisites>
28-
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.26208.0,16.0)" DisplayName="Visual Studio core editor" />
29-
<Prerequisite Id="Microsoft.VisualStudio.Component.Roslyn.LanguageServices" Version="[15.0.26208.0,16.0)" DisplayName="C# and Visual Basic" />
25+
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,)" DisplayName="Visual Studio core editor" />
26+
<Prerequisite Id="Microsoft.VisualStudio.Component.Roslyn.LanguageServices" Version="[15.0,)" DisplayName="C# and Visual Basic" />
3027
</Prerequisites>
3128
</PackageManifest>

0 commit comments

Comments
 (0)