diff --git a/.gitignore b/.gitignore index ceb7b49..1f9c147 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ node_modules -.vsix +*.vsix vsc-extension-quickstart.md diff --git a/.vscodeignore b/.vscodeignore index c5b09fd..8a98c1b 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -3,3 +3,4 @@ .gitignore vsc-extension-quickstart.md images/icon.gvdesign +images/icon-github.gvdesign diff --git a/CHANGELOG.md b/CHANGELOG.md index 08ab9fc..2e7572f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log All notable changes to the "vscode-powerpack" extension pack will be documented in this file. -## v1.0.0 - 2017-12-2017 +## v1.0.3 - 2017-12-31 +- Readme typo fixes +- vscodeignore updated to exclude graphics source files + +## v1.0.2 - 2017-12-31 +- MarketPlace branding + +## v1.0.1 - 2017-12-31 - Initial release \ No newline at end of file diff --git a/README.md b/README.md index 98ad809..0018367 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ -------------------- Extension pack to add awesomeness to visual studio code. -Installs following extensions to enhance you workflow. +Installs following extensions to enhance your workflow. - Sublime keybindings: Use sublime keymaps - EditorConfig: Support for .editorconfig @@ -31,6 +31,6 @@ Installs following extensions to enhance you workflow. ----------- vscode Powerpack is open-sourced software licensed under the [GPL 3.0 license](LICENSE.md) -**Change Log** +**Changelog** ---------- For details [view changelog](CHANGELOG.md) \ No newline at end of file diff --git a/images/icon-github.gvdesign b/images/icon-github.gvdesign index 1c4b842..6591ec1 100644 Binary files a/images/icon-github.gvdesign and b/images/icon-github.gvdesign differ diff --git a/package.json b/package.json index 596e9d7..406f9f1 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "vscode-powerpack", - "displayName": "VSCODE PowerPack", + "displayName": "PowerPack", "description": "Add awesomeness to vscode", - "version": "1.0.2", + "version": "1.0.3", "publisher": "lubus", "icon": "images/icon.png", "galleryBanner": { @@ -10,7 +10,7 @@ "theme": "light" }, "license": "GPL-3.0-or-later", - "homepage": "https://github.com/lubusIN/vscode-powerpack/blob/master/README.md", + "homepage": "https://github.com/lubusIN/vscode-powerpack", "bugs": { "url": "https://github.com/lubusIN/vscode-powerpack/issues", "email": "info@lubus.in"