Skip to content

Commit

Permalink
v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
madskristensen committed Jan 19, 2016
1 parent 82682c5 commit 4999753
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
- [ ] Preview window (#6)
- [ ] File globbing pattern support (#49)
- [ ] Run compilers from a node server
- [x] Sass/LESS dependent file support

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

## 1.10
**2016-01-19**

- [x] Sass/LESS dependent file support

## 1.9

**2015-12-18**
Expand Down
2 changes: 1 addition & 1 deletion src/WebCompilerVsix/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<Metadata>
<Identity Id="148ffa77-d70a-407f-892b-9ee542346862" Version="1.9" Language="en-US" Publisher="Mads Kristensen" />
<Identity Id="148ffa77-d70a-407f-892b-9ee542346862" Version="1.10" Language="en-US" Publisher="Mads Kristensen" />
<DisplayName>Web Compiler</DisplayName>
<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>
<MoreInfo>https://github.com/madskristensen/WebCompiler</MoreInfo>
Expand Down

0 comments on commit 4999753

Please sign in to comment.