Skip to content

Commit

Permalink
Closes #5 and closes #6, updates the version number to 1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottdorman committed Apr 18, 2019
1 parent 94b88fe commit 4b42ffc
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ for changes and roadmap.
- [Image Optimizer](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.ImageOptimizer)
- [Insert Guid](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.insertguid)
- [License Header Manager](https://marketplace.visualstudio.com/items?itemName=StefanWenig.LicenseHeaderManager)
- [Multi Edit Mode](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.MultiEditMode)
- [Multi Edit Mode](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.MultiEditMode) (Visual Studio 2017)
- [Open Command Line](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.OpenCommandLine)
- [Pretty Paste](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.PrettyPaste)
- [Productivity Power Tools](https://marketplace.visualstudio.com/items?itemName=VisualStudioPlatformTeam.ProductivityPowerPack2017)
- [Syntax Higlighting Pack](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.SyntaxHighlightingPack)
- [Syntax Highlighting Pack](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.SyntaxHighlightingPack)
- [SVG Viewer](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.SvgViewer)
- [Trailing Whitespace Visualizer](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.TrailingWhitespaceVisualizer)
- [Visual Studio Spell Checker](https://marketplace.visualstudio.com/items?itemName=EWoodruff.VisualStudioSpellCheckerVS2017andLater)
Expand All @@ -60,7 +60,10 @@ for changes and roadmap.
- [Bundler & Minifier](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.BundlerMinifier)
- [CSS AutoPrefixer](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.CSSAutoPrefixer)
- [CSS Sorter](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.CSSSorter)
- [CSS Tools 2019](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.CssTools2019) (Visual Studio 2019)
- [CSS Tools](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.CSSTools) (Visual Studio 2017)
- [Editor Enhancements](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.EditorEnhancements)
- [HTML Tools](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.HtmlTools) (Visual Studio 2017)
- [Inline Color Picker](https://marketplace.visualstudio.com/items?itemName=NikolaMSFT.InlineColorPicker)
- [JavaScript Prettier](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.JavaScriptPrettier)
- [Package Installer](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.PackageInstaller)
Expand Down
6 changes: 6 additions & 0 deletions src/EssentialExtensions.Web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ download in the
These are the changes to each version that has been released
on the official Visual Studio extension gallery.

## 1.1
**2019-04-17**
- [x] CSS Tools 2019 (For Visual Studio 2019)
- [x] CSS Tools (For Visual Studio 2017)
- [x] HTML Tools (For Visual 2017)

## 1.0
**2019-03-20**
- [x] Browser Reload on Save
Expand Down
14 changes: 13 additions & 1 deletion src/EssentialExtensions.Web/Extensions.vsext
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0",
"version": "1.1",
"extensions": [
{
"name": "Browser Reload on Save",
Expand All @@ -21,10 +21,22 @@
"name": "CSS Sorter",
"vsixId": "87534672-5a41-4ea1-a145-17f1a8f5502a"
},
{
"name": "CSS Tools 2019",
"vsixId": "1c63270f-485d-4810-99b8-e9d9de82610c"
},
{
"name": "CSS Tools",
"vsixId": "0020efc9-e999-4e6f-a2b6-604127f480bc"
},
{
"name": "Editor Enhancements",
"vsixId": "a3112f81-e423-4f88-9f2c-e089a309e48e"
},
{
"name": "HTML Tools",
"vsixId": "3cef2919-d8c7-4e9f-a809-5a0ba9c61fac"
},
{
"name": "Inline Color Picker",
"vsixId": "InlineColorPicker.Microsoft.5b11f3ae-dd7e-422e-84bc-5cec46f80687"
Expand Down
2 changes: 1 addition & 1 deletion src/EssentialExtensions.Web/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="673DC35F-A9E2-426B-98AF-27F51190D0B4" Version="1.0" Language="en-US" Publisher="Scott Dorman" />
<Identity Id="673DC35F-A9E2-426B-98AF-27F51190D0B4" Version="1.1" Language="en-US" Publisher="Scott Dorman" />
<DisplayName>Essential Extensions Web</DisplayName>
<Description xml:space="preserve">An extension pack to improve the Visual Studio editing experience for web development.</Description>
<MoreInfo>https://github.com/scottdorman/essential-extensions</MoreInfo>
Expand Down

0 comments on commit 4b42ffc

Please sign in to comment.