Skip to content

Commit 4999753

Browse files
v1.0
1 parent 82682c5 commit 4999753

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
- [ ] Preview window (#6)
55
- [ ] File globbing pattern support (#49)
66
- [ ] Run compilers from a node server
7-
- [x] Sass/LESS dependent file support
87

98
Features that have a checkmark are complete and available for
109
download in the
@@ -15,6 +14,11 @@ download in the
1514
These are the changes to each version that has been released
1615
on the official Visual Studio extension gallery.
1716

17+
## 1.10
18+
**2016-01-19**
19+
20+
- [x] Sass/LESS dependent file support
21+
1822
## 1.9
1923

2024
**2015-12-18**

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.9" Language="en-US" Publisher="Mads Kristensen" />
4+
<Identity Id="148ffa77-d70a-407f-892b-9ee542346862" Version="1.10" 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)