Skip to content

Commit 840c863

Browse files
v1.12
[release]
1 parent bba3c39 commit 840c863

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed
Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
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="148ffa77-d70a-407f-892b-9ee542346862" Version="1.11" Language="en-US" Publisher="Mads Kristensen" />
5-
<DisplayName>Web Compiler</DisplayName>
6-
<Description xml:space="preserve">The easiest and most powerful way to compile LESS, Scss, Stylus, JSX, CoffeeScript and Handlebars files directly within Visual Studio or through MSBuild.</Description>
7-
<MoreInfo>https://github.com/madskristensen/WebCompiler</MoreInfo>
8-
<License>Resources\LICENSE</License>
9-
<ReleaseNotes>https://github.com/madskristensen/WebCompiler/blob/master/CHANGELOG.md</ReleaseNotes>
10-
<Icon>Resources\icon.png</Icon>
11-
<PreviewImage>Resources\preview.png</PreviewImage>
12-
<Tags>Compile, LESS, Sass, Scss, CoffeeScript, JavaScript, JSX, ES6, Stylus, Handlebars</Tags>
13-
</Metadata>
14-
<Installation>
15-
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0,17.0)" />
16-
</Installation>
17-
<Prerequisites>
18-
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,)" DisplayName="Visual Studio core editor" />
19-
<Prerequisite Id="Microsoft.VisualStudio.Component.Web" Version="[15.0,)" DisplayName="Web development tools" />
20-
</Prerequisites>
21-
<Assets>
22-
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
23-
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
24-
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="File" Path="registry.pkgdef" />
25-
</Assets>
3+
<Metadata>
4+
<Identity Id="148ffa77-d70a-407f-892b-9ee542346862" Version="1.12" Language="en-US" Publisher="Mads Kristensen" />
5+
<DisplayName>Web Compiler</DisplayName>
6+
<Description xml:space="preserve">The easiest and most powerful way to compile LESS, Scss, Stylus, JSX, CoffeeScript and Handlebars files directly within Visual Studio or through MSBuild.</Description>
7+
<MoreInfo>https://github.com/madskristensen/WebCompiler</MoreInfo>
8+
<License>Resources\LICENSE</License>
9+
<ReleaseNotes>https://github.com/madskristensen/WebCompiler/blob/master/CHANGELOG.md</ReleaseNotes>
10+
<Icon>Resources\icon.png</Icon>
11+
<PreviewImage>Resources\preview.png</PreviewImage>
12+
<Tags>Compile, LESS, Sass, Scss, CoffeeScript, JavaScript, JSX, ES6, Stylus, Handlebars</Tags>
13+
</Metadata>
14+
<Installation>
15+
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0,17.0)" />
16+
</Installation>
17+
<Prerequisites>
18+
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,)" DisplayName="Visual Studio core editor" />
19+
<Prerequisite Id="Microsoft.VisualStudio.Component.Web" Version="[15.0,)" DisplayName="Web development tools" />
20+
</Prerequisites>
21+
<Assets>
22+
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
23+
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
24+
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="File" Path="registry.pkgdef" />
25+
</Assets>
2626
</PackageManifest>

0 commit comments

Comments
 (0)