Skip to content

Commit e71542f

Browse files
v1.11
[release]
1 parent 5c57985 commit e71542f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,15 @@ download in the
1414
These are the changes to each version that has been released
1515
on the official Visual Studio extension gallery.
1616

17+
## 1.11
18+
19+
**2016-05-10**
20+
21+
- [x] Fix for Sass/LESS imports with comments
22+
- [x] Fix for path containing spaces
23+
1724
## 1.10
25+
1826
**2016-01-19**
1927

2028
- [x] Sass/LESS dependent file support

src/WebCompilerVsix/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
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="148ffa77-d70a-407f-892b-9ee542346862" Version="1.10" Language="en-US" Publisher="Mads Kristensen" />
4+
<Identity Id="148ffa77-d70a-407f-892b-9ee542346862" Version="1.11" Language="en-US" Publisher="Mads Kristensen" />
55
<DisplayName>Web Compiler</DisplayName>
66
<Description xml:space="preserve">The easiest and most powerful way to compile LESS, Scss, Stylus, JSX and CoffeeScript files directly within Visual Studio or through MSBuild.</Description>
77
<MoreInfo>https://github.com/madskristensen/WebCompiler</MoreInfo>

0 commit comments

Comments
 (0)