|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <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> |
26 | 26 | </PackageManifest>
|
0 commit comments