Skip to content

Commit

Permalink
v1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
madskristensen committed Feb 25, 2014
1 parent 4a37567 commit 9f9dc18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EditorExtensions/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="5fb7364d-2e8c-44a4-95eb-2a382e30fec8" Version="1.8" Language="en-US" Publisher="Mads Kristensen" />
<Identity Id="5fb7364d-2e8c-44a4-95eb-2a382e30fec8" Version="1.9" Language="en-US" Publisher="Mads Kristensen" />
<DisplayName>Web Essentials 2013</DisplayName>
<Description xml:space="preserve">Adds many useful features to Visual Studio for web developers.</Description>
<MoreInfo>http://vswebessentials.com/</MoreInfo>
Expand Down

3 comments on commit 9f9dc18

@am11
Copy link
Contributor

@am11 am11 commented on 9f9dc18 Feb 25, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! 👍

Please publish a release on GitHub too. 8-)

@am11
Copy link
Contributor

@am11 am11 commented on 9f9dc18 Feb 25, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Important! This version doesn't work with Visual Studio Update 2. We're working on it...

  • Sweet.js compiler
  • DataContract support in Intellisense
  • Saves all genereted files in UTF with BOM
  • HTML Smart Tag for downloading remote files
  • Recursive config support for JSCS
  • ZenCoding updates
  • LESS compiles entire chain when one file changes
  • Browser Link error fixes
  • Other bug fixes.

(Taken from http://vswebessentials.com/changelog, added the last point).

@SLaks
Copy link
Collaborator

@SLaks SLaks commented on 9f9dc18 Feb 25, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You might want to point out that it will work with the current preview.
You should probably add a dependency on the web tools package with an upper version bound to prevent installation on the new Update 2.

Please sign in to comment.